You are not logged in.

#1 2009-07-09 08:59:38

sip03ds
Member
Registered: 2009-07-09
Posts: 21

Network Problem after Kernel Upgrade

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

#2 2009-07-09 09:01:14

sip03ds
Member
Registered: 2009-07-09
Posts: 21

Re: Network Problem after Kernel Upgrade

More over I have disabled IPv6 on /etc/modprobe.d/modprobe.conf:

alias net-pf-10 off

Offline

Board footer

Powered by FluxBB