This is for ASUS Merlin running latest version on two RT-AC88U routers, one as an openvpn server, and the other as a client.
I route 10.0.0.0/8 subnets on either side of the openvpn link.
When the link is established, the client route iptables has the following line in it:
Chain OVPNSI
ACCEPT udp -- anywhere anywhere udp dpt:1194
So I can ping from 10.0.server.50 -> 10.0.client.20 no problem.
But after a time, with an active openvpn link still running, and everything else as normal, this iptables line disappears, and that same ping does not work.
If I go to the client router "firewall" page and change nothing, and click "Apply", the iptables rule is restored, and all works fine.
When the iptables rule is gone, the 10.0.client.20 computer has no problem reaching or pinging 10.0.server.50, so it is a problem with openvpn INCOMING to the client and OUTGOING works fine.
There is no NAT on the openvpn internal routing.
If I ssh into the client router, and enter "service firewall_restart", this line is restored, and the ping to the client works again.
thank you for any advice!
I route 10.0.0.0/8 subnets on either side of the openvpn link.
When the link is established, the client route iptables has the following line in it:
Chain OVPNSI
ACCEPT udp -- anywhere anywhere udp dpt:1194
So I can ping from 10.0.server.50 -> 10.0.client.20 no problem.
But after a time, with an active openvpn link still running, and everything else as normal, this iptables line disappears, and that same ping does not work.
If I go to the client router "firewall" page and change nothing, and click "Apply", the iptables rule is restored, and all works fine.
When the iptables rule is gone, the 10.0.client.20 computer has no problem reaching or pinging 10.0.server.50, so it is a problem with openvpn INCOMING to the client and OUTGOING works fine.
There is no NAT on the openvpn internal routing.
If I ssh into the client router, and enter "service firewall_restart", this line is restored, and the ping to the client works again.
thank you for any advice!