Networking Forums

Networking Forums > Computer Networking > Linux Networking > ping help

Reply
 
 
roza9000
Guest
Posts: n/a

 
      02-08-2005, 02:13 PM
I'm at the end of my rope. I cannot swap pings between my slackware 10
box and my win98se box.


Here's ifconfig eth0:

Link encap:Ethernet HWaddr 00:50A:6E:A9:00
inet addr:10.1.1.1 Bcast:10.1.1.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1

<snip packet stats>

Interrupt:12 Base address:0x6000


Here's Run... winipcfg /all:

Ethernet Adapter Information
Adapter Address 00:50A:76:09:53
IP Adress 10.1.1.2
Subnet Mask 255.255.255.0



Both NICs are 3c905 and the vendor-supplied DOS diagnostics both ran
without a hitch AND swapped pings no problem. I'm thinking this is a
network configuration issue but I have exhausted the available
documentation and am still unable to ping. Thanks in advance to anyone
who can tell me what I'm doing wrong.

-roza9000

 
Reply With Quote
 
 
 
 
repo
Guest
Posts: n/a

 
      02-08-2005, 03:31 PM
On Tue, 08 Feb 2005 07:13:50 -0800, roza9000 wrote:

> I'm at the end of my rope. I cannot swap pings between my slackware 10
> box and my win98se box.
>
>
> Here's ifconfig eth0:
>
> Link encap:Ethernet HWaddr 00:50A:6E:A9:00
> inet addr:10.1.1.1 Bcast:10.1.1.255 Mask:255.255.255.0
> UP BROADCAST MULTICAST MTU:1500 Metric:1
>
> <snip packet stats>
>
> Interrupt:12 Base address:0x6000
>
>
> Here's Run... winipcfg /all:
>
> Ethernet Adapter Information
> Adapter Address 00:50A:76:09:53
> IP Adress 10.1.1.2
> Subnet Mask 255.255.255.0
>
>
>
> Both NICs are 3c905 and the vendor-supplied DOS diagnostics both ran
> without a hitch AND swapped pings no problem. I'm thinking this is a
> network configuration issue but I have exhausted the available
> documentation and am still unable to ping. Thanks in advance to anyone
> who can tell me what I'm doing wrong.
>
> -roza9000



What are the gateways?


 
Reply With Quote
 
Sir Jackery
Guest
Posts: n/a

 
      02-08-2005, 05:24 PM


On Tue, 8 Feb 2005, repo wrote:

> On Tue, 08 Feb 2005 07:13:50 -0800, roza9000 wrote:
>
> > I'm at the end of my rope. I cannot swap pings between my slackware 10
> > box and my win98se box.
> >
> >
> > Here's ifconfig eth0:
> >
> > Link encap:Ethernet HWaddr 00:50A:6E:A9:00
> > inet addr:10.1.1.1 Bcast:10.1.1.255 Mask:255.255.255.0
> > UP BROADCAST MULTICAST MTU:1500 Metric:1
> >
> > <snip packet stats>
> >
> > Interrupt:12 Base address:0x6000
> >
> >
> > Here's Run... winipcfg /all:
> >
> > Ethernet Adapter Information
> > Adapter Address 00:50A:76:09:53
> > IP Adress 10.1.1.2
> > Subnet Mask 255.255.255.0
> >
> >
> >
> > Both NICs are 3c905 and the vendor-supplied DOS diagnostics both ran
> > without a hitch AND swapped pings no problem. I'm thinking this is a
> > network configuration issue but I have exhausted the available
> > documentation and am still unable to ping. Thanks in advance to anyone
> > who can tell me what I'm doing wrong.
> >
> > -roza9000

>
>
> What are the gateways?


The gateways are irrelevant because these machines are both on the same
subnet. Please post the following:

* the output of the route command (route -n)
* Any ip filtering/forwarding stuff you have running (like the output of
iptables -L)
* the output of sysctl -a |grep -i net, and sysctl -a |grep -i icmp

can you ping 127.0.0.1?



How are you connecting the computers physically (be specific, what wires
are plugged into where)? Are you trying to use a peer-peer configuration
without a crossover cable?


Are you pinging a hostname or an IP address? If you are using name
resolution you will need to provide us with your /etc/resolv.conf file
contents and your /etc/hosts contents.


Post this and any other info you wish to volunteer and we should be able
to solve your problem.

-jackery

>
>
>

A

 
Reply With Quote
 
Michael Heiming
Guest
Posts: n/a

 
      02-08-2005, 05:30 PM
In comp.os.linux.networking repo <(E-Mail Removed)>:
> On Tue, 08 Feb 2005 07:13:50 -0800, roza9000 wrote:


>> I'm at the end of my rope. I cannot swap pings between my slackware 10
>> box and my win98se box.
>>
>>
>> Here's ifconfig eth0:
>>
>> Link encap:Ethernet HWaddr 00:50A:6E:A9:00
>> inet addr:10.1.1.1 Bcast:10.1.1.255 Mask:255.255.255.0
>> UP BROADCAST MULTICAST MTU:1500 Metric:1
>>
>> <snip packet stats>


Would be great you wouldn't, they contain often useful
information, helping us to understand the problem, even if they
don't tell you anything.

>>
>> Interrupt:12 Base address:0x6000
>>
>>
>> Here's Run... winipcfg /all:
>>
>> Ethernet Adapter Information
>> Adapter Address 00:50A:76:09:53
>> IP Adress 10.1.1.2
>> Subnet Mask 255.255.255.0
>>
>>
>>
>> Both NICs are 3c905 and the vendor-supplied DOS diagnostics both ran
>> without a hitch AND swapped pings no problem. I'm thinking this is a
>> network configuration issue but I have exhausted the available
>> documentation and am still unable to ping. Thanks in advance to anyone
>> who can tell me what I'm doing wrong.
>>
>> -roza9000



> What are the gateways?


There's no need for a gateway if hosts are on the same subnet.

He should rule out cabling/etc first, is there a switch used or a
cross-over (bought/self-made?)? Is there a link at all shown by
the diagnostics LED on his NICs? Does (as root) 'mii-tool' output
anything? He should see something in the lines of:

eth0: negotiated 100baseTx-FD, link ok

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 452: Somebody ran the operating system through
a spelling checker.
 
Reply With Quote
 
roza9000
Guest
Posts: n/a

 
      02-10-2005, 09:14 PM
Let's hear it for a stupid solution to an impossible problem:

Upon further inspection of the Slackware box, it seems the 3c905C's
RJ-45 socket has pulled off of the card only VERY slightly. Contact
between the socket pins and the printed circuit board can be described
as intermittent at best. This would explain the on-again-off-again
behavior that I've been experiencing with all manner of ethernet
connectivity.

Thanks to all contributers who took time out of their schedules to help
a guy with his linux box. This is the first and last time I trust a
used NIC implicitly.

-roza9000

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
When Client Ping DC not respond,but when DC ping clients they resp ahmad Windows Networking 3 07-17-2007 07:44 PM
Ping 224.0.0.2 ping: sendmsg: Operation not permitted interessato@gmail.com Linux Networking 4 01-24-2006 02:47 AM
Ping from cron not having same effect as ping from console Dean Schulze Linux Networking 2 02-24-2004 08:10 PM
Some services working but can't ping (not ping-able) Micah Elliott Linux Networking 1 12-05-2003 09:47 AM
Windows ping and Linux ping command? tom Linux Networking 5 11-10-2003 08:52 PM



1 2 3 4 5 6 7 8 9 10 11