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 <[EMAIL PROTECTED]>

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
LARTC mailing list
[email protected]
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

Reply via email to