On Fri, 23 Jun 2000, surinder singh wrote:

> i assigned irq 0x300 through #netconf and after that
             ^^^^^^^^^
ioport I assume? Are you sure that is necessary?

> #ifconfig eth0 <ip> netmask <mask>
> and it was up.

And working?

> but then i rebooted and while boot time i didn't come up
> and following messages was on screen

So the card is working, but when you reboot it no longer works, until you
manually set it up? Looks like you have some error in the configuration
made in "netconf", double check that and compare it with what you do when
you configure it manually.


Btw, you still haven't said what card you have (d-link makes a few
different cards). Maybe if you do someone will be able to give you better
help.

If you do 'lsmod' you get a list of loaded modules, the driver for your
card should be listed there I think. Does that match what is shown in
'netconf' ?


> 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
> -----------------

You could try adding a default gateway manually, something like:
route add default gw 164.164.58.1
  (see the man page for route)

This should not be necessary when you get the startup-scripts configured
correctly.

/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