In the initial stages of trying to get this working I did this and it
didn't work.  I had to setup a file in /etc/init.d/ then have it start
on boot up.  I don't know why it didn't work, maybe the dhcp client
program wasn't running at the time the interfaces came up.  

Thanks for our suggestion.

Reaz





-----Original Message-----
From: Shyamal Prasad [mailto:[EMAIL PROTECTED]] 
Sent: Monday, January 06, 2003 10:58 PM
To: [EMAIL PROTECTED]
Subject: Re: dhcpcd

    "Reaz" == Reaz Baksh <[EMAIL PROTECTED]> writes:

    Reaz> Hello I am using dhcpcd for my dhcp client.  How and what do
    Reaz> I set so that the command: 'dhcpcd -d eth1' is run on start
    Reaz> up.

    Reaz> Thanks for any help

The best way to do this is via the /etc/network/interfaces file. It
will run your dhcp client for you on start up.

See 'man interfaces'. You want something like this:

auto eth1
iface eth1 inet dhcp

Cheers!
Shyamal


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to