[HELP] I can only ping my OpenVPN Server
Posted: Tue Jul 09, 2013 7:41 pm
Hello,
I have a probleme with my Server or Client..
I can connect and ping my server, but there are no access to internet...
Server: Windows 2003
Client: Windows 7
OpenVPN last version.
Server Conf :
My config is good ?
Thanks.
I have a probleme with my Server or Client..
I can connect and ping my server, but there are no access to internet...
Server: Windows 2003
Client: Windows 7
OpenVPN last version.
Server Conf :
Server ipconfig (before OpenVPN start) :port 1194
proto udp
dev tun
ca ca.crt
cert server.crt
key server.key
dh dh2048.pem
tls-auth ta.key 0
server 10.8.0.0 255.255.255.0
push "redirect-gateway def1 bypass-dhcp"
push "dhcp-option DNS 208.67.222.222"
push "dhcp-option DNS 208.67.220.220"
keepalive 10 120
user nobody
group nogroup
persist-key
persist-tun
cipher AES-256-CBC
comp-lzo
Client Conf :Ip Address: 10.18.225.2
Subnet Mask : 255.0.0.0
Default Gateway: 10.0.0.138
The connection is good but there are no access to internet..client
dev tun
proto udp
remote ********.no-ip.biz 1194
nobind
resolv-retry infinite
persist-key
persist-tun
ca ca.crt
cert client.crt
key client.key
ns-cert-type server
tls-auth ta.key 1
comp-lzo
verb 3
cipher AES-256-CBC
route-method exe
route-delay 2
script-security 3 system
My config is good ?
Thanks.