From owner-freebsd-hackers@FreeBSD.ORG Thu Mar 17 20:19:14 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1BAF16A4CE for ; Thu, 17 Mar 2005 20:19:14 +0000 (GMT) Received: from kuldipmanak.chamkila.org (node-40240ed2.sjc.onnet.us.uu.net [64.36.14.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C35343D2D for ; Thu, 17 Mar 2005 20:19:14 +0000 (GMT) (envelope-from aman@chamkila.org) Received: from mail.chamkila.org (localhost.localdomain [127.0.0.1]) j2HKHiBg029987; Thu, 17 Mar 2005 12:17:44 -0800 Received: from 69.36.228.194 (proxying for 192.168.96.214) (SquirrelMail authenticated user aman); by mail.chamkila.org with HTTP; Thu, 17 Mar 2005 12:17:44 -0800 (PST) Message-ID: <53000.69.36.228.194.1111090664.squirrel@69.36.228.194> In-Reply-To: <20050316221046.GA75292@unixpages.org> References: <44497.69.36.228.194.1110474073.squirrel@69.36.228.194> <32883.69.36.228.194.1110831839.squirrel@69.36.228.194> <20050314202905.GT91771@hub.freebsd.org> <34997.69.36.228.194.1110832499.squirrel@69.36.228.194> <20050314203715.GW91771@hub.freebsd.org> <56241.69.36.228.194.1110931336.squirrel@69.36.228.194> <42377D8A.1020905@rojer.pp.ru> <44838.69.36.228.194.1111007015.squirrel@69.36.228.194> <4238A103.5090805@rojer.pp.ru> <53113.69.36.228.194.1111009862.squirrel@69.36.228.194> <20050316221046.GA75292@unixpages.org> Date: Thu, 17 Mar 2005 12:17:44 -0800 (PST) From: "Amandeep Pannu" To: freebsd-hackers@freebsd.org User-Agent: SquirrelMail/1.5.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal cc: Amandeep Pannu Subject: Re: Freebsd 5.0 NICs issue X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2005 20:19:14 -0000 Hi I have a machine running FreeBSD 5.0 , it is actually my Primary DNS server. it has two Nics. em0 and em1 Now the em0 nic is up with 205.229.165.4 netmask 255.255.255.0 When I try to do ifconfig em1 inet 205.229.165.8 netmask 255.255.255.0 up it say File exists. then i read that the netmask should be 255.255.255.255 then i did that the machine then is hooked wiht the ethernet cable in em1 and it starts puring some kernel:arp messages. I have tried doing it from scratch removinf all entriedsfrom /etc/rc.conf and then tried to manuall assign them IP. em0 goes well but again em1 say file exists or those arp messages copme up. Any ideas what is going on. Thanks in advance A