Page 1 of 1

[HELP] I can only ping my OpenVPN Server

Posted: Tue Jul 09, 2013 7:41 pm
by Krame
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 :
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
Server ipconfig (before OpenVPN start) :
Ip Address: 10.18.225.2
Subnet Mask : 255.0.0.0
Default Gateway: 10.0.0.138
Client Conf :
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
The connection is good but there are no access to internet..
My config is good ?
Thanks.

Re: [HELP] I can only ping my OpenVPN Server

Posted: Fri Jul 12, 2013 12:05 pm
by maikcat
your config looks ok...

BUT

there are some other things you need to add to your openvpn server side...

did you enabled RAS?

ps: user bebop has written a very detailed howto about familiar setup using win 7 as openvpn server, please check it out...

Michael.

Re: [HELP] I can only ping my OpenVPN Server

Posted: Sat Jul 13, 2013 1:03 pm
by Krame
Thanks for your answer ;)
did you enabled RAS?
You mean, the service "Routing and Remote Access" ?
This service is Automatic on my server.

Re: [HELP] I can only ping my OpenVPN Server

Posted: Sat Jul 13, 2013 5:27 pm
by maikcat
yeap...

please read bebop's howto....

Michael.