[HELP] I can only ping my OpenVPN Server

This forum is for all inquiries relating to the installation of OpenVPN from source and with binaries.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please visit (and READ) the OpenVPN HowTo http://openvpn.net/howto prior to asking any questions in here!
Post Reply
Krame
OpenVpn Newbie
Posts: 2
Joined: Tue Jul 09, 2013 7:25 pm

[HELP] I can only ping my OpenVPN Server

Post by Krame » 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 :
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.

User avatar
maikcat
Forum Team
Posts: 4200
Joined: Wed Jan 12, 2011 9:23 am
Location: Athens,Greece
Contact:

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

Post by maikcat » Fri Jul 12, 2013 12:05 pm

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.
Amiga 500 , Zx +2 owner
Long live Dino Dini (Kick off 2 Creator)

Inflammable means flammable? (Dr Nick Riviera,Simsons Season13)

"objects in mirror are losing"

Krame
OpenVpn Newbie
Posts: 2
Joined: Tue Jul 09, 2013 7:25 pm

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

Post by Krame » Sat Jul 13, 2013 1:03 pm

Thanks for your answer ;)
did you enabled RAS?
You mean, the service "Routing and Remote Access" ?
This service is Automatic on my server.

User avatar
maikcat
Forum Team
Posts: 4200
Joined: Wed Jan 12, 2011 9:23 am
Location: Athens,Greece
Contact:

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

Post by maikcat » Sat Jul 13, 2013 5:27 pm

yeap...

please read bebop's howto....

Michael.
Amiga 500 , Zx +2 owner
Long live Dino Dini (Kick off 2 Creator)

Inflammable means flammable? (Dr Nick Riviera,Simsons Season13)

"objects in mirror are losing"

Post Reply