[LUAU] host lookup error

Jeffery Wong jmwong at math.ed.hawaii.edu
Fri May 21 00:49:38 PDT 1999


On Thu, 20 May 1999, Kevin Brammer wrote:

> At 07:18 PM 5/20/99 -1000, you wrote:
> I can ping different IP's on the network. For instance, my IP was
> 204.210.118.39, I could ping 204.210.118.1, etc.  Here's netstat -r:
> 
> Kernel IP routing table
> Destination     Gateway         Genmask
> Flags   MSS Window  irtt Iface
> 204.210.122.0   *
> 255.255.254.0   U         0 0          0 eth0
> 127.0.0.0       *
>   255.0.0.0       U         0 0          0 lo
> 

This output from netstat -r does not show and default route and a
misconfigured route to the 204.210.122.0/23 network.  If your IP is
204.210.118.39, with a netmask of 255.255.254.0, then you 
need to do several things.  First remove the misconfigured route with:

route del 204.210.122.0

Next you have to add the route the network your computer is on with:

route add -net 204.210.118.0 netmask 255.255.254.0 dev eth0

And last of all you have to add a default route so that your computer
knows how to reach and computer not directly connected to the same
network with:

route add default gw 204.210.118.1

Once this is done you should be able to ping any IP you want, and once you
can ping, whatever road runner login program you want to use should be
able to talk with Oceanics session manager.  I hope this helps you fix
your problems.

Jeff

--
-     __   __  __________  __
-    / /  / / / / __  / / / /  Home Page: http://luau.hi.net
-   / /__/ /_/ / /_/ / /_/ /
-  /____/\____/_/ /_/\____/  LUAU - Linux Users AnonymoUs - Hawaii

-   To unsubscribe: echo unsubscribe luau | mail majordomo at luau.hi.net
-           LUAU meetings are the 3rd Tuesday of each month 6pm
-                   Manoa Innovation Center Meeting Room



More information about the LUAU mailing list