Tagged Questions
1
vote
2answers
134 views
ICMP redirect: how to test it with icmpush
I want to see how the routing table changes on a Linux system, when an ICMP redirect is received.
For that I use
icmpush -v red -sp current-gateway -gw new-gateway -dest google.com -c host -prot tcp ...