Larry,
You can also add a new line to your parm file, which should look as follows:
NETWORK=IP:netmask:broadcast[:gw]
where
IP: The adress of your network
netmask: the netmask
broadcast: the broadcast address
gw: the gateway-IP for your eth device (for eth-device only)
In my case it looked like this:
NETWORK=192.168.9.0:255.255.255.0:192.168.9.255:192.168.9.1
Hope this helps.
Maciek
---
Maciej Ksiezycki
Systems Programmer
Unizeto - Computing Centre
http://www.unizeto.pl
---------- Mark Post wrote:
Well, that's definitely your problem. Before you can get any network
traffic flowing, you'll have to (apparently) manually add a default =
gateway:
route add default gw ip.addr.of.gw netmask 0.0.0.0
ought to do it. Substitute the correct IP address, of course.
Mark Post
-----Original Message-----
From: Larry Heath [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 10, 2002 3:32 PM
To: [EMAIL PROTECTED]
Subject: Re: RedHat 7.2 31-bit w/IBM LCS - another problem
Mark asked:
What does your route table look like at that point? "route -n" will tell
you.
route -n shows:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use =
Iface
127.0.0.1 0.0.0.0 255.255.255.255 UH 0 0 0 lo
#
Larry