Subject: Re: IP Aliasing
To: Hubert Feyrer <hubert.feyrer@informatik.fh-regensburg.de>
From: Bill Studenmund <wrstuden@zembu.com>
List: tech-net
Date: 10/30/2000 11:19:20
On Thu, 19 Oct 2000, Hubert Feyrer wrote:

> On Thu, 19 Oct 2000, Miguel Biscaia Pias wrote:
> >     I would like to know if NetBSD suports more than one IP address 
> > per network interface.
> 
> Sure!
> 
> Set with 'ifconfig Xx0 inet alias 123.345.567.789', review with 'netstat
> -i'. See ifaliases(5) for making permanent entries across reboots.

I'd recomend using ifaliases from the start. The ifconfig command doesn't
set up all of the routing magic needed to get thsi to work, while
ifaliases does. :-)

Take care,

Bill