amuel Tesla" <[EMAIL PROTECTED]>
To: "Neale Green" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, May 09, 2001 9:46 AM
Subject: Re: [techtalk] Gumpish Routing Question
>
> Sounds like the gateway just isn't forwarding packets. What you prob
On Wed, 9 May 2001, Neale Green wrote:
> Hi Folks,
Hi!
> As of last night, I have a major routing problem with my Net connection which
> the ISP CLAIMS isn't at their end. I use the ISP for connection, and DNS, but
> not for any Proxy (or other) services.
The same way I usually use ISPs - espe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Sounds like the gateway just isn't forwarding packets. What you probably want
to do is check
/proc/sys/net/ipv4/ip_forward
It's probably set to zero, so all you need to do is:
# echo 1 > /proc/sys/net/ipv4/ip_forward
On redhat 5.2 you can add th
# for interface information (i.e. IP addresses,
# netmasks, gateways, etc...) run this
/sbin/ifconfig
# for routing information run this
/bin/netstat -route
# to list the DNS servers run this
cat /etc/resolv.conf
Hope that helps,
Eric R. Turner
On Wed, 9 May 2001, Neale Green wrote:
>
> H
Hi Folks,
As of last night, I have a major routing problem with my Net connection which
the ISP CLAIMS isn't at their end. I use the ISP for connection, and DNS, but
not for any Proxy (or other) services.
I know that I SHOULD be able to chase it down and fix it myslef, but I'm having
a Forre