search for: 214c

Displaying 1 result from an estimated 1 matches for "214c".

Did you mean: 214
2011 Nov 16
2
Where is source address info of a route kept?
...h0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 78:2b:cb:23:21:4c brd ff:ff:ff:ff:ff:ff inet 192.168.5.205/24 brd 192.168.5.255 scope global eth0 inet 192.168.5.217/24 brd 192.168.5.255 scope global secondary eth0 inet6 fe80::7a2b:cbff:fe23:214c/64 scope link valid_lft forever preferred_lft forever ... Then I add a new route via a network gateway but I want the route to use the secondary address as a source. # ip route add 11.11.11.11 via 192.168.5.148 src 192.168.5.217 And the ip route show command shows that it knows the source...