(first, please fix your mailing address for this list, so it doesn't
duplicate responses by default. the correct address is
[EMAIL PROTECTED])
On Sat, 29 Jan 2000, Robert Castley wrote:
> This message was sent from Geocrawler.com by "Robert Castley" <[EMAIL PROTECTED]>
> Be sure to reply to that address.
>
> I have eth0 configured but when I type in
> 'route' it just sits there, however when
> I type in 'netstat -rn' it reports everything
> back.
>
> At present I am configured with the following :
>
> IP 10.2.3.160
> Subnet 255.255.255.0
> Default Gw 10.2.3.7
>
> I can ping the Gateway no problem.
> How can I stop 'route' from hanging ????
"route" by default tries to map IP addresses to hostnames. the way you
have it set up, something in your host table can't be resolved by either
/etc/hosts or DNS. "route -n" tells route not to resolve addresses to
names. "-n" simply means generate numeric output only.
similarly, "netstat -r" should also hang, and "netstat -nr" should work,
for exactly the same reason.
and while we're on the subject, "ping" versus "ping -n". same deal.
rday
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.