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-tcp.ovpn
local 10.10.10.42
port 443
proto tcp
dev tun
dev-node openvpn-tcp
ca keys/ca.crt
cert keys/server.crt
key keys/server.key
dh keys/dh1024.pem
server 10.8.1.0 255.255.255.0
push "route 10.8.0.0 255.255.255.0"
client-to-client
------- 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
____________________________________________
Openvpn-users mailing list
Openvpn-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/openvpn-users
|