From owner-freebsd-questions Wed Jan 15 15:41:40 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 034D737B405 for ; Wed, 15 Jan 2003 15:41:39 -0800 (PST) Received: from lightning.adam.com.au (lightning.adam.com.au [203.2.124.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 6DF7543F43 for ; Wed, 15 Jan 2003 15:41:37 -0800 (PST) (envelope-from bastill@adam.com.au) Received: (qmail 9292 invoked from network); 15 Jan 2003 23:41:35 -0000 Received: from unknown (HELO adam.com.au) (202.6.151.70) by eden.adam.com.au with SMTP; 15 Jan 2003 23:41:35 -0000 Message-ID: <3E25F20A.2030009@adam.com.au> Date: Thu, 16 Jan 2003 10:13:06 +1030 From: Brian Astill User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.1) Gecko/20020926 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nikolaj Farrell Cc: stacey@vickiandstacey.com, FreeBSD Questions Subject: Re: Problems w NIC References: <001701c2b987$9fdf72e0$0100a8c0@athlon> <1042300066.51041.227.camel@localhost> <002a01c2b989$f2099e90$1200a8c0@gsicomp.on.ca> <000b01c2b98a$df9981c0$0100a8c0@athlon> <1042301568.51041.233.camel@localhost> <001201c2b98e$063311e0$0100a8c0@athlon> <1042303096.51041.237.camel@localhost> <000301c2b993$55e70610$0100a8c0@athlon> <20030111171152.GH25529@sub21-156.member.dsl-only.net> <001b01c2b995$0dbf6d30$0100a8c0@athlon> <1042305860.51041.240.camel@localhost> <001801c2b999$95567000$0100a8c0@athlon> <1042310110.51041.250.camel@localhost> <002b01c2b9c3$56722e40$0100a8c0@athlon> <1042325630.51041.257.camel@localhost> <003701c2b9c4$db6e6950$0100a8c0@athlon> <1042328202.51041.268.camel@localhost> <00c301c2b9cd$71a44360$0100a8c0@athlon> <1042329896.51041.273.camel@localhost> <000a01c2b9cf$fb483f20$0100a8c0@athlon> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 I was very sad to see this thread die, just as (for me) it was getting interesting. My setup and experience is almost identical to Nicola's. bra@BAPhD ~ ifconfig -au rl0: flags=8843 mtu 1500 inet 192.168.1.100 netmask 0xffffff00 broadcast 192.168.1.255 inet6 fe80::200:21ff:fed5:c670%rl0 prefixlen 64 scopeid 0x1 ether 00:00:21:d5:c6:70 media: Ethernet autoselect (100baseTX ) status: active lo0: flags=8049 mtu 16384 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x7 inet 127.0.0.1 netmask 0xff000000 Where is the second NIC? bra@BAPhD ~ ifconfig -a rl0: flags=8843 mtu 1500 inet 192.168.1.100 netmask 0xffffff00 broadcast 192.168.1.255 inet6 fe80::200:21ff:fed5:c670%rl0 prefixlen 64 scopeid 0x1 ether 00:00:21:d5:c6:70 media: Ethernet autoselect (100baseTX ) status: active rl1: flags=8802 mtu 1500 ether 00:05:1c:01:96:22 media: Ethernet autoselect (10baseT/UTP) status: active lo0: flags=8049 mtu 16384 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x7 inet 127.0.0.1 netmask 0xff000000 (I have removed extraneous data) SO ... the problem is that the second NIC which is connected to my hub - (in my case rl1) is not UP. WHY isn't it UP? Presumably something missing in rc.conf? Hope someone can help. -- Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message