Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Feb 2001 11:40:52 -0500
From:      "Guillaume" <amyfoub@videotron.ca>
To:        <freebsd-questions@freebsd.org>
Subject:   Problem with my NIC
Message-ID:  <003d01c09a92$b8f34fb0$0a0110ac@guillaume>

next in thread | raw e-mail | index | archive | help
Hello,

I run FreeBSD 4.2 and I have a problem with my NIC.  I can't ping outside of
my computer.

My server (192.168.1.1) is the router of my network. And distribute local IP
to each clients
Each clients run dhclient.

It's work great with my Windows clients but not with my FreeBSD client.

---------------------------

dmesg output is:
xl0: <3Com 3c905C-TX Fast Etherlink XL> port 0xd800-0xd87f mem
0xe7000000-0xe700007f irq 5 at device 10.0 on pci0

xl0: command never completed!

xl0: command never completed!

xl0: Ethernet address: 00:01:03:2d:2a:81

--------------------------------------

ifconfig xl0:

xl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500

inet 172.16.1.10 netmask 0xffffff00 broadcast 192.168.1.255

ether 00:01:03:2d:2a:81

media: autoselect (10baseT/UTP) status: active

supported media: autoselect 100baseTX <full-duplex> 100baseTX 10baseT/UTP
<full-duplex> 10baseT/UTP none

---------------------------------------

netstat -nr

Routing tables

Internet:

Destination Gateway Flags Refs Use Netif Expire

127.0.0.1 127.0.0.1 UH 0 6 lo0

172.16.1/24 link#1 UC 0 0 xl0 =>

----------------------------------------

My rc.conf look like this:

dhcp_program="/sbin/dhclient"

dhcp_flags=""

network_interfaces="lo0 xl0"

ifconfig_xl0="DHCP"

defaultrouter="NO"

firewall_enable="YES"

firewall_script="/etc/rc.firewall"

firewall_type="OPEN"

linux_enable="YES"

accounting_enable="YES"

gateway_enable="NO"

named_enable="YES"

named_program="named"

hostname="bsd.mydomain.com"







Guillaume

amyfoub@videotron.ca




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?003d01c09a92$b8f34fb0$0a0110ac>