Date: Mon, 16 Dec 2002 16:23:21 -0000 From: "Barry Byrne" <barry.byrne@wbtsystems.com> To: "ann kok" <annkok2001@yahoo.com>, <questions@FreeBSD.ORG> Subject: RE: can't add the ip address in second netword card? Message-ID: <NCBBIAMNAKDKFJIIGNPKOEPJKGAA.barry.byrne@wbtsystems.com> In-Reply-To: <20021216160720.5671.qmail@web20102.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> -----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<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu > 1500 > ether 00:02:b3:a2:8c:69 > media: Ethernet 100baseTX <full-duplex> > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?NCBBIAMNAKDKFJIIGNPKOEPJKGAA.barry.byrne>