"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]