|
|
Hallo. I've set up a openvpn server in debian linux machine and I have configured the client in my linux home pc connected to internet. I've set up the bridge. My ip server is 172.16.14.14 while at my home client is assigned 172.16.14.15. So the connection is up, I think. But I can't ping the two machines. What I miss? This is the server route: localnet * 255.255.255.0 U 0 0 0 br0 default 172.16.14.1 0.0.0.0 UG 0 0 0 br0 this is the client route: 192.168.100.1 * 255.255.255.255 UH 0 0 0 ppp0 172.16.14.0 172.16.14.14 255.255.255.0 UG 0 0 0 tap0 172.16.14.0 * 255.255.255.0 U 0 0 0 tap0 default * 0.0.0.0 U 0 0 0 ppp0. ______________________ OpenVPN mailing lists https://lists.sourceforge.net/lists/listinfo/openvpn-users |