You are not logged in.

#1 2004-11-25 15:16:16

bostoniman
Member
Registered: 2004-09-17
Posts: 213
Website

Problems with DHCP

When I boot into Gnome, I have to open a terminal and use dhcpcd before I can do anything else.  Can I start dhcpcd as a daemon in the /etc/rc.conf to save time?

Offline

#2 2004-11-25 15:21:48

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: Problems with DHCP

if you specify in /etc/rc.conf

eth0="dhcp"
INTERFACES=(... eth0...)
ROUTES=(!gateway)

DAEMONS=(... network ...)

the dhcp client should run automatically with starting your network device

if you have this already, check the logs on what went wrong


The impossible missions are the only ones which succeed.

Offline

Board footer

Powered by FluxBB