Displaying 1 result from an estimated 1 matches for "bn1kvrmannpsb7".
2007 Sep 06
1
iproute: add destination route by hostname...
Hi all
How to add a static route to a hostname with iproute2?
I tried:
ip route add linux.com via 192.168.1.1
I got the following reply:
Error: an inet prefix is expected rather than "linux.com".
With "route command" I do not have problems
route add -host linux.com gw 200.214.148.140
As the iproute2 is the standard in the current linus distros, I would like
to know if is