rfc791 --> I did as you said (almost), and here's the output...
Before doing anything the 'ifconfig' and the 'route' looked like this:
#eth0 Link encap:Ethernet HWaddr 00:10

C:C3:2D

A
# 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:0 overruns:0 carrier:0
# collisions:0 txqueuelen:100
# RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
# Interrupt:19 Base address:0xec00
#
#lo Link encap:Local Loopback
#
# inet addr:127.0.0.1 Mask:255.0.0.0
# UP LOOPBACK RUNNING MTU:16436 Metric:1
# RX packets:58 errors:0 dropped:0 overruns:0 frame:0
# TX packets:58 errors:0 dropped:0 overruns:0 carrier:0
# collisions:0 txqueuelen:0
# RX bytes:3808 (3.7 Kb) TX bytes:3808 (3.7 Kb)
#Kernel IP routing table
#Destination Gateway Genmask Flags Metric Ref #Use Iface
#127.0.0.0 * 255.0.0.0 U 0 0 0 lo
And pinging would only return "Network is unreachable"...
After following you steps it looked like this:
#eth0 Link encap:Ethernet HWaddr 00:10

C:C3:2D

A
# inet addr:192.168.1.2 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:13 overruns:0 carrier:0
# collisions:0 txqueuelen:100
# RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
# Interrupt:19 Base address:0xec00
#
#lo Link encap:Local Loopback
# inet addr:127.0.0.1 Mask:255.0.0.0
# UP LOOPBACK RUNNING MTU:16436 Metric:1
# RX packets:101 errors:0 dropped:0 overruns:0 frame:0
# TX packets:101 errors:0 dropped:0 overruns:0 carrier:0
# collisions:0 txqueuelen:0
# RX bytes:6736 (6.5 Kb) TX bytes:6736 (6.5 Kb)
#Kernel IP routing table
#Destination Gateway Genmask Flags Metric Ref Use Iface
#192.168.1.0 * 255.255.255.0 U 0 0 0 eth0
#127.0.0.0 * 255.0.0.0 U 0 0 0 lo
#default 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
And when trying to ping the router/gateway it looked like this (though, now I was able to ping my own IP):
#PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
#From 192.168.1.2 icmp_seq=1 Destination Host Unreachable
#From 192.168.1.2 icmp_seq=2 Destination Host Unreachable
#From 192.168.1.2 icmp_seq=3 Destination Host Unreachable
#
#--- 192.168.1.1 ping statistics ---
#3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2016ms
#, pipe 3
As you suggested I think the problem must be with the driver (since it works in win XP...) But how do I know what driver to use?? Cause Mandrake has automatically installed what appears to be the right driver..?
My nic is a SiS 900 onboard lan interface - and that's even what mandrake is suggesting...?
I'm really getting quite desperate now - So I hope someone will be able to come to my rescue..?
Thanks in advance
Kris - the desperate Dane
P.S. If you think you need more info in order to help me - then please let me know!!