[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ip aliasing
[I'm sorry to reply twice]
to set it up on-the-fly:
ifconfig de0 alias X.X.X.X netmask Y.Y.Y.Y
To take it away:
ifconfig de0 delete X.X.X.X
BSD doesn't handle alias as "virtual" interfaces,
like Solaris/Linux. They are straight in the main
interface structure (see TCP/IP Illustrated Vol 2
for explanation on BSD networking internals)).
Alejo
delta wrote:
>
> Any body know how can i set up ip alias in OpenBSD?
> How can i setup interface de:0 for it?
> ifconfig de0:0 192.168.0.3 netmask 255.255.255.0 up
>
>