On Wed, May 28, 2003 at 03:30:20PM -0700, brian moore wrote: [snip] > You could change how it behaves be swapping eth0 and eth0:1, assuming > they are both on the same subnet.
My guess is that linux doesn't decide which interface is closer to the destination trough the interface number. It depends on your route to the destination (default route in most cases) and the subnet of the interfaces. For instance, if you have 2 interfaces, eth0 and eth0:1, where eth0 has ip 1.1.1.2 netmask 255.255.255.255, and where eth0:1 has ip 1.1.1.3 netmask 255.255.255.0, and the default gateway is 1.1.1.1, the ip the kernel will pick is 1.1.1.3, and not 1.1.1.2. I could be wrong though :-) Cheers, Bart -- Bart Matthaei [EMAIL PROTECTED] There's no sex in struct sockaddr_in .. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]