[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ip aliasing
| 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
<man page>
SYNOPSIS
ifconfig interface [address_family]
Available operands for ifconfig:
alias Establish an additional network address for this inter-face.
This is sometimes useful when changing network numbers, and one
wishes to accept packets addressed to the old interface.
</man page>
Hence:
ifconfig de0 alias 192.168.0.3 netmask 255.255.255.0 up
__
.j0hn [john@maKintosh.com]
"I never let my schooling interfere with my education." -- Mark Twain