On Sat, Mar 09, 2002 at 06:58:03PM +1100, Jeff Waugh wrote: > So, I have a machine with a number of aliases on eth0. Thus, the machine > answers on multiple IP addresses, provided by eth0, eth0:0, etc.
Aliases are so passe. :) > How do I get the machine to default to using eth0 and its IP address for > outgoing connections? /usr/share/doc/iproute/ip-cref.ps.gz Sounds like you want to specify a source address. ip route change default via <your.default.gw> src <your.eth0.ip.address> -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
