Hello,
I am still struggling to figure out iptables in order to have both my OpenVPN client, which is selectively routing devices on my NAT, and AICloud Smart Access working over the WAN at the same time. When the VPN Client is down, I can access AICloud Smart Cloud no problem on my android phone connected over the cellular network, but it becomes unreachable as soon as the OpenVPN client comes up.
I tried adding:
iptables -t mangle -I PREROUTING -i br0 -p tcp -m multiport --dport
80,443 -j MARK --set-mark 1
But selective routing applications on the router doesn't seem to work the same as selective routing on the router's NAT.
I tried using the INPUT and OUTPUT chain, but I always seem to lock myself out of the router, so I haven't done much with it.
I attached my iptables, ifconfig and a netstat showing the aicloud listening on ports 443 and 8082.
Does anyone have any clue how to get AICloud to connect through eth0 when tun11 is active?
I am still struggling to figure out iptables in order to have both my OpenVPN client, which is selectively routing devices on my NAT, and AICloud Smart Access working over the WAN at the same time. When the VPN Client is down, I can access AICloud Smart Cloud no problem on my android phone connected over the cellular network, but it becomes unreachable as soon as the OpenVPN client comes up.
I tried adding:
iptables -t mangle -I PREROUTING -i br0 -p tcp -m multiport --dport
80,443 -j MARK --set-mark 1
But selective routing applications on the router doesn't seem to work the same as selective routing on the router's NAT.
I tried using the INPUT and OUTPUT chain, but I always seem to lock myself out of the router, so I haven't done much with it.
I attached my iptables, ifconfig and a netstat showing the aicloud listening on ports 443 and 8082.
Does anyone have any clue how to get AICloud to connect through eth0 when tun11 is active?