|
|
|
Hi Everyone, I am hoping someone can help route me in the right direction (sorry for the real bad pun). I have two vpns/adapters on my openvpn server. One for tcp and one for udp. I would like clients on both vpn's to talk to each other. I am unable to get this working. What should my routing be? Both udp-client and tcp-client can ping 10.8.1.1 and 10.8.0.1 on the server and I can see the routes on both clients but they cannot ping each other... Do I need to add routing on the server too? Here are the relevant bits from my config
------- server-udp.ovpn local 10.10.10.42 port 1942 proto udp dev tun dev-node openvpn-udp ca keys/ca.crt cert keys/server.crt key keys/server.key dh keys/dh1024.pem server 10.8.0.0 255.255.255.0 push "route 10.8.1.0 255.255.255.0" client-to-client
Warning: require_once(../../../archive_common.php) [function.require-once]: failed to open stream: No such file or directory in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2005-08/msg00094.html on line 209 Fatal error: require_once() [function.require]: Failed opening required '../../../archive_common.php' (include_path='/usr/local/lib/php') in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2005-08/msg00094.html on line 209 |