Page 1 of 1

Can't ping or access my gateway from Server 2008

Posted: Thu Jul 02, 2015 12:28 pm
by joamm
When I connect to the server from opensuse or windows 7 clients works fine, i can ping the gateway (10.8.0.1) but not from Server 2008:

Opensuse client: connection OK, ping to server OK
Windows 7 client: connection OK, ping to server OK
Server 2008 client: connection OK, NO ping or access to openvpn server or LAN

The firewall is disabled on server and client.

My server and client conf:

Code: Select all

SERVER.CONF
port 1194
proto tcp
dev tun
ca ca.crt
cert server.crt
key server.key  
dh dh2048.pem
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
push "route 192.168.0.0 255.255.255.0"
keepalive 10 120
comp-lzo
persist-key
persist-tun
status openvpn-status.log
verb 3

Code: Select all

CLIENT.CONF
client
remote 192.168.0.2 1194
ca ca.crt
cert win2008.crt
key win2008.key
comp-lzo yes
dev tun
proto tcp
nobind
auth-nocache
script-security 2
persist-key
persist-tun
user nobody
group nobody
remote-cert-tls server
Any ideas?

Thanks!

Re: Can't ping or access my gateway from Server 2008

Posted: Thu Jul 02, 2015 6:30 pm
by Traffic
Please post logs at --verb 4

Re: Can't ping or access my gateway from Server 2008

Posted: Fri Jul 10, 2015 5:48 am
by TiTex
if you have User Account Control enabled try running openvpn-gui as administrator