You are not logged in.
Pages: 1
Hello to all,
I have just upgraded to the latest kernel release:
#uname -r
2.6.30-ARCH
and after the upgrade, eth0 is unable to get IP from the DHCP server.
/etc/rc.conf follows:
eth0="dhcp"
INTERFACES=(eth0)
ROUTES=(!gateway)
The module of the card seems to be ok:
#lsmod
3c59x 41420 0
mii 0 1 3c59x
The only problem that I managed to spot, is that after the execution of each ifconfig eth0
the number of overruns increases on the received field.
More over, the dhcpd -d command's output shows:
broadcasts for a DHCP_DISCOVER but I do not get a reply from the DHCP server, and I get a timeout.
I have also tried static ip without any success.
Since the machine hosts SVN code for team development, I urgently need aid to solve the problem
Thanks in advance!
Offline
More over I have disabled IPv6 on /etc/modprobe.d/modprobe.conf:
alias net-pf-10 off
Offline
Pages: 1