> I upgraded to Mdk 7.2 (a fresh install) from Mdk 6.1. Dhcp was working
> great with my cable modem with version 6.1. But not anymore. I'm
having
> the hardest time setting up what is and otherwise simple procedure. I
> went back to 6.1 to make sure that the card was not bad and it worked.
> Put 7.2 back on again, uninstalled the new dhcp RPM's and put the 6.1
> dhcp RPM's but that didn't help. What's the deal here? Anyone
> reported/fixed such a problem? Your help is appreciated.
Hello, James.
Good thought on trying the 6.1 dhcpcd -- I had a similar issue with a
RedHat install several months ago and that fixed the problem for me.
Did you compare the "ifup" script where it calls dhcpcd? Come to think
of it, doesn't it call "pump" by default and you need to edit the file
to get it to use dhcpcd?
I had to both use a very old version of dhcpcd (from RedHat 5.2) as well
as add the "-h <hostname>" option to dhcpcd as so:
if /sbin/dhcpcd -d -h c77777-b eth0 ; then
echo " done."
else
echo " failed."
exit 1
fi
But only dhcpcd-1.3.16 works for me; dunno why.
If "pump" is still being called in the ifup script, or if there's
another copy of dhcpcd already running, running a second DHCP client
will not work. Use 'ps waux | grep dhcp' (and 'grep pump') to be sure
no other clients are running. Kill any that are, and you can experiment
with the above dhcpcd command line from the promp (as root, of course).
Hope this helps,
- Leo
Sent via Deja.com
http://www.deja.com/