hello, i can connect to the vpn server,, but there is no internet (i cant ping websites)

here is the log


Thu Dec 23 19:39:42 2010 us=109000 ROUTE default_gateway=192.168.2.1
Thu Dec 23 19:39:42 2010 us=233000 TAP-WIN32 device [Local Area Connection 3] opened: \\.\Global\{B7E1E6E6-67E4-4D54-907F-3C27B2ADAED8}.tap
Thu Dec 23 19:39:42 2010 us=249000 TAP-Win32 Driver Version 9.6
Thu Dec 23 19:39:42 2010 us=249000 TAP-Win32 MTU=1500
Thu Dec 23 19:39:42 2010 us=249000 Notified TAP-Win32 driver to set a DHCP IP/netmask of 10.8.0.6/255.255.255.252 on interface {B7E1E6E6-67E4-4D54-907F-3C27B2ADAED8} [DHCP-serv: 10.8.0.5, lease-time: 31536000]
Thu Dec 23 19:39:42 2010 us=249000 DHCP option string: 06080808 08080808 0404
Thu Dec 23 19:39:42 2010 us=249000 Successful ARP Flush on interface [36] {B7E1E6E6-67E4-4D54-907F-3C27B2ADAED8}
Thu Dec 23 19:39:44 2010 us=620000 TEST ROUTES: 2/2 succeeded len=1 ret=1 a=0 u/d=up
Thu Dec 23 19:39:44 2010 us=620000 C:\WINDOWS\system32\route.exe ADD 184.171.160.94 MASK 255.255.255.255 192.168.2.1
Thu Dec 23 19:39:44 2010 us=729000 C:\WINDOWS\system32\route.exe ADD 0.0.0.0 MASK 128.0.0.0 10.8.0.5
Thu Dec 23 19:39:44 2010 us=854000 C:\WINDOWS\system32\route.exe ADD 128.0.0.0 MASK 128.0.0.0 10.8.0.5
Thu Dec 23 19:39:44 2010 us=979000 C:\WINDOWS\system32\route.exe ADD 10.8.0.0 MASK 255.255.0.0 10.8.0.5
Thu Dec 23 19:39:45 2010 us=73000 Initialization Sequence Completed


Server Config

mode server
port 1194 #port

proto udp # udp or tcp
dev tun
ca /etc/openvpn/keys/ca.crt
cert /etc/openvpn/keys/server.crt
key /etc/openvpn/keys/server.key
dh /etc/openvpn/keys/dh1024.pem
server 10.8.0.0 255.255.0.0
push 'redirect-gateway def1'
push 'dhcp-option DNS 8.8.8.8'
push 'dhcp-option DNS 8.8.4.4'
client-to-client
keepalive 10 120
comp-lzo
persist-key
persist-tun
verb 3

Client config
client
dev tun
remote 184.171.160.94

ca pokNAT/ca.crt
cert pokNAT/beta3.crt
key pokNAT/beta3.key

cipher none
auth SHA1

#please use any combination for proto tcp or udp // port 53 , 80 , 443 depends on your network
proto udp
port 1194

resolv-retry infinite

nobind
verb 4
comp-lzo

auth-user-pass
persist-tun
persist-key
ping 10 ping-restart 60
redirect-gateway
route-method exe
route-delay 2

Ip routing table

Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.8.0.2 0.0.0.0 255.255.255.255 UH 0 0 0 tun0
10.8.0.0 10.8.0.2 255.255.255.0 UG 0 0 0 tun0
192.0.2.0 0.0.0.0 255.255.255.0 U 0 0 0 venet0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 venet0
0.0.0.0 192.0.2.1 0.0.0.0 UG 0 0 0 venet0


Is there something wrong in the config?
Thank you
raisedtozero Reviewed by raisedtozero on . openvpn problem hello, i can connect to the vpn server,, but there is no internet (i cant ping websites) here is the log Thu Dec 23 19:39:42 2010 us=109000 ROUTE default_gateway=192.168.2.1 Thu Dec 23 19:39:42 2010 us=233000 TAP-WIN32 device opened: \\.\Global\{B7E1E6E6-67E4-4D54-907F-3C27B2ADAED8}.tap Thu Dec 23 19:39:42 2010 us=249000 TAP-Win32 Driver Version 9.6 Thu Dec 23 19:39:42 2010 us=249000 TAP-Win32 MTU=1500 Thu Dec 23 19:39:42 2010 us=249000 Notified TAP-Win32 driver to set a DHCP Rating: 5