Sorry voor de late respons

, had even wat anders (dringends te doen):
Ik kan 127.0.0.1 pingen ; 10.0.0.1 (mijn switch) echter niet......
De pc krijgt wel een IP adres (10.0.0.48) van mijn modem (met ingebouwde dhcp server; deze wordt vervangen door de pc waar ik mee bezig ben).
Nou hier zijn de outputs:
[root@localhost network-scripts]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.0.0.0 10.0.0.48 255.255.255.0 UG 0 0 0 eth0
10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 10.0.0.138 0.0.0.0 UG 0 0 0 eth0
[root@localhost sysconfig]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:01:03:33:08:EC
inet addr:10.0.0.48 Bcast:10.0.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:24 errors:0 dropped:0 overruns:0 frame:0
TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:2009 (1.9 Kb) TX bytes:626 (626.0
Interrupt:16 Base address:0xe400
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:390 errors:0 dropped:0 overruns:0 frame:0
TX packets:390 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:31654 (30.9 Kb) TX bytes:31654 (30.9 Kb)
resolve.conf:
search ectorlan
nameserver 10.0.0.138
network:
NETWORKING=yes
GATEWAY=10.0.0.138
ifcfg-lo:
DEVICE=lo
IPADDR=127.0.0.1
NETMASK=255.0.0.0
NETWORK=127.0.0.0
# If you're having problems with gated making 127.0.0.0/8 a martian,
# you can change this to something else (255.255.255.255, for example)
BROADCAST=127.255.255.255
ONBOOT=yes
NAME=loopback
ifcfg-eth1:
DEVICE=eth1
BOOTPROTO=dhcp
NETMASK=255.255.255.0
ONBOOT=yes
MII_NOT_SUPPORTED=yes
NEEDHOSTNAME=yes
ifcfg-eth0:
DEVICE=eth0
BOOTPROTO=dhcp
ONBOOT=yes
MII_NOT_SUPPORTED=yes
hosts:
127.0.0.1 localhost
Verdere info:
Ik heb er eth1 uitgehaald: dit was een 3com 3c985TX, eth0 is een zelfde kaartje (ik wou ze gaan truncen); mijn switch is een 3com superstackII 3300xm, en mijn modem is een alcatel 510 voor adsl annex B.
Als je niet genoeg info hebt, zeg het maar!