I have installed Mandrake 9 but I have a major network settings
problem. Using the Mandrake Control Center I can see my network eth0 but
using DHCP the state is always down. If I try to put a static adress the
status is up, but I can not see it in the network anyway. I'm in a LAN
of a provider in Milano.
In my error log I see when using DHCP logs like:
NETDEV WATCHDOG: eth0: transmit timed out
timed out waiting for a valid DHCP server response
Bringing up interface eth0: failed
When I try to give a static address I see errors like:
NETDEV WATCHDOG: eth0: transmit timed out
My network card is a Realtek RTL-8139 and uses the module 8139too.
If I reboot in my windows everything works ok. Can anyone please help me?
Tim
> I'm asking again since I can't get this to work :-(
>
> I have installed Mandrake 9 but I have a major network settings
> problem. Using the Mandrake Control Center I can see my network eth0 but
> using DHCP the state is always down. If I try to put a static adress the
> status is up, but I can not see it in the network anyway. I'm in a LAN
> of a provider in Milano.
Say again? You are hard-wired into your provider's LAN? No dial-up?
You need to provide the details of your networking setup. Your prose
descriptions are not sufficient to even identify the setup.
--
Paul Lutus
http://www.arachnoid.com
>
>
> Say again? You are hard-wired into your provider's LAN? No dial-up?
>
> You need to provide the details of your networking setup. Your prose
> descriptions are not sufficient to even identify the setup.
>
I'm connected to a hub in my house provided by my ISP. They have a
DHCP and with windows all works fine, with LINUX no :-(.
Which settings do you need to know?
Tim
For a start, run
cat /etc/sysconfig/network-scripts/ifcfg-eth0
and
ifup eth0
and copy-paste their output, and send here
ifup eth0:
Determining IP information for eth0... failed.
Hmmm... setting both an IP address and using DHCP at the same time looks
a bit weird to me. Also, it sometimes helps to send a certain hostname
in the DHCP request - see the manual of your DHCP client for the options
/ configuration directives. Take a look at your Windows hostname to find
the right name.
Sybren
--
>>> RUNNING A MICROSOFT GAME USING WINE <<<
sybren@sybren:Mechwarrior Mercenaries$ wine MW4Mercs.exe
INSTR_IDT_Emulate Evil attempt to exploit win9x system security flaws detected
INSTR_IDT_Emulate UNIX system security is too strong, can't emulate properly
The point of DHCP is that DHCP will send a message "I need IP address" and
DHCP-server will answer by sending ip-address that your eth0 will take.
What you are now doing is first assigning own ip-address, and then using
DHCP to ask ip-address again.
You should remove
IPADDR
NETMASK
NETWORK and
BROADCSAT
from that file.
DHCP will assign all those by itself.