HardCat
Regular Contributor
OK, results as follows and time was updated accordingly using 172.16.1.1
	
	
	
		
				
			
		Code:
	
	hardcat@RT-AC86U:/tmp/home/root# iptables -t nat -nvL PREROUTING --line-numbers
Chain PREROUTING (policy ACCEPT 263 packets, 46068 bytes)
num   pkts bytes target     prot opt in     out     source               destination         
1        1    76 DNAT       udp  --  br0    *       192.168.xxx.101      0.0.0.0/0            udp dpt:123 /* Laptop */ to:192.168.xxx.1
2      122  9272 DNAT       udp  --  br0    *       192.168.xxx.140/31   0.0.0.0/0            udp dpt:123 /* Wemo */ to:192.168.xxx.1
3      315 67253 VSERVER    all  --  *      *       0.0.0.0/0            xxx.xxx.xxx.198
	
	