Brian Astill wrote:
<snip>
bra@BAPhD ~ ifconfig -a
rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> 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 <full-duplex>)
status: active
rl1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
ether 00:05:1c:01:96:22
media: Ethernet autoselect (10baseT/UTP)
status: active
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> 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.
Looks like the second NIC isn't properly configured (or configured at all).
Not only is it not up, but it has no IP information.
Can you manually start it ala:
ifconfig rl0 inet 172.16.5.20 netmask 255.255.0.0
(pick your own IP range if you like)

If manually starting it works, review your rc.conf settings.  If you can't
find anything wrong, post your rc.conf to the list and we'll take a gander
at it.

--
Bill Moran
Potential Technologies
http://www.potentialtech.com


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to