em device on 4.x: ifconfig alias issue
Grant Peel
gpeel at thenetnow.com
Sat Mar 25 15:01:03 UTC 2006
Hi Marc,
I don't pretend to know anything about Address Resolution and Routing, but
one thing I know (through many hours of frustration), is that an aliased
address (in your case, somehting like em0:23), IF the ip address being
aliases, belongs in the same subnet as anotherone on the same machine, the
second one must use a 255 subnet ( /0 ?).
example:
em0 192.168.0.1 255.255.255.0
em0_0 192.168.0.2 255.255.255.255
...
em0_23 10.10.10.10 255.255.255.192
em0_43 10.10.10.11 255.255.255.255
em0_59 10.10.10.15 255.255.255.255
Hope this helps, if not soory about the waste of time!
-Grant
More information about the freebsd-questions
mailing list