Problems with ethernet bridging Vpn
Posted: Sat Apr 02, 2011 12:45 am
Hi all,
I'm trying to configure an ethernet bridging vpn and I'm having some problems. Is the first time that I'm trying to configure a vpn.
Here is my configuration.
server.conf [Centos]
port 1194
proto udp
dev tap
ca ca.crt
cert server.crt
key server.key
dh dh1024.pem
ifconfig-pool-persist ipp.txt
server-bridge 192.168.120.235 255.255.255.0 192.168.120.236 192.168.120.239
push "route 192.168.0.0 255.255.0.0"
keepalive 10 120
comp-lzo
persist-key
persist-tun
status openvpn-status.log
verb 3
client.ovpn [Windows 7]
dev tap
dev-node OpenVPN_Tap
proto udp
remote xxx.xxx.xxx.xxx 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert server.crt
key server.key
ns-cert-type server
comp-lzo
verb 3
On Windows 7, I created the tap and I'm running the vpn as Administrator.
The connection is estabilished and the server assign 192.168.120.236 to the client, but I'm not able to ping the server 192.168.120.235 and I'm not able to reach the other server on the network 192.168.120.0/24.
Where could be the error?
Thanks for the support!
Shinji
I'm trying to configure an ethernet bridging vpn and I'm having some problems. Is the first time that I'm trying to configure a vpn.
Here is my configuration.
server.conf [Centos]
port 1194
proto udp
dev tap
ca ca.crt
cert server.crt
key server.key
dh dh1024.pem
ifconfig-pool-persist ipp.txt
server-bridge 192.168.120.235 255.255.255.0 192.168.120.236 192.168.120.239
push "route 192.168.0.0 255.255.0.0"
keepalive 10 120
comp-lzo
persist-key
persist-tun
status openvpn-status.log
verb 3
client.ovpn [Windows 7]
dev tap
dev-node OpenVPN_Tap
proto udp
remote xxx.xxx.xxx.xxx 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert server.crt
key server.key
ns-cert-type server
comp-lzo
verb 3
On Windows 7, I created the tap and I'm running the vpn as Administrator.
The connection is estabilished and the server assign 192.168.120.236 to the client, but I'm not able to ping the server 192.168.120.235 and I'm not able to reach the other server on the network 192.168.120.0/24.
Where could be the error?
Thanks for the support!
Shinji