LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   ICMP host redirect (https://www.linuxquestions.org/questions/linux-networking-3/icmp-host-redirect-472751/)

htb 08-10-2006 05:52 PM

ICMP host redirect
 
hello,
i get the following error when i use this command ip ro add 192.168.100.1 via 81.181.211.254 :

Code:

border:# ping 192.168.100.1
PING 192.168.100.1 (192.168.100.1) 56(84) bytes of data.
From 81.181.211.254 icmp_seq=1 Redirect Host(New nexthop: 192.168.100.1)
From 81.181.211.254 icmp_seq=2 Destination Host Unreachable
From 81.181.211.254 icmp_seq=3 Destination Host Unreachable


pk21 08-12-2006 12:08 AM

Don't you need to add it the other way around? :
ip ro add 81.181.211.254 via 192.168.100.1


All times are GMT -5. The time now is 07:02 AM.