Date: Tue, 7 Nov 2000 13:18:27 -0600 From: Larry Rosenman <ler@lerctr.org> To: stable@FreeBSD.ORG Subject: Re: binding multiple IP's to one device Message-ID: <20001107131826.A2100@lerami.lerctr.org> In-Reply-To: <Pine.BSF.4.21.0011071406380.235-100000@www.freebsdbox.com>; from mikes@freebsdbox.com on Tue, Nov 07, 2000 at 02:12:26PM -0500 References: <Pine.BSF.4.21.0011071406380.235-100000@www.freebsdbox.com>
next in thread | previous in thread | raw e-mail | index | archive | help
in /etc/rc.conf: ifconfig_dc0_alias0="inet 208.224.94.2 netmask 255.255.255.255" * Michael Steinfeld <mikes@freebsdbox.com> [001107 13:06]: > At the last company I worked for when we need to setup more than on IP on > the same device, we used /etc/rc.local. > > #!/bin/sh > echo "Setting up IP Aliasing" > ifconfig dc0 inet 208.224.94.2 netmask 255.255.255.192 alias > > > Am I correct that in freebsd 4.x > rc.local is now deprecated? > > I am using 4.1.1-Stable now. > I searched the handbook and could'nt find anything relevant to my question > I apologize in advance if this question is inapropriate. > > thanks, > -mike > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 (voice) Internet: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001107131826.A2100>