[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: dhcpcd



    "Reaz" == Reaz Baksh <reaz.baksh@broadcasttech.net> 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



Reply to: