Weblogs for st_iron
#2
Posted by st_iron on Tue 21 Sep 2010 at 10:06
I have a new job at an IT security company. I am a member of the tech support department. Hooooooooooo-ray! :)
#1
Posted by st_iron on Tue 17 Aug 2010 at 07:14
Notice: If you install an OpenVPN server on a machine behind a firewall/gw you have to enable NAT and ip_forward on the vpn machine:
# Enable NAT
iptables -t nat -A POSTROUTING -o $INETDEV -j MASQUERADE
# Activate ip forwarding
echo 1 > /proc/sys/net/ipv4/ip_forward
# Enable NAT
iptables -t nat -A POSTROUTING -o $INETDEV -j MASQUERADE
# Activate ip forwarding
echo 1 > /proc/sys/net/ipv4/ip_forward