My setup is RT-AX56U (fw: 386.3_2) as Router and RT-AC88U (fw: 3.0.0.4.386_43129-g60defb2) as AIMesh Node.
I have 2 OVPN client activated, one is used by Transmission and other is used by Nvidia Shield TVs. The VPN Director is used to routing rules:
However, it seems the routing is not working and both devices are routed OVPN1. I have tried many hard reset of router, including going back to 386_2_6, overlaying with original ASUS firmware and the reverted back to RMerline fw. But this problem is not going away.It was working few days back and all of a sudden it is lost.First I suspected VPN director but later concluded that it was not.
Here are outputs from various commands:
seem to be missing lines like below:
9994: from all fwmark 0x2000/0x2000 lookup ovpnc2
9995: from all fwmark 0x1000/0x1000 lookup ovpnc1
I am running of ideas and thus seek help to fix it. Please let me know if need to provide some other info and what can I try.
I have 2 OVPN client activated, one is used by Transmission and other is used by Nvidia Shield TVs. The VPN Director is used to routing rules:
However, it seems the routing is not working and both devices are routed OVPN1. I have tried many hard reset of router, including going back to 386_2_6, overlaying with original ASUS firmware and the reverted back to RMerline fw. But this problem is not going away.It was working few days back and all of a sudden it is lost.First I suspected VPN director but later concluded that it was not.
Here are outputs from various commands:
Code:
RT-User@RT-AX56U-xxxx:/tmp/home/root# ip rule show
0: from all lookup local
10210: from 192.168.2.15 lookup ovpnc1
10410: from 192.168.2.180 lookup ovpnc2
32766: from all lookup main
32767: from all lookup default
9994: from all fwmark 0x2000/0x2000 lookup ovpnc2
9995: from all fwmark 0x1000/0x1000 lookup ovpnc1
Code:
RT-User@RT-AX56U-xxxx:/tmp/home/root# iptables -nvL PREROUTING -t mangle --line
Chain PREROUTING (policy ACCEPT 2112K packets, 423M bytes)
num pkts bytes target prot opt in out source destination
RT-User@RT-AX56U-xxxx:/tmp/home/root# iptables -nvL POSTROUTING -t nat --line
Chain POSTROUTING (policy ACCEPT 14506 packets, 1235K bytes)
num pkts bytes target prot opt in out source destination
1 553 65051 MASQUERADE all -- * tun11 0.0.0.0/0 0.0.0.0/0
2 1 68 MASQUERADE all -- * tun12 0.0.0.0/0 0.0.0.0/0
3 29298 3665K PUPNP all -- * eth0 0.0.0.0/0 0.0.0.0/0
4 0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 policy match dir out pol ipsec
5 17815 2743K MASQUERADE all -- * eth0 !132.147.95.64 0.0.0.0/0
6 5957 614K MASQUERADE all -- * br0 192.168.2.0/24 192.168.2.0/24
Code:
RT-User@RT-AX56U-xxxx:/tmp/home/root# netstat -r
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
default fnet1-f95-acces 0.0.0.0 UG 0 0 0 eth0
10.16.0.0 * 255.255.0.0 U 0 0 0 tun11
10.16.0.0 * 255.255.0.0 U 0 0 0 tun12
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
132.147.95.0 * 255.255.255.0 U 0 0 0 eth0
132.147.95.1 * 255.255.255.255 UH 0 0 0 eth0
192.168.2.0 * 255.255.255.0 U 0 0 0 br0
192.168.101.0 * 255.255.255.0 U 0 0 0 br1
239.0.0.0 * 255.0.0.0 U 0 0 0 br0
I am running of ideas and thus seek help to fix it. Please let me know if need to provide some other info and what can I try.