April 20, 2024, 12:13:24 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: openvpn :- Unable to connect local network  (Read 3192 times)

Offline linuxfreaks

  • New Member
  • Posts: 1
openvpn :- Unable to connect local network
« on: August 18, 2009, 11:47:15 AM »
Currently I am having problem with my openvpn ( Linux based ) setup where my windows client not able to connect to servers which are behind openvpn server.

I am able to ping both the interface i.e eth0 and tap0 but unable to ping any machine behind the openvpn server.

OpenVpn server route is like this

Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
172.16.10.0 0.0.0.0 255.255.255.0 U 0 0 0 tap0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0

Client getting the default gateway which is IP address of tap0.

Ip forwarding is also enabled.