No Airport on YDL 2.2

Robert Story yellowdog-general@lists.terrasoftsolutions.com
Thu Apr 11 21:52:00 2002


On Thu, 11 Apr 2002 16:58:02 -0400
Paul Guba <paulguba@comcast.net> wrote:

PG> > Router		192.168.2.1
PG> >
PG> > Using netstat -rn I am returned 0.0.0.0 for the gateway. 

have you tried setting the gateway manually?

	 route add default gw 192.168.2.1

Netstat should look something like:

# netstat -nr
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
192.168.2.0     0.0.0.0         255.255.255.0   U        40 0          0 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U        40 0          0 lo
0.0.0.0         192.168.2.1     0.0.0.0         UG       40 0          0 eth0