Date: Tue, 7 Nov 2000 14:12:26 -0500 (EST) From: Michael Steinfeld <mikes@freebsdbox.com> To: stable@freebsd.org Subject: binding multiple IP's to one device Message-ID: <Pine.BSF.4.21.0011071406380.235-100000@www.freebsdbox.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0011071406380.235-100000>