Steven Ames wrote:
> 
> You lost me. How what is being done? You can use ifconfig to assign
> as many blocks/netmasks as you feel the urge to. It'll do it.

Actually, you'll get an "address in use" error; it will
add the IP alias to the card, but in fact, it will not
really dso the job: the ifconfig will tell one story,
while the kernel data structures will tell another.

Look at the alias add code in /sys/netinet, with special
attention to the EADDRINUSE return, and where it can happen,
and what code ends up not being executed in that case.

So it will look like it has worked, despite the error,
but in fact will have only partially completed the setup,
unless your netmask is 255.255.255.255, or unless the
address space is totally non-intersecting (per the 192 net
example previously posted as "working").

-- Terry

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to