----- "chloe K" <chloekcy2000@yahoo.ca> wrote:
>
Hi
 
How can I do the dhcp to assign ip for eth2 network only?
 
eth1 and eth0 can igorn
 
thank you



Edit your /etc/sysconfig/dhcpd file. Ensure the 'DHCPDARGS' line looks like this:

DHCPDARGS=eth2

Save the file then restart DHCP.

--Tim