Let's Blog about IT
A blog about journey of a DevOps engineer
Saturday, December 7, 2013
OpenVPN - FAQ
Issue: I can establish VPN connection but ping to public IP like 8.8.8.8 is timeout
Fix:
Add 2 lines below to OpenVPN server
echo 1 > /proc/sys/net/ipv4/ip_forward
iptables -t nat -A POSTROUTING -s 10.66.77.0/24 -o eth0 -j MASQUERADE
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)