On Wed 5 Nov, 1997, rasmus@lerdorf.on.ca (Rasmus Lerdorf) wrote:
Oh, and while you are at it, come up with a workaround for that Solaris 2.6 multiple IP bug that is biting me right now. ;)
my suggestion to counter this (untried, unfortunately, as my 2.6 boxes are off the network right now)
ifconfig lo0:1 <alias address> [yes, the loopback] arp -s <alias hostname> <your le0/whatever ethernet address]
then you'll answer arp requests to your alias address (if that's important to you), but outgoing connections from the interface will always pick the native address.
-- jrg.