According to Dick Kalin: While burning my CPU.
> 
> 
> I'd appreciate some help.  I'm a newbie's newbie that can't seem to get past
> the eth0 problem listed above.
> 
> I've installed redhat 5.2 in server config onto an intel p/100 with 32 meg RAM.
> I hope to connect this to a Win98 client and a WinNT client using SAMBA.  Once
> that is completed, then I will try to use Linux as an internet proxy server for
> the two clients.
> 
> the NIC is an Intel Ethernet Express 
> 
> ifconfig eth0 yields
> 
> Link encap:Ethernet  HWaddr 00:AA:00:47:26:A5
> inet addr:192.168.1.10  Bcast:192.168.1.255  Mask:255.255.255.0
> UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
> RX packets:0  errors:0  dropped:0 overruns:0  frame:0
> TX packets:0  errors:0  dropped:1 overruns:0  carrier:0
>  collisions:0
> Interrupt:9  Base address:0x300
> 

[snip]

> 
> Also, I think I've seen some errors like "SIOCADDRT  invalid argument" during
> the boot process but I haven't found that log yet, assuming that there is one.

SIOCADDRT means there is something wrong with your configuration when trying
to attach routes.

The interface is attached ok or so it seems from the information given, i
would take a bet that you dont have any routes pointing to eth0.
You could try the following on the command line;

route add 123.123.123.123 eth0
route add default gw 123.123.123.123 eth0

# Where 123.123.123.123 would be your_ISP's IP# or the IP# of the
destination address.

> 
> If more information is needed, I'll be happy to provide.  Just tell me how to
> get it :-)

Try using 'route <-n>' to check routes before adding the above.

Please would you refrain from attaching HTML formated copies.

> 
> TIA, 
> 
> Dick
> 
> Dick Kalin
> Minneapolis, MN
> 


-- 
Regards Richard.
[EMAIL PROTECTED]

Reply via email to