On Sat, 14 Feb 1998, Keith Brown wrote:
Sure. It's very easy using the "alias" option to ifconfig(1). For example, the sequence:
ifconfig e0 192.1.1.1 ifconfig e0 alias 192.1.1.2
will put a couple of addresses on the e0 interface.
According to the man page:
The interface name vh is used to specify IP virtual host addresses associated with the filer. Only alias addresses (using the alias option) may be assigned to the vh interface.
So I can assign multiple IP's to vh... how do I bind those IP's to a physical interface? Or is this only used for the virtual hosting feature in the HTTP server?