Displaying 1 result from an estimated 1 matches for "my_test_ping_node".
2005 Oct 16
1
routing pb? ping not "emerging"
...l with 2 gateways, adsl and isdn. Main gateway is via
adsl, backup via isdn. I setup 2 table ''adsl'' and ''isdn''. You can find a
description below.
I made a script to test both tables. That mainly
1. adds an
iptables -t mangle -A OUTPUT -d my_test_ping_node -j MARK --set-mark 3
2. adds:
ip rule add fwmark 3 table isdn
3. ip route flush cloned
4. ping to my_test_ping_node (here 217.27.90.70)
I correctly obtain that ping packets go to the router, reach the test,
get back to the interface... but ping don''t sh...