|
|
Hello, I'm attempting to create an OpenVPN connection between two networks, where all the clients on either side can access each other. I found a post similar to this here: http://openvpn.net/archive/openvpn-users/2005-03/msg00091.html Which also linked to this site: http://openvpn.net/howto.html#scope I've read through that documentation and followed it, but it's still not working the way I need it to. The network is essentially like this: Femy LAN (192.168.1.0/24) Firewall (OpenVPN client) -- Internet -- Firewall (OpenVPN server) Terminator LAN (192.168.5.0/24) The relevant server config declarations in server.conf are: server 10.5.5.0 255.255.255.0 client-config-dir /etc/openvpn/clients route 192.168.1.0 255.255.255.0 push "route 192.168.5.0 255.255.255.0" And then on the server, there is a /etc/openvpn/clients/Femy file with this: iroute 192.168.1.0 255.255.255.0 With this setup, I can ping any clients on the server's network from the client itself, but when clients on the client's network attempt to do the same, I get this error message in the server's logs: Mon Oct 3 16:28:53 2005 us=728238 Femy/64.10x.xxx.xxx:32830 MULTI: bad source address from client [64.10x.xxx.xxx], packet dropped And also, none of the clients on the server's network can ping hosts on the client's network. If you have any ideas of things I might be able to try, or see anything that I might be missing, please let me know. Any help is very very much appreciated. Thank you! ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |