|
|
On Wed, Apr 28, 2004 at 12:14:12AM +0200, Igor Barsanti wrote: > I'm trying to setup a bridged roadwarrior with these conf: > > INTERNET ROUTER <----> (eth1) SERVER (eth0) --- LAN > > eth0: 192.168.2.10 (LAN 192.168.2.0/24) > eth1: 192.168.1.2 <snip> > CLIENT: > > openvpn.conf: > > dev tap > remote x.y.w.z > ifconfig 192.168.2.185 255.255.255.0 This is usually the trouble ... You need to use a virtual network here, different to br0. E.g. ifconfig 10.3.1.1 255.255.255.0 > secret key > port 8888 > user nobody > group nobody > comp-lzo > ping 60 > verb 2 Patrick ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |