From zfrazier@u.washington.edu Wed Sep 25 18:09:48 2002 Received: from mailscan5.cac.washington.edu (mailscan5.cac.washington.edu [140.142.32.14]) by lists.u.washington.edu (8.12.1+UW01.12/8.12.1+UW02.09) with SMTP id g8Q19jFD088386 for ; Wed, 25 Sep 2002 18:09:45 -0700 Received: FROM mxu4.u.washington.edu BY mailscan5.cac.washington.edu ; Wed Sep 25 18:09:44 2002 -0700 Received: from mxout4.cac.washington.edu (mxout4.cac.washington.edu [140.142.33.19]) by mxu4.u.washington.edu (8.12.1+UW01.12/8.12.1+UW02.09) with ESMTP id g8Q19iIs032082 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Wed, 25 Sep 2002 18:09:44 -0700 Received: from mailscan-out3.cac.washington.edu (mailscan-out3.cac.washington.edu [140.142.32.18]) by mxout4.cac.washington.edu (8.12.1+UW01.12/8.12.1+UW02.09) with SMTP id g8Q19i8t017036 for ; Wed, 25 Sep 2002 18:09:44 -0700 Received: FROM dante58.u.washington.edu BY mailscan-out3.cac.washington.edu ; Wed Sep 25 18:09:43 2002 -0700 Received: from localhost (zfrazier@localhost) by dante58.u.washington.edu (8.12.1+UW01.12/8.12.1+UW02.08) with ESMTP id g8Q19hV1123476 for ; Wed, 25 Sep 2002 18:09:43 -0700 Date: Wed, 25 Sep 2002 18:09:43 -0700 (PDT) From: "Z. Frazier" To: UW Linux Group Subject: Re: Freebsd ifconfig question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII you can set that up in the rc.conf file on freebsd as well. i am not in front of a FBSD box but i think a line like: ifconfig_fxp1="inet 10.0.0.1 netmask 255.255.255.0" or something to that effect is what you need. good luck! -zach On Wed, 25 Sep 2002, Richard Lotz wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Wed, 25 Sep 2002, Jeremy Claeson wrote: > > > I'm using FreeBSD 4.6 to set up a firewall. This box has two Intel Pro > > 100+ Ethernet adapters (uses the fxp driver). They are, fxp0 and fxp1. > > When I Installed the system from the cdrom using the setup utility, I > > configured both adapters with addresses. However, only one of them > > (fxp0) is actually assigned an Ethernet address. If I run ifconfig, I am > > presented with this output: > > I think you mean that is it missing the IP (inet) address. Looks like > bother have an ethernet address (see ether). To setup the IP address of > the second (fxp1) interface you probably just need to edit > /etc/hostname.fxp1. Use the same syntax in /etc/hostname.fxp0 if you > don't have hostname.fxp1. > > Alternatively you can use ifconfig directly on the interface to set it up > by hand. > > man hostname.if and man ifconfig will help as well. > > > - -richard > > - -- > Richard Lotz > GPG Key: http://students.washington.edu/rlotz/key.txt > Fingerprint: 6BD7 C584 7DDC 43FD F0D4 87AB 5A8F 89D5 B3CC 9517 > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.0.6 (GNU/Linux) > Comment: For info see http://www.gnupg.org > > iD8DBQE9klBUWo+J1bPMlRcRAoFzAKCU61x5mZrWbvVVIpyFQX/AA13BzACgnPIX > 7eplNyIMIsIyGZtoegerXhY= > =vn7Z > -----END PGP SIGNATURE----- > > .