i assigned irq 0x300 through #netconf and after that
#ifconfig eth0 <ip> netmask <mask>
and it was up.
but then i rebooted and while boot time i didn't come up
and following messages was on screen

Jun 23 21:03:00 localhost sysctl: net.ipv4.ip_forward = 0
Jun 23 21:03:00 localhost sysctl: net.ipv4.conf.all.rp_filter = 1
Jun 23 21:03:00 localhost sysctl: net.ipv4.ip_always_defrag = 0
Jun 23 21:03:00 localhost sysctl: kernel.sysrq = 0
Jun 23 21:03:00 localhost network: Setting network parameters succeeded
Jun 23 21:03:01 localhost network: Bringing up interface lo succeeded
Jun 23 21:03:02 localhost ifup: Determining IP information for eth0...
Jun 23 21:03:02 localhost pumpd[272]: starting at (uptime 0 days, 0:00:28) Fri
Jun 23 21:03:02 2000
Jun 23 21:04:02 localhost ifup: Operation failed.
Jun 23 21:04:02 localhost ifup:  failed.
Jun 23 21:04:02 localhost network: Bringing up interface eth0 failed

if i execute ifconfig manually it works. even then i am unable to ping a
machine outside my IP netmask. ie i cann't ping 164.164.18.5. i can ping
gateway 164.164.58.1 and specified gateway in #netcfg  also but unable to ping
outside.
output of
#route
--------------
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
164.164.58.0    *               255.255.255.0   U     0      0        0 eth0
127.0.0.0          *               255.0.0.0           U     0      0        0
lo
-----------------

thanx in advance for help


Urban Widmark wrote:

> On Thu, 22 Jun 2000, surinder singh wrote:
>
> > i installed Red 6.2 and my NIC ( from D-Link) is not working.  boot time
>
> Which card?
> Have you specified the right driver for it? or maybe it was autodetected,
> if so was the right driver found?
>
> > i will get message :Bringing up interface eth0 failed. Loopback is up
> > and self pinging is working. how do i troubleshoot?
>
> If you run 'lsmod' does it show the driver module for this card?
> If you run 'dmesg' does the log say bad things about io ports,
> interrupts and such things?
>
> On RH6.1 (probably on RH6.2) you can manually run
>     /etc/sysconfig/network-scripts/ifup eth0
> to make it try and setup the interface. You may get more visible error
> messages that way.
>
> /Urban

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to