Results 1 to 10 of 20
i get this error when i start up my computer and the internet doesn't work. i have to unplug my modem and ifconfig eth0 up and dhcpcd eth0 every time ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-07-2006 #1
dhcpd error
i get this error when i start up my computer and the internet doesn't work. i have to unplug my modem and ifconfig eth0 up and dhcpcd eth0 every time but i have to keep the terminal up.
Code:localhost steven # dhcpcd eth0 ClassID = "Linux 2.6.14-gentoo-r2 i686" ClientID = "61.7.1.00.11.09.A7.EA.61" parseDhcpMsgRecv: 7 options received: i=1 len=4 option = 255.255.240.0 i=3 len=4 option = 69.173.80.1 i=6 len=8 option = 68.168.96.5 i=6 len=8 option = 68.168.96.2 i=15 len=19 option = "albyny.adelphia.net" i=51 len=4 option = 43200 i=53 len=1 option = 2 i=54 len=4 option = 67.20.159.234 DhcpMsgRecv->yiaddr = 69.173.82.182 DhcpMsgRecv->siaddr = 67.20.159.234 DhcpMsgRecv->giaddr = 69.173.80.1 DhcpMsgRecv->sname = "" ServerHardwareAddr = 00.50.57.01.3C.32 parseDhcpMsgRecv: 10 options received: i=1 len=4 option = 255.255.240.0 i=3 len=4 option = 69.173.80.1 i=6 len=8 option = 68.168.96.5 i=6 len=8 option = 68.168.96.2 i=15 len=19 option = "albyny.adelphia.net" i=28 len=4 option = 69.173.95.255 i=51 len=4 option = 43200 i=53 len=1 option = 5 i=54 len=4 option = 67.20.159.234 i=58 len=4 option = 0 i=59 len=4 option = 0 DhcpMsgRecv->yiaddr = 69.173.82.182 DhcpMsgRecv->siaddr = 67.20.159.234 DhcpMsgRecv->giaddr = 69.173.80.1 DhcpMsgRecv->sname = "" ServerHardwareAddr = 00.50.57.01.3C.32
- 03-09-2006 #2
::BUMP::Cmon this is botheren me post!
- 03-09-2006 #3
Do you have the driver for your nic compiled as a module or is it built-in?
How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 03-09-2006 #4
what do you have in: /etc/conf.d/net
???
I'm assuming you don't need anything fancy and just use dhcpcd to access net.
So you can leave "net" blank and it will assume dhcp.
what command are you using to get this message? I want to know so I can try mine and compareAll right, brain. You don't like me and I don't like you, but let's just do this and I can get back to killing you with beer. All New Users Read This!!! If you have a grub problem please look at GRUB MANUAL
- 03-10-2006 #5
This is what I get when running the dhcpcd command.
And this is my /etc/conf.d/net file.Code:gentoo# dhcpcd eth0 **** dhcpcd: already running **** dhcpcd: if not then delete /var/run/dhcpcd-eth0.pid file
At one point I had to have these uncommented, but now it works as is.Code:# This blank configuration will automatically use DHCP for any net.* # scripts in /etc/init.d. To create a more complete configuration, # please review /etc/conf.d/net.example and save your configuration # in /etc/conf.d/net (this file :]!). #config_eth0=( "dhcp" ) #dhcp_eth0="nodns nontp nonis" #iface_dhcpcd="-HDN"
How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 03-10-2006 #6
here is my /etc/conf.d/net
# This blank configuration will automatically use DHCP for any net.*
# scripts in /etc/init.d. To create a more complete configuration,
# please review /etc/conf.d/net.example and save your configuration
# in /etc/conf.d/net (this file :]!).
config_eth0=( "dhcp" )
dhcp_eth0="nodns nontp nonis"
- 03-10-2006 #7
its not really an error its just that if i dont leave it up i cant ge on the internet
Code:dhcpcd eth0
- 04-15-2006 #8
::BUMP!:: Cmon this is pissin me off helpp!!!
- 04-16-2006 #9
Have you tried adding the iface line that you see in m post above to conf.d/net file?
How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 04-29-2006 #10


Reply With Quote
