Re: ping problem ...
- From: "Lew Pitcher" <lpitcher@xxxxxxxxxxxx>
- Date: 25 Sep 2006 18:45:08 -0700
onkar wrote:
I am configuring ADSL connection on my Linux box[snip]
every thing goes fine - network activated but ...
$ ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
-----no response ----
OK, so you send pings out, but you don't get a ping response.
It's not your /etc/hosts nor your /etc/resolv.conf. Both of those files
work with hostname-to-ip address mappings, and since you are pinging by
IP address, neither of those files is involved with the ping.
It sounds like a routing problem of some sort.
Let's see the results of
/sbin/ifconfig
and
/sbin/route -n
Give us both, from before and after the ping problem shows up. That is
to say, give us the ifconfig and route output when ping works and the
ifconfig and route output when ping fails.
Also, tell us a bit about your network. Where, for instance, is
192.168.1.1 in relation to the system you issue the ping on? Is it the
same system, or a different system. If it is on a different system,
does ping to it work when your DSL is disabled? If not, let's see the
routing tables for the 192.168.1.1 system as well.
--
Lew Pitcher
.
- Follow-Ups:
- Re: ping problem ...
- From: universalbitmapper
- Re: ping problem ...
- From: Lew Pitcher
- Re: ping problem ...
- References:
- ping problem ...
- From: onkar
- ping problem ...
- Prev by Date: Re: Network connection diagnostics
- Next by Date: Re: ping problem ...
- Previous by thread: Re: ping problem ...
- Next by thread: Re: ping problem ...
- Index(es):
Relevant Pages
|