Re: Help getting TCP started


Subject: Re: Help getting TCP started
From: dsbelile (dsbelile@mediaone.net)
Date: Fri Sep 22 2000 - 21:08:00 MDT


the easiest way to see everyting is correct is netstat -nr and look for the
gateway like this :

[root@dsbelile /root]# netstat -nr
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
192.168.0.1 0.0.0.0 255.255.255.255 UH 0 0 0 eth1
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
24.218.4.0 0.0.0.0 255.255.252.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 24.218.4.1 0.0.0.0 UG 0 0 0 eth0
[root@dsbelile /root]#

and if you dont see the gateway do this:

route add default gw 192.168.0.1 or whatever your is.

take care

chris

John Springer wrote:

> on 9/22/00 6:48 PM, dsbelile at dsbelile@mediaone.net wrote:
>
> > when you login as root type: setup and goto system config and un X sendmail
> > that will not start up the daemon at boot, so you can worry abou that later.
> > are you even getting an address ? at all ?
> Following this lead, I found the network configuration set up, so I put in
> all the Right Stuff and rebooted.
>
> ....(time passes)...
>
> I'm UP! I'm UP!
>
> you got me there!
>
> Thank you thank you thank you.
>
> Think it's time for a beer. I'll have one for you too.
> :-)
>
> J.
>
> --
> John Springer
> Portland's my home.
> Rain's a Good Thang.



This archive was generated by hypermail 2a24 : Fri Sep 22 2000 - 21:07:52 MDT