From owner-freebsd-questions Mon Dec 16 8:23:33 2002 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 16C6637B401 for ; Mon, 16 Dec 2002 08:23:32 -0800 (PST) Received: from slate.dublin.wbtsystems.com (slate.dublin.wbtsystems.com [193.120.231.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6CC943ED1 for ; Mon, 16 Dec 2002 08:23:30 -0800 (PST) (envelope-from barry.byrne@wbtsystems.com) Received: from spiral (spiral.dublin.wbtsystems.com [193.120.231.190]) (authenticated bits=0) by slate.dublin.wbtsystems.com (8.12.6/8.12.6) with ESMTP id gBGGNLka012040; Mon, 16 Dec 2002 16:23:21 GMT From: "Barry Byrne" To: "ann kok" , Subject: RE: can't add the ip address in second netword card? Date: Mon, 16 Dec 2002 16:23:21 -0000 Message-ID: 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 IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20021216160720.5671.qmail@web20102.mail.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal X-WBT-Authenticated-User: bb X-Scanned-By: slate/MIMEDefang 2.27 (www . roaringpenguin . com / mimedefang) 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 > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of ann kok > I added the second network card in freebsd 4.7 > after reboot, I got fxp1 from dmesg > but I couldn't add any ip address in the fxp1 > even from rc.conf or /stand/sysinstall You haven't told us what you did. You should be able to set the IP with a command something like: ifconfig fxp1 inet 192.168.1.1 netmask 255.255.255.0 To setup at boot time, add: ifconfig_fxp1="inet 192.168.1.1 netmask 255.255.255.0" to /etc/rc.conf and reboot. - Barry > Please help and thanks much > > fxp1: > flags=8843 mtu > 1500 > ether 00:02:b3:a2:8c:69 > media: Ethernet 100baseTX > status: active > > __________________________________________________ > Do you Yahoo!? > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > http://mailplus.yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message