Tag: NAT linux CentOS
[troubleshooting] VPN can’t browsing
by Lewi Verdatama on Jul.12, 2010, under Tutorial
Well, honestly.. i’ve re-installed my VPS almost for 12 times. All because my vpn server can’t browsing even it’s connected to internet (on status). This is my problematic configuration:
dev tun port 1194 proto udp ca /etc/openvpn/ca.crt cert /etc/openvpn/server.crt key /etc/openvpn/server.key dh /etc/openvpn/dh1024.pem persist-key persist-tun server 10.8.0.0 255.255.255.0 keepalive 10 30 client-to-client comp-lzo ifconfig-pool-persist ipp.txt status /etc/openvpn/openvpn-status.log verb 3 push "redirect-gateway"
and the openvpn client config is below: (continue reading…)
