From owner-freebsd-hardware@FreeBSD.ORG Sat May 7 16:55:07 2005 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D32616A4DB for ; Sat, 7 May 2005 16:55:07 +0000 (GMT) Received: from vsmtp12.tin.it (vsmtp12.tin.it [212.216.176.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64B7143D5E for ; Sat, 7 May 2005 16:55:06 +0000 (GMT) (envelope-from eivico@tin.it) Received: from guildurno (82.51.27.42) by vsmtp12.tin.it (7.0.027) id 4256506D00BC02D0 for freebsd-hardware@freebsd.org; Sat, 7 May 2005 18:55:04 +0200 Message-ID: <001601c55325$8497bf80$03fea8c0@guildurno> From: "Roberto Corradi" To: Date: Sat, 7 May 2005 18:55:04 +0200 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Re: Ethernet Interface - PING problem X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2005 16:55:07 -0000 > is your wirecable a cat. 5 not crossed ? Yes, it is. All my LAN is cabled with cat. 5 not crossed wirecable. > What about when you ping other box's? are the packets being sent out? > (tcpdump -vvv -i dc0 to get some more detailed output) Trying to ping 192.168.254.1 on ttyv1 I've got this output, using "tcpdump -vvv -i dc0" on ttyv0: tcpdump: listening on dc0, link-type EN10MB (Ethernet), capture size 96 = bytes May 7 14:26:30 guildurno kernel: dc0: promiscuous mode enabled 14:26:54.394958 arp who-has 192.168.254.1 tell guildurno.engineers 14:26:55.203946 arp who-has 192.168.254.1 tell guildurno.engineers 14:26:55.321328 arp who-has 192.168.254.1 tell guildurno.engineers 3 packets captured 3 packets received by filter 0 packets dropped by kernel "guildurno" is my host name and "engineers" is the domain network name. > Can you ping yourself? (127.0.0.1 and 192.168.254.3) Yes, I can ping myself, both address' 127.0.0.1 and 192.168.254.3 > other than that... im pretty stumped... dodgy NIC? If you mean something like "broken" with the term "dodgy", I cannot understand why my NIC works with others OS. But I'm not sure that is the right meaning for this word! ..I've got some english troubles too! ^_^ > Yes but do you have the firewall turned on on the bsd machine? > A bad config can block all traffic I think it's turned off on my bsd machine. I've looked on my rc.conf file, and I've found out: firewall_enable=3D"NO" I've tried to boot my system using FreeSBIE 1.1 (dvd bootable). Perhaps cause a bad system installation, my network interface didn't work (..no harm in trying). But I've still found out the same network problem. I can't ping any machines connected to my LAN. > Do not allow the card to autonegotiate. > > Lock the speed and duplex to 100 Full. (If connecting to a switch) > Or 10 half if using an old hub. > > E.g. > > ifconfig_dc0=3D"inet 192.168.254.3 netmask 255.255.255.0 media = 100BaseTX mediaopt > full-duplex" Yes, I've got a switch (Edimax Fast Ethernet 8 ports) When I started to figth this network problem, first of all I tried to lock the speed (like you wrote to me) but with no results. :-(( Thanks again guy's