[LARTC] ip route doesn't not work with virtual inferfaces
Andreas Unterkircher
unki at netshadow.at
Mon Dec 5 10:22:36 CET 2005
You can specify the source address
ip route add 192.168.66.0/24 via 192.168.1.2 src {The_Source_IP_of_interface}
Radek Vokál (rvokal at redhat.com) schrieb:
>
> I have two IP for eth0 which correspond to eth0 and eth0:1
> I want to create a route
> to 192.168.66.0/24 via 192.168.0.50 from eth0:1
>
> so I add the route with
>
> ip route add 192.168.66.0/24 via 192.168.1.2 dev eth0:1
>
> but when I connect to 192.168.66.0/24 network in connects still using
> the IP of eth0, not the IP of eth0:1 as one would expect.
>
> What's strange to me is that ip route list dev eth0:1 shows same output
> as ip route list dev eth0
>
> is this expected behavior or is there a bug?
>
> Radek
>
>
> --
> Radek Vokál <rvokal at redhat.com>
>
More information about the LARTC
mailing list