I'm trying two connect two locations with OpenVPN.

*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. 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:

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:


188.83.198.6    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

I tried to specify a route at Fonera like route add -net 192.168.10.0
netmask 255.255.255.0 gw 10.8.0.128 dev tun-ovpn

But did not work

Any help?
_______________________________________________
Development mailing list
[email protected]
http://fonosfera.org/mailman/listinfo/development

Reply via email to