On Wednesday 04 February 2009 15:35:21 Lee Hobart wrote: > It's Unidata's LDM as far as I can tell I can specify a interface within > LDM.
Then tell it to use eth0:0 or whatever it is on your system. Typically if there's more than one interface associated with the route to destination, the client will pick the first one -- for some value of "first". Most of the time "eth0" would come before "eth0:0" in the list, so that's the one it'll pick. It's probably possible to mark the packets with iptables and route them to eth0:0 with iproute (google for iptables mark and traffic shaping/policy routing), but option 1 is way simpler. Dima -- Dimitri Maziuk Programmer/sysadmin BioMagResBank, UW-Madison -- http://www.bmrb.wisc.edu _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
