From owner-freebsd-stable Wed Jan 19 23:28:23 2000 Delivered-To: freebsd-stable@freebsd.org Received: from abc.123.org (123.org [195.244.241.123]) by hub.freebsd.org (Postfix) with ESMTP id 4FED9153A5 for ; Wed, 19 Jan 2000 23:28:12 -0800 (PST) (envelope-from k@abc.123.org) Received: (from k@localhost) by abc.123.org (8.9.3/8.9.3) id IAA88014; Thu, 20 Jan 2000 08:27:33 +0100 (CET) (envelope-from k) Date: Thu, 20 Jan 2000 08:27:33 +0100 From: Kai Voigt To: Jim Manley Cc: "Eric D. Futch" , freebsd-stable@FreeBSD.ORG Subject: Re: Multiple IP addresses Message-ID: <20000120082732.V78143@abc.123.org> References: <4.2.2.20000119201356.00a8fad0@127.0.0.1> <4.2.2.20000119203316.00a8e2a0@127.0.0.1> <4.2.2.20000119203927.00a7b8e0@127.0.0.1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <4.2.2.20000119203927.00a7b8e0@127.0.0.1> Organization: 123.org Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jim Manley wrote: > Found it. Syntax problem. > > ifconfig alias 192.168.0.10 netmask 0xffffffff And to get all this done automatically at boot time, add this to your /etc/rc.conf network_interfaces="de0 lo0" # List of network interfaces (lo0 is loopback). ifconfig_de0="inet 195.244.241.123 netmask 255.255.255.0" ifconfig_de0_alias0="inet 195.244.241.124 netmask 255.255.255.255" ifconfig_de0_alias1="inet 195.244.241.125 netmask 255.255.255.255" ifconfig_de0_alias2="inet 195.244.241.126 netmask 255.255.255.255" ifconfig_de0_alias3="inet 195.244.241.127 netmask 255.255.255.255" ifconfig_de0_alias4="inet 195.244.241.128 netmask 255.255.255.255" Kai PS: People, please learn to quote, thank you. -- kai voigt hamburger chaussee 36 24113 kiel 04 31 - 22 19 98 69 http://k.123.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message