"Bit Twister" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> On Tue, 20 Apr 2004 02:28:25 +0100, Iain Miller wrote:
> > I've just built my first Linux box & loaded it with Mandrake 10. All is
> > working, Samba is up & I'm transferring files from my XP box down to the
> > Linux box over my network.....but I still can't actually ping the damn
thing
> > either from itself to its own IP address (192.168.0.100) or to the
Loopback
> > address and nor can I ping it from either of the two windows
workstations I
> > have - both of which are merrily moving data onto it as I type.
> >
> > I can also browse the web from it with no problem.
>
> Post the output from the following:
>
> cat /etc/sysconfig/network
> cat /etc/sysconfig/network-scripts/ifcfg-eth0
> cat /etc/hosts
> route -n
> chkconfig --list | grep
n
> ifconfig
Output as follows, thanks for looking
rgds
Iain
[root@Python root]# cat /etc/sysconfig/network
NETWORKING=yes
GATEWAY=192.168.0.10
HOSTNAME=Python
[root@Python root]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
BOOTPROTO=none
DEVICE=eth0
MTU=""
NETMASK=255.255.255.0
BROADCAST=192.168.0.255
IPADDR=192.168.0.100
NETWORK=192.168.0.0
MII_NOT_SUPPORTED=yes
ONBOOT=yes
[root@Python root]# cat /etc/hosts
192.168.0.101 Cobra
127.0.0.1 localhost
192.168.0.102 Viper
192.168.0.100 Python
[root@Python root]# route -n
Kernel IP routing tableUntitled 1
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.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 192.168.0.10 0.0.0.0 UG 0 0 0 eth0
[root@Python root]# chkconfig --list|grep

n
alsa 0

ff 1

ff 2

n 3

n 4

n 5

n 6

ff
dm 0

ff 1

ff 2

ff 3

ff 4

ff 5

n 6

ff
kheader 0

ff 1

ff 2

n 3

n 4

ff 5

n 6

ff
netfs 0

ff 1

ff 2

ff 3

n 4

n 5

n 6

ff
network 0

ff 1

ff 2

n 3

n 4

n 5

n 6

ff
partmon 0

ff 1

ff 2

ff 3

n 4

n 5

n 6

ff
random 0

ff 1

ff 2

n 3

n 4

n 5

n 6

ff
rawdevices 0

ff 1

ff 2

ff 3

n 4

n 5

n 6

ff
keytable 0

ff 1

ff 2

n 3

n 4

n 5

n 6

ff
syslog 0

ff 1

ff 2

n 3

n 4

n 5

n 6

ff
harddrake 0

ff 1

ff 2

ff 3

n 4

n 5

n 6

ff
crond 0

ff 1

ff 2

n 3

n 4

n 5

n 6

ff
xinetd 0

ff 1

ff 2

ff 3

n 4

n 5

n 6

ff
portmap 0

ff 1

ff 2

ff 3

n 4

n 5

n 6

ff
xfs 0

ff 1

ff 2

n 3

n 4

n 5

n 6

ff
httpd 0

ff 1

ff 2

ff 3

n 4

n 5

n 6

ff
postfix 0

ff 1

ff 2

n 3

n 4

n 5

n 6

ff
sshd 0

ff 1

ff 2

n 3

n 4

n 5

n 6

ff
smb 0

ff 1

ff 2

ff 3

n 4

ff 5

n 6

ff
internet 0

ff 1

ff 2

n 3

n 4

n 5

n 6

ff
webmin 0

ff 1

ff 2

n 3

n 4

ff 5

n 6

ff
[root@Python root]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:50:BA:4E:C9:B9
inet addr:192.168.0.100 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::250:baff:fe4e:c9b9/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:32409178 errors:8 dropped:0 overruns:0 frame:0
TX packets:16044649 errors:0 dropped:0 overruns:6 carrier:0
collisions:0 txqueuelen:1000
RX bytes:733309191 (699.3 Mb) TX bytes:1181797165 (1127.0 Mb)
Interrupt:10
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1869 errors:0 dropped:0 overruns:0 frame:0
TX packets:1869 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:167405 (163.4 Kb) TX bytes:167405 (163.4 Kb)