<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000000'>----- "chloe K" <chloekcy2000@yahoo.ca> wrote:
<br>> <table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit; -x-system-font: none;" valign="top"><div>Hi </div>
<div> </div>
<div>How can I do the dhcp to assign ip for eth2 network only?</div>
<div> </div>
<div>eth1 and eth0 can igorn</div>
<div> </div>
<div>thank you</div></td></tr></tbody></table><br><br><br>Edit your /etc/sysconfig/dhcpd file. Ensure the 'DHCPDARGS' line looks like this:<br>
<br>
DHCPDARGS=eth2<br>
<br>
Save the file then restart DHCP.<br><br>--Tim<br></div></body></html>