Martineau
Part of the Furniture
What happens if you issue:Yes, you are correct, no output from the first command.
After doing the second set of commands, visiting targetdomain.com works for that client IP and "ip -s route show cache 190.18.121.221" now shows a result on one of the IPs.
result
Code:190.18.121.221 from 192.168.100.100 dev ppp5 src 192.168.100.1 mark 0x1000 cache <src-direct> used 510 age 7sec mtu 1400 advmss 1360 hoplimit 64 iif br0 190.18.121.221 via 118.110.111.1 dev eth0 src 118.140.111.101 cache used 1 age 425sec mtu 1500 advmss 1460 hoplimit 64
All just as you've said!
Code:
for i in /proc/sys/net/ipv4/conf/*/rp_filter ; do echo 0 > $i;done