From owner-freebsd-small Tue Mar 5 9:28:52 2002 Delivered-To: freebsd-small@freebsd.org Received: from mail.vip.net (mail.vip.net [139.142.90.7]) by hub.freebsd.org (Postfix) with SMTP id BF48737B416 for ; Tue, 5 Mar 2002 09:28:46 -0800 (PST) Received: (qmail 38370 invoked from network); 5 Mar 2002 17:32:51 -0000 Received: from overlord.vip.net (HELO vip.net) (139.142.81.35) by mail.vip.net with SMTP; 5 Mar 2002 17:32:51 -0000 Message-ID: <3C8500AF.6020606@vip.net> Date: Tue, 05 Mar 2002 09:30:23 -0800 From: Sean Peterson Reply-To: systemadmin@vip.net Organization: Valley Internet Providers Ltd. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.7) Gecko/20020104 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-small@freebsd.org Subject: Unable to set multiple ip aliases Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am trying to use PicoBSD from Luigi Rizzo's Dummynet howto, http://info.iet.unipi.it/~luigi/ip_dummynet/ but I am not able to get more than one ifconfig_alias to be recognized by the system. My rc.conf has the following; network_interfaces="lo0 rl0 rl1" ifconfig_lo0="inet 127.0.0.1" ifconfig_rl0="inet 139.142.90.250 netmask 255.255.255.0" ifconfig_rl1="inet 139.142.165.225 netmask 255.255.255.240" ifconfig_rl1_alias0="inet 139.142.164.241 netmask 255.255.255.240" ifconfig_rl1_alias1="inet 139.142.165.222 netmask 255.255.255.224" ifconfig_rl1_alias2="inet 139.142.163.1 netmask 255.255.255.128" ifconfig_rl1_alias3="inet 139.142.165.65 netmask 255.255.255.224" In the rc.network file; alias=0 Which I assume is the default setting. The problem is that only the alias0 is configured on boot up. If I change the alias= line to alias=1 then only alias1 is configured and the same for alias=2 then alias2 is configured. Is this a limitation of the floppy/PicoBSD or I am missing something completely. Any insight would be greatly appreciated, thank you. -- Sean Peterson System Administrator Valley Internet Providers Ltd. 250.770.1384 systemadmin@vip.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message