From owner-freebsd-questions Wed May 8 9: 8:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hobbiton.shire.net (frogmorton.shire.net [204.228.145.136]) by hub.freebsd.org (Postfix) with ESMTP id D2ED137B401 for ; Wed, 8 May 2002 09:08:18 -0700 (PDT) Received: from [68.64.98.90] (helo=localhost) by hobbiton.shire.net with asmtp (Exim 3.22 #6) id 175Tzd-000ClC-00; Wed, 08 May 2002 10:08:41 -0600 Date: Wed, 8 May 2002 12:08:14 -0400 Subject: setting up IP aliases in rc.conf Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v481) Cc: chad@shire.net To: freebsd-questions@freebsd.org From: Chad Leigh -- Shire.Net LLC Content-Transfer-Encoding: 7bit Message-Id: X-Mailer: Apple Mail (2.481) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi I read the handbook and am trying to set up some ip aliases (I used to do it by hand in rc.local type file). I am doing this ion 4.5R-p4 According to the handbook I should be able to do: ifconfig_dc0="inet 192.168.99.136 netmask 255.255.255.0" ifconfig_dc0_alias1="inet 192.168.99.137 netmask 255.255.255.255" ifconfig_dc0_alias2="inet 204.228.145.250 netmask 255.255.255.240" Doing this only gets me the first address... Here is a full ifconfig after booting: frog1# ifconfig -a dc0: flags=8843 mtu 1500 inet 192.168.99.136 netmask 0xffffff00 broadcast 192.168.99.255 inet6 fe80::2c0:f0ff:fe4a:75c%dc0 prefixlen 64 scopeid 0x1 ether 00:c0:f0:4a:07:5c media: Ethernet autoselect (10baseT/UTP) status: active What am I doing wrong? How is the correct way to set these up? This looks OK to me according to the handbook at Thanks Chad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message