nickolasm5
Occasional Visitor
Asus ac86u merlin 386.13_2
I've set up Open VPN and PPTP servers
ASUS LAN - 192.168.3.0
OpenVPN - 10.8.0.0
PPTP - 10.8.20.0
OpenVPN clients can ping other OpenVPN clients - 10.8.0.0 and LAN 192.168.3.0, but they cant ping PPTP network 10.8.20.0 (from the asus router I can ping any network)
How to allow OpenVPN cleints ping 10.8.20.0?
and one more question, do I understand correct, to add a permanent route I can create a script like
#!/bin/sh
ip route add 192.168.7.0/24 via 10.8.20.2
I've set up Open VPN and PPTP servers
ASUS LAN - 192.168.3.0
OpenVPN - 10.8.0.0
PPTP - 10.8.20.0
OpenVPN clients can ping other OpenVPN clients - 10.8.0.0 and LAN 192.168.3.0, but they cant ping PPTP network 10.8.20.0 (from the asus router I can ping any network)
How to allow OpenVPN cleints ping 10.8.20.0?
and one more question, do I understand correct, to add a permanent route I can create a script like
#!/bin/sh
ip route add 192.168.7.0/24 via 10.8.20.2