Date: Sat, 16 Oct 1999 16:33:08 -0700 (PDT) From: Alfred Perlstein <bright@wintelcom.net> To: ATeslik@aol.com Cc: ChrisMic@clientlogic.com, freebsd-questions@FreeBSD.ORG Subject: Re: can't ping win95 machine Message-ID: <Pine.BSF.4.05.9910161629520.8080-100000@fw.wintelcom.net> In-Reply-To: <0.c9b9080.253a4a7a@aol.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> 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 <half-duplex>) > supported media: autoselect 100baseT4 100baseTX <full-duplex> > 100baseTX <half-duplex> 100baseTX 10baseT/UTP <full-duplex> 10baseT/UTP > <half-duplex> 10baseT/UTP > lp0: flags=8810<POINTOPOINT,SIMPLEX,MULTICAST> mtu 1500 > tun0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500ppp0: > flags=8010<POINTOPOINT,MULTICAST> mtu 1500 > lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> 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 <windows-ip> > > 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 <freebsd-ip> (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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9910161629520.8080-100000>