internet routing table for cablemodem

internet routing table for cablemodem

Post by Igor Markovi » Mon, 27 Dec 1999 04:00:00



Hi,

I'm trying to hook my linux computer on the internet using a cablemodem. All
is working fine. I can ping localhost and my own IP-addr. When I try to ping
someone else on the internet (the gateway, DNS-server, etc) I see both the
Tx and reseive lights of my NIC flashing, but ping says nothing!! It's like
he doesn't get the packets back. Is my routing table wrong? And if
so how does a normal routingtable looks like? Or is it something else?

Tnx,

Igor.

 
 
 

internet routing table for cablemodem

Post by Rod Smi » Mon, 27 Dec 1999 04:00:00


[Posted and mailed]



Quote:> Hi,

> I'm trying to hook my linux computer on the internet using a cablemodem. All
> is working fine. I can ping localhost and my own IP-addr. When I try to ping
> someone else on the internet (the gateway, DNS-server, etc) I see both the
> Tx and reseive lights of my NIC flashing, but ping says nothing!! It's like
> he doesn't get the packets back. Is my routing table wrong? And if
> so how does a normal routingtable looks like? Or is it something else?

There are many possible causes of this problem. I'd start with very basic
network configuration issues. Did your ISP give you a static IP address,
gateway IP address, DNS server addresses, etc.; or did they tell you to
configure your system to obtain this information automatically using DHCP?
You must first set up your computer using whichever method your ISP
specified. Chances are it'll then start working. If not, post again with
more information, including:

- The brand and model NIC you're using
- The driver you're using for the NIC (if you know)
- The results when you type "/sbin/ifconfig"
- The results when you type "/sbin/route"

--

http://members.bellatlantic.net/~smithrod
Author of books on Linux networking & WordPerfect for Linux

 
 
 

internet routing table for cablemodem

Post by kbo.. » Thu, 30 Dec 1999 04:00:00


did you add a default route
route add default gw (your gateways ip address) dev eth0
and add your dns server in the last line of /etc/resol.conf
nameserver = {your isp dns server}  <- you may have two

Kyle Bowerman



Quote:> Hi,

> I'm trying to hook my linux computer on the internet using a
cablemodem. All
> is working fine. I can ping localhost and my own IP-addr. When I try
to ping
> someone else on the internet (the gateway, DNS-server, etc) I see
both the
> Tx and reseive lights of my NIC flashing, but ping says nothing!!
It's like
> he doesn't get the packets back. Is my routing table wrong? And if
> so how does a normal routingtable looks like? Or is it something else?

> Tnx,

> Igor.

Sent via Deja.com http://www.deja.com/
Before you buy.
 
 
 

internet routing table for cablemodem

Post by R Morri » Fri, 21 Jan 2000 04:00:00


Hi there  I am also having the same problem.

Here is some of my info:

However I have a static IP address. I guess that when ever the dhcp client
request info from the dhcp server the always return the same IP address.
If I run winipcfg on my windoze98 box it tells me the following.

HOSTNAME = CR213278-A.etob1.on.wave.home.com
DNS Servers = 24.2.9.33
NodeType = Broadcast
IP Address = 24.114.133.221
Subnet Mask = 255.255.255.224
Default Gateway = 24.114.133.193
DHCP Server = 24.2.9.70

Other Info:


CABLEMODEM= Terayon TeraPro
DISTRIBUTION= Slackware v7 (also doesn't work on RedHat 6.1)
NIC = SMC EtherPower II (SMC9432TX)
DRIVER = epic100.o  (insmod epic100.o debug=
ifconfig eth0 = link encap:Ethernet HWaddr 00:E0:29:31:9B:E4
                        BROADCAST MULTICAST MTU:1500 Metric:1
                        RX packets:6 errors:0 dropped:0 overruns:0 fram:0
                        TX packet:9 errors:0 dropped:0 overruns:0 carrier:0
                        collisions:0 txqueuelen:100
                        Interupt:11 Base address:0x6100
route =
Destination     Gateway     Genmask         Flags Metric Ref    Use Iface
loopback         *                   255.0.0.0         U        0          0
0 lo

Just a few quick questions:

1) How does linux know where to look for the DHCP server? (my DHCP servers
IP
is 24.2.9.70 but i have not "told" linux that)

2)Should I be using a differnt NIC? is it my NIC that is causing all my
headaches?

3) How can i see what is going on with the communications from my cablemodem
and my NIC? is there a program that i can run to see some more info?

I would greatly appreciate any help.

Thanks
Rob Morris


> [Posted and mailed]



> > Hi,

> > I'm trying to hook my linux computer on the internet using a cablemodem.
All
> > is working fine. I can ping localhost and my own IP-addr. When I try to
ping
> > someone else on the internet (the gateway, DNS-server, etc) I see both
the
> > Tx and reseive lights of my NIC flashing, but ping says nothing!! It's
like
> > he doesn't get the packets back. Is my routing table wrong? And if
> > so how does a normal routingtable looks like? Or is it something else?

> There are many possible causes of this problem. I'd start with very basic
> network configuration issues. Did your ISP give you a static IP address,
> gateway IP address, DNS server addresses, etc.; or did they tell you to
> configure your system to obtain this information automatically using DHCP?
> You must first set up your computer using whichever method your ISP
> specified. Chances are it'll then start working. If not, post again with
> more information, including:

> - The brand and model NIC you're using
> - The driver you're using for the NIC (if you know)
> - The results when you type "/sbin/ifconfig"
> - The results when you type "/sbin/route"

> --

> http://members.bellatlantic.net/~smithrod
> Author of books on Linux networking & WordPerfect for Linux

 
 
 

1. How Do Routing Table Entries Get Added to Routing Table at Bootup?

I have, what I think, is a simple question for the TCP/IP guys out there
who are familar with routing tables on AIX 4.1.5/4.2.1 in an IBM SP
environment. Or maybe not.

I have recently noticed that when I execute a 'netstat -r' on a
particular node in the SP environment, there are routing table entries
that I know I didn't put in there. I have to delete these "unwelcomed"
entries and re-add the correct ones. This is undesireable and maybe a
quick crash course in routing tables is justified. These unwelcomed
routing table entries seem to be automatically added right after I have
IPL'ed the node in question.

How did these routing table entries get added in the routing table? Does
anybody know the process?

Thank you in advance for your responses.

  vcard.vcf
< 1K Download

2. AOL tests Red Hat 7.3 for possible Unix replacement

3. ppp0 cannot ping the anyone on the internet..heres the ifconfig and routing table..whats wrong???

4. Slow disk (also, what's IORDY?)

5. How to set up routing table or gateway tables for ppp?

6. Which POP ?

7. building routing tables or listening to OSPF route information?

8. removing own slice from a running system

9. Routing question, how to duplicate route table in new distro?

10. Dropping route from route table

11. Removing a network route from the route table

12. pppd not setting up default route in routing table

13. How to delete route entry from routing table