All Questions
2 questions
0
votes
0
answers
1k
views
Packets routed through wrong interface
This is a follow up on ip rule shouldn't beat ip route.
I've configured everything as per my last question.
But...
Running:
$ ip route get 10.10.10.10 from 10.0.0.13 iif test-interface
10.10.10....
2
votes
3
answers
3k
views
what's the difference between ICMP prohibited ICMP unreachable?
If I want to forbid a route to response a network, should I use
ip route add unreachable 209.10.26.51 or ip route add prohibit 209.10.26.51?