From owner-freebsd-questions Wed May 8 9:28:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc25.worldnet.att.net (mtiwmhc25.worldnet.att.net [204.127.131.50]) by hub.freebsd.org (Postfix) with ESMTP id 1AF4A37B407 for ; Wed, 8 May 2002 09:28:09 -0700 (PDT) Received: from [192.168.20.22] ([12.84.192.80]) by mtiwmhc25.worldnet.att.net (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020508162807.YGSF2855.mtiwmhc25.worldnet.att.net@[192.168.20.22]>; Wed, 8 May 2002 16:28:07 +0000 User-Agent: Microsoft-Entourage/10.0.0.1309 Date: Wed, 08 May 2002 11:28:17 -0500 Subject: Re: setting up IP aliases in rc.conf From: Steve Fettig To: "Chad Leigh -- Shire.Net LLC" , Message-ID: In-Reply-To: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit 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 On 5/8/2002 11:08, "Chad Leigh -- Shire.Net LLC" wrote: > 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 Chad, I was never able to go beyond one alias myself following the same directions you have... But, I do know that I couldn't get alias1 to work, so I used the command: Ifconfig_xl0_alias0="inet 192.168.14.5 netmask 255.255.255.0" ^^^ I think you also have a mistake in your netmask on alias1 - no subnet mask should be 255.255.255.255 if you are configuring an IP on a nic - it should be 255.255.255.0 if you are on the same subnet as the first ip. It may be stopping at alias1 and not going further because of this (*if* this is a true copy of what you have in your rc.conf file). Anyone with ideas as to why more aliases than one might not be working, would be much appreciated help on my end. Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message