Site1 - Fonera 2.0N as OpenVPN Server | Network 192.168.1.0
Site2 - WRT54GL (DD-WRT) as OpenVPN Client | Network 192.168.10.0
VPN Network 10.8.0.0
It connects Ok.
The problem is I can't reach 192.168.10.0 network from Fonera (Site1). I can only reach the VPN Network (10.8.0.0).
At Site2, with DD-WRT, I cant reach both 192.168.1.0 and 10.8.0.0 networks.
Fonera Routing Table:
Code: Select all
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.182.0 * 255.255.255.0 U 0 0 0 tun0
10.8.0.0 * 255.255.255.0 U 0 0 0 tun-ovpn
192.168.1.0 * 255.255.255.0 U 0 0 0 br-lan
169.254.0.0 * 255.255.0.0 U 0 0 0 br-lan
default 192.168.1.254 0.0.0.0 UG 0 0 0 br-lan
DDWRT Routing Table:
Code: Select all
Destination Gateway Genmask Flags Metric Ref Use Iface
"Public_IP" 192.168.10.1 255.255.255.255 UGH 0 0 0 br0
10.8.0.0 * 255.255.255.0 U 0 0 0 tun0
192.168.10.0 * 255.255.255.0 U 0 0 0 br0
169.254.0.0 * 255.255.0.0 U 0 0 0 br0
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
default 10.8.0.1 0.0.0.0 UG 0 0 0 tun0
But did not work
Any help?