Well, that's very helpful...Can't believe I didn't see that when I was looking for it. I guess I just always do things the hard way.
Aaron Weiker
Programmer
CISP - Changing Internet Speed & Performance
Phone: 419.724.5351 [EMAIL PROTECTED]
Pager: 419.218.0013 http://www.cisp.cc
Cell: 419.304.0323 web search: http://www.allthesites.com
-----Original Message-----
From: Richard Furda [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 14, 2001 4:28 PM
To: Aaron Weiker
Cc: 'Drew J. Weaver'; '[EMAIL PROTECTED]'
Subject: RE: Adding IP aliases
Hello,
On Wed, 14 Feb 2001, Aaron Weiker wrote:
> Best place to look is check out the man of ifconfig
>
> This will give you the syntax for it. I then edited my /etc/rc.network and
> put that command in there to create the alias when the server was rebooted.
/etc/rc.network is not the place to add aliases. Please look at the
examples in /etc/defaults/rc.conf
ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry.
these should be placed into /etc/rc.conf
> Does anyone know of a FAQ or HOWTO for adding IP aliases to a
> FreeBSD box? I can do it under linux and Im just wondering if there are any
> differences or what-not.
Rich