From owner-freebsd-net Sun Feb 16 9:39:59 2003 Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 030EB37B401 for ; Sun, 16 Feb 2003 09:39:58 -0800 (PST) Received: from Colo2.infotex.ws (colo2.paradigmsecurity.net [66.139.73.146]) by mx1.FreeBSD.org (Postfix) with SMTP id 384F143F3F for ; Sun, 16 Feb 2003 09:39:57 -0800 (PST) (envelope-from matt@jonkmans.com) Received: (qmail 2175 invoked from network); 16 Feb 2003 17:41:20 -0000 Received: from jonkman.wintek.com (HELO killer) (208.23.142.212) by colo2.paradigmsecurity.net with SMTP; 16 Feb 2003 17:41:20 -0000 From: "Matthew Jonkman" To: "'Giorgos Keramidas'" Cc: "'Matthew Jonkman'" , Subject: RE: 5.0-REL alias problem Date: Sun, 16 Feb 2003 12:39:55 -0500 Message-ID: <35918F41AED5B54FAC677253128E6AAE1775A4@koksrv1.bmmcpas.local> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 In-Reply-To: <20030216160405.GB637@gothmog.gr> Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org That does it!!! Told you I was good for a stupid mistake or two. Haven't tested it because I can't reboot the box, but I'd assume that's why the rc.conf statements didn't work as well (the netmask). I don't think the position of alias had anything to do with it, but just the netmask. Thanks Giorgos. Matt ---------------------------------------------------- Matt -----Original Message----- From: Giorgos Keramidas [mailto:keramida@ceid.upatras.gr] Sent: Sunday, February 16, 2003 11:04 AM To: Matthew Jonkman Cc: Matthew Jonkman; freebsd-net@FreeBSD.org Subject: Re: 5.0-REL alias problem On 2003-02-16 01:54, Matthew Jonkman wrote: > # ifconfig > rl0: flags=8843 mtu 1500 > inet XXX.XXX.44.91 netmask 0xfffffff8 broadcast XXX.XXX.44.95 > ether 00:05:5d:32:c6:9c > media: Ethernet autoselect (10baseT/UTP) > status: active > rl1: flags=8843 mtu 1500 > inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255 > ether 00:50:70:d1:17:02 > media: Ethernet autoselect (100baseTX ) > status: active > lp0: flags=8810 mtu 1500 > lo0: flags=8049 mtu 16384 > inet 127.0.0.1 netmask 0xff000000 > ng0: flags=8890 mtu 1500 > # ifconfig rl0 alias XXX.XXX.44.92 netmask 255.255.255.248 > ifconfig: ioctl (SIOCAIFADDR): File exists Use a netmask of 255.255.255.255 and move 'alias' at the end of the command line. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message