That did the trick..&nbsp; A rogue DHCP server is exactly my problem, and stopping it is outside of my control for the time being.&nbsp; This is all just a temporary setup, so this will work just fine.<br><br>Thanks all for the help!
<br><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote"><div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2">You can also put a setting in 
dhclient.conf to ignore DHCP 
replies from specific ip addresses.&nbsp; Again this isn't 
ideal.</font></span></div><div dir="ltr" align="left"><span></span>&nbsp;</div><div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; reject 
ip-address;</font></span></div><div>&nbsp;</div><span><font color="#0000ff" face="Arial" size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The reject statement 
causes the DHCP&nbsp; client&nbsp; to&nbsp; reject&nbsp; offers&nbsp; 
from</font></span><br><span><font color="#0000ff" face="Arial" size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; servers&nbsp; who&nbsp; use the 
specified address as a server identifier.&nbsp;&nbsp; 
This</font></span><br><span><font color="#0000ff" face="Arial" size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; can be used to avoid being 
configured by rogue or&nbsp; misconfigured&nbsp; 
dhcp</font></span><br><span><font color="#0000ff" face="Arial" size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; servers,&nbsp; although&nbsp; 
it&nbsp; should be a last resort - better to track 
down</font></span><br><span><font color="#0000ff" face="Arial" size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; the bad DHCP server and fix 
it.</font></span><br></blockquote>