[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ip aliasing




look at /etc/ifaliases  it is straightforward.

a common mistake:

If an "aliased" address lies on same subnet as main
address (or any other) of that interface,
netmask for the alias MUST be 255.255.255.255
else routes wouldn't fit in table.

regards,

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
> 
>