Networking Forums

Networking Forums > Computer Networking > Linux Networking > Problem pinging resources

Reply
Thread Tools Display Modes

Problem pinging resources

 
 
L Lewis
Guest
Posts: n/a

 
      04-15-2004, 02:47 PM
I'm a newbie to network configuration, so this may be a very basic
problem. I am setting up a local network using Yahoo DSL. My Linux
box can't ping anything other than itself and the gateway (a
Cayman/Netopia router at 192.168.1.254). It is set up with a static
IP address. The "internal" IP address is set to 192.168.1.1 and it is
mapped to it's assigned to its external IP address by the router.
I have another computer (Windows) connected using DHCP that can access
the internet fine. It can't ping the Linux box, either.
Earlier, I was having trouble getting the default route set up, but
now that is fine.

Any ideas?
 
Reply With Quote
 
 
 
 
Bit Twister
Guest
Posts: n/a

 
      04-15-2004, 03:32 PM
On 15 Apr 2004 07:47:34 -0700, L Lewis wrote:
> I'm a newbie to network configuration, so this may be a very basic
> problem. I am setting up a local network using Yahoo DSL. My Linux
> box can't ping anything other than itself and the gateway (a
> Cayman/Netopia router at 192.168.1.254).


Have you loaded all the pc's ip addresses into /etc/hosts on linux?
Example from mine:
head -4 /etc/hosts
127.0.0.1 localhost
192.168.1.10 wb.home.invalid wb
192.168.1.12 wb1.home.invalid wb1
192.168.1.1 fw.home.invalid fw

You have to put the linux ip/name in windows host file. No idea where
it is.
 
Reply With Quote
 
Bill Marcum
Guest
Posts: n/a

 
      04-15-2004, 03:52 PM
On 15 Apr 2004 07:47:34 -0700, L Lewis
<(E-Mail Removed)> wrote:
> I'm a newbie to network configuration, so this may be a very basic
> problem. I am setting up a local network using Yahoo DSL. My Linux
> box can't ping anything other than itself and the gateway (a
> Cayman/Netopia router at 192.168.1.254). It is set up with a static
> IP address. The "internal" IP address is set to 192.168.1.1 and it is
> mapped to it's assigned to its external IP address by the router.
> I have another computer (Windows) connected using DHCP that can access
> the internet fine. It can't ping the Linux box, either.
> Earlier, I was having trouble getting the default route set up, but
> now that is fine.
>
> Any ideas?


I think you need to configure the router.


--
Giraffe: a ruminant with a view.
 
Reply With Quote
 
David Efflandt
Guest
Posts: n/a

 
      04-16-2004, 04:11 AM
On 15 Apr 2004 07:47:34 -0700, L Lewis <(E-Mail Removed)> wrote:
> I'm a newbie to network configuration, so this may be a very basic
> problem. I am setting up a local network using Yahoo DSL. My Linux
> box can't ping anything other than itself and the gateway (a
> Cayman/Netopia router at 192.168.1.254). It is set up with a static
> IP address. The "internal" IP address is set to 192.168.1.1 and it is
> mapped to it's assigned to its external IP address by the router.
> I have another computer (Windows) connected using DHCP that can access
> the internet fine. It can't ping the Linux box, either.
> Earlier, I was having trouble getting the default route set up, but
> now that is fine.
>
> Any ideas?


What is the DHCP assigned range of the router? If you assign a static IP
it usually needs to be in same network, but the DHCP range should be set
to less than the entire network, and any static IPs should be in the
non-DHCP range. Otherwise the router might try to assign your IP to
another machine.

Also Linux tries to find a name for any IP connecting to it, so per
another reply, you should at least have some sort of bogus names for your
other LAN IPs in /etc/hosts. Just do not use a local domain that could
possibly be a real domain, unless you own the domain (registered).

--
David Efflandt - All spam ignored http://www.de-srv.com/
 
Reply With Quote
 
L Lewis
Guest
Posts: n/a

 
      04-19-2004, 06:07 PM
Everyone,
Thanks for the replies, I really appreciate them. As it turns out,
SBC gave me the wrong IP address range. When I finally got that
straightened out, it works fine. Again, thanks a lot!
 
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
problem pinging domain Jeff Windows Networking 1 04-08-2008 04:57 PM
Win 2003 and XP Pro pinging problem Godzilla Windows Networking 2 01-30-2007 09:14 PM
Pinging problem Sneha Windows Networking 1 08-14-2006 01:49 PM
arp problem in pinging host cranium.2003@gmail.com Linux Networking 7 05-17-2005 10:27 AM
Problem pinging wireless PC on my network Aiden Home Networking 5 04-06-2005 04:50 PM



1 2 3 4 5 6 7 8 9 10 11