owiecc
Occasional Visitor
I am trying to setup my router (AX88) so that the traffic from the router (transmission) goes through VPN and the rest of the devices go through WAN. 
If I set Redirect Internet traffic to all the router goes through VPN. I am checking by testing the external IP: curl ipinfo.io/ip
When I use Policy rules in Redirect Internet traffic with this config (after https://github.com/RMerl/asuswrt-merlin/wiki/Policy-based-routing):
	
	
	
		
my router goes through WAN (curl ipinfo.io/ip from the router shows my ISP's IP) while everything else goes through VPN. 192.168.1.1 is my router's IP.
				
			If I set Redirect Internet traffic to all the router goes through VPN. I am checking by testing the external IP: curl ipinfo.io/ip
When I use Policy rules in Redirect Internet traffic with this config (after https://github.com/RMerl/asuswrt-merlin/wiki/Policy-based-routing):
		Code:
	
	LAN_IPs    192.168.1.0/24    0.0.0.0   VPN
Router     192.168.1.1       0.0.0.0   VPN
	my router goes through WAN (curl ipinfo.io/ip from the router shows my ISP's IP) while everything else goes through VPN. 192.168.1.1 is my router's IP.
	