After configuration:

route -n:
Kernel IP routing table
Destination     Gateway     Genmask       Flags  Metric  Ref   Use Iface
192.168.1.0     0.0.0.0     255.255.255.0 U      0       0     0   eth0
127.0.0.0       127.0.0.1   255.0.0.0     UG     0       0     0   lo
0.0.0.0         192.168.1.1 0.0.0.0       UG     1       0     0   eth0

ip route list:
ip rule list:
/bin/bash: ip: command not found

iptables -L -nv:
/bin/bash: iptables: command not found

Apart from not being able to ping machines from this computer, other
machines can't ping this pc either.

The settings I'm trying are:
IP: 192.168.1.101
Netmask: 255.255.255.0
Gateway: 192.168.1.1 (my router)

These settings always worked...

Keith

On Thu, 2005-03-24 at 12:13 +0100, Gregory Smirnov wrote:
> Hello Keith,
> 
> > eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
> 
> Looks like your NIC is working fine. What about routing tables and firewall?
> 
> route -n
> ip route list
> ip rule list
> iptables -L -nv
> 
> Gregory
> 
> On Thursday 24 March 2005 11:42, Keith Vassallo wrote:
> > ok, this is using the realtek card only (disbaled the marvell chip).
> >
> > 1) Boot Gentoo live cd
> > 2) modprobe 8139too
> > 3) net-setup eth0
> >
> > ifconfig:
> > eth0 Link Encap:Ethernet HWaddr:00:0B:2B:0D:D3:D9
> >  inet addr:192.168.1.101 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:0 overruns:0 carrier:0
> >  collisions:0 txqueuelen:1000
> >  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
> >  Interrupt:19  Base address:0xc000
> > lo...
> >
> > grep eth0 /var/log/messages:
> > March 24 11:23:14 livecd eth0: RealTek RTL8139 at 0xffffff000007c000,
> > 00:0b:2b:0d:d3:d9
> > March 24 11:23:14 livecd eth0: Identified 8139 chip type
> > 'RTL-8100B/8139D'
> > March 24 11:23:14 livecd eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
> >
> > grep eth0 /var/log/syslog
> > grep: /var/log/syslog: No such file or directory
> >
> > I can ping myself (192.168.1.101) but nothing else.
> >
> > ping 192.168.1.100
> > PING 192.168.1.100 (192.168.1.100) 56(84) bytes of data
> >
> > >From 192.168.1.101 icmp_seq=2 Destination Host Unreachable
> >
> > Keith
> >
> > On Wed, 2005-03-23 at 22:04 +0100, Iain wrote:
> > > Keith Vassallo wrote:
> > > > The problem is, the RealTek one doesn't work either!
> > > >
> > > > I disabled my Marvell on-board chip so I'd get rid of it until
> > > > installation is complete. I then booted the live cd, loaded the 8139
> > > > modules and configured as necessary.
> > > >
> > > > With all this, I still can't even ping!
> > >
> > > Even your own IP??
> > >
> > > Can you post the results of:
> > >
> > > 1. ifconfig
> > > 2. grep eth0 /var/log/messages
> > > 3. grep eth0 /var/log/syslog
> > >
> > > Iain.
> > > _______________________________________________
> > > MLUG-list mailing list
> > > [email protected]
> > > http://mailserv.megabyte.net/mailman/listinfo/mlug-list
> >
> > _______________________________________________
> > MLUG-list mailing list
> > [email protected]
> > http://mailserv.megabyte.net/mailman/listinfo/mlug-list
> _______________________________________________
> MLUG-list mailing list
> [email protected]
> http://mailserv.megabyte.net/mailman/listinfo/mlug-list

Reply via email to