From owner-freebsd-questions Thu Feb 6 12:45:48 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C435837B401 for ; Thu, 6 Feb 2003 12:45:46 -0800 (PST) Received: from tomts9-srv.bellnexxia.net (tomts9.bellnexxia.net [209.226.175.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF8A843F3F for ; Thu, 6 Feb 2003 12:45:45 -0800 (PST) (envelope-from lists@3bags.com) Received: from 3bagsmedia ([207.35.180.174]) by tomts9-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20030206204545.IXBX7531.tomts9-srv.bellnexxia.net@3bagsmedia>; Thu, 6 Feb 2003 15:45:45 -0500 Reply-To: From: "Phillip Smith (mailing list)" To: Cc: Subject: RE: arplookup messages? now what have I done? Date: Thu, 6 Feb 2003 15:48:24 -0500 Message-ID: <002901c2ce21$17a6b880$aeb423cf@3bagsmedia> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 In-Reply-To: <56536.128.107.253.37.1044563281.squirrel@noc.noanet.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal 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 Michael, My network topology skills are limited... does this mean the following: - my default gateway is on a 255.255.255.240 subnet - so is my devices real address - there is another device listed there (de0), no problems (internal) So, if I change the aliased devices to 0xffffff0 (255.255.255.240), they will be a-ok and not produce those message? I believe I had it set like that and the devices wouldn't initiate? Many thanks in advance, phillip. > -----Original Message----- > From: Michael K. Smith [mailto:mksmith@noanet.net] > Sent: February 6, 2003 3:28 PM > To: lists@3bags.com > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: arplookup messages? now what have I done? > > > > mailing list said: > > > > I recently added some aliases to my ipconfig and now I'm > getting these > > system messages? Should I be concerned? (FreeBSD 4.6) > > > > > > > ifconfig_de0="inet XXX.168.0.219 netmask 255.255.255.0" > > ifconfig_tl0="inet XXX.82.15.219 netmask 255.255.255.240" > > > ifconfig_tl0_alias3="inet XXX.167.176.107 netmask 0xffffffff" > > ifconfig_tl0_alias4="inet XXX.167.176.108 netmask 0xffffffff" > > ifconfig_tl0_alias5="inet XXX.167.176.109 netmask 0xffffffff" > > ifconfig_tl0_alias6="inet XXX.167.176.110 netmask 0xffffffff" > > > Hey: > > Your interface is in xxx.168.0.0/24 and your aliases are in > xxx.167.0.0/24. Those are two different subnets. You need > to configure your aliases in xxx.168.0.0 or reconfigure the > interface into xxx.167.0.0. Or, you could extend your subnet > mask to a /22 (255.255.252.0) (you can't use a /23 because it > won't inlude 167 and 168). > > Mike > > > -- > Michael K. Smith > Senior Network and Systems Engineer - NoaNet > mksmith@noanet.net > 206.219.7116 NOC: 866.662.6380 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message