hi,
I have successfully setup openvpn on my VPS.
I can connect to it with my clients, but I get no internet connection.

guide me please..

client
Code: 
client
dev tun
proto udp #- protocol
remote 199.195.253.xxx 137 #- SERVER IP and OPENVPN Port
resolv-retry infinite
nobind
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
persist-key
persist-tun
ca ca.crt
auth-user-pass
comp-lzo
verb 3
server
Code: 
local 199.195.253.xxx #- your_server_ip
port 137 #- port
proto udp #- protocol
dev tun
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
ca /etc/openvpn/easy-rsa/2.0/keys/ca.crt
cert /etc/openvpn/easy-rsa/2.0/keys/server.crt
key /etc/openvpn/easy-rsa/2.0/keys/server.key
dh /etc/openvpn/easy-rsa/2.0/keys/dh1024.pem
plugin /usr/share/openvpn/plugin/lib/openvpn-auth-pam.so /etc/pam.d/login
client-cert-not-required
username-as-common-name
server 1.2.3.0 255.255.255.0
push "redirect-gateway def1"
push "dhcp-option DNS 208.67.222.222"
push "dhcp-option DNS 4.2.2.1"
keepalive 5 30
comp-lzo
persist-key
persist-tun
status 1194.log
verb 3
fidai90 Reviewed by fidai90 on . VPN working but no internet connections hi, I have successfully setup openvpn on my VPS. I can connect to it with my clients, but I get no internet connection. guide me please.. client client dev tun proto udp #- protocol Rating: 5