From owner-freebsd-questions Sat Oct 16 16:12:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id A766014E5C for ; Sat, 16 Oct 1999 16:12:34 -0700 (PDT) (envelope-from bright@wintelcom.net) Received: from localhost (bright@localhost) by fw.wintelcom.net (8.9.3/8.9.3) with ESMTP id QAA19445; Sat, 16 Oct 1999 16:33:09 -0700 (PDT) Date: Sat, 16 Oct 1999 16:33:08 -0700 (PDT) From: Alfred Perlstein To: ATeslik@aol.com Cc: ChrisMic@clientlogic.com, freebsd-questions@FreeBSD.ORG Subject: Re: can't ping win95 machine In-Reply-To: <0.c9b9080.253a4a7a@aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 16 Oct 1999 ATeslik@aol.com wrote: > In a message dated 10/16/1999 1:53:51 PM Pacific Daylight Time, > ChrisMic@clientlogic.com writes: > > << It may help us if you can provied the output of a couple things. > > >> ifconfig -a > > pn0: flags=8843 mtu 1500 inet > 192.168.1.3 netmask 0xffffff00 broadcast 192.168.1.255 > ether 87:ff:87:ff:87:ff > media: autoselect (10baseT/UTP ) > supported media: autoselect 100baseT4 100baseTX > 100baseTX 100baseTX 10baseT/UTP 10baseT/UTP > 10baseT/UTP > lp0: flags=8810 mtu 1500 > tun0: flags=8010 mtu 1500ppp0: > flags=8010 mtu 1500 > lo0: flags=8049 mtu 16384 > inet 127.0.0.1 netmask 0xff000000 > > > I'm using a linksys LNE100TXII NIC with the "pn" (PNIC) driver in my kernel. > > >> ping > > PING 192.168.1.2 (192.168.1.2): 56 data bytes--- > ping: sendto: Host is down > ping: sendto: Host is down > 192.168.1.2 ping statistics ---6 packets transmitted, 0 packets received, > 100% packet loss > > >> ping (from the windows machine). > > > Pinging 192.168.1.3 with 32 bytes of data: > > Request timed out. > Request timed out. > Request timed out. > Request timed out. > > If theres anymore input I can offer, let me know! At this point I'll do just > about anything to get this working. Thanks again! Can you telnet or ftp? With a stock FreeBSD install i'm suspecting that some software on the win95 machine may be tripping you up. I also noticed that the pn0 is saying "full duplex" since you are on a hub it should be set to half-duplex: ifconfig pn0 mediaopt half-duplex then try again. you may want to put that at the end of your ifconfig line in /etc/rc.conf. good luck, -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message