|
|
On Wed, 16 Jan 2008 00:56:38 -0600, Josh Cepek wrote: > Try this as your modified config for the LAN1 router: > > /etc/openvpn/server.conf > dev tun0 > local 5.6.7.162 > remote 5.6.7.179 > port 1194 > ifconfig 10.8.0.1 10.8.0.2 > route 192.168.30.0 255.255.255.0 > secret /etc/openvpn/openvpn.key > daemon > > And this for LAN2: > > /etc/openvpn/server.conf > dev tun0 > remote 5.6.7.162 > port 1194 > ifconfig 10.8.0.2 10.8.0.1 > route 192.168.10.0 255.255.255.0 > secret /etc/openvpn/openvpn.key > daemon Just wanted to say thanks to Josh and a reply on the OpenWRT forum. Everything's working fine now. I turned DHCP duties over to the OpenWRT dnsmasq service instead of the Windows domain server. With the tun device routing setup, file browsing works fine, at least in in the context of an Windows 2000 Active Directory Domain. Thanks again. ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |