Hi How can I do the dhcp to assign ip for eth2 network only? eth1 and eth0 can igorn thank you
__________________________________________________________________ Ask a question on any topic and get answers from real people. Go to Yahoo! Answers and share what you know at http://ca.answers.yahoo.com
----- "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