<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Bitstream Vera Sans'; font-size:10pt; font-weight:400; font-style:normal;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">On Thursday 02 July 2009, Marc Perea wrote:<br />> I'd look into gratuitous arp. For us, putting:<br />> no ip gratuitous-arps<br />> into our router fixed this issue. We were seeing problems like you're<br />> describing on Vista and Mac's.<br />><br />> Marc Perea<br />> IT Engineer<br />> SRT Communications, Inc.<br />> (701)858-5235<br />> marccp@srttel.com<br />><br />><br />> _______________________________________________<br />> dhcp-users mailing list<br />> dhcp-users@lists.isc.org<br />> https://lists.isc.org/mailman/listinfo/dhcp-users<br /></p><br /><br>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Thanks Marc,<br /></p><br /><br>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">I think the issue turned out to be that I had to have the static ip's in the subnet declaration before vista and the xbox's would play nice.<br /></p><br /><br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Hear is the working dhcpd.conf<br /></p><br /><br>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">server-name bamod-aish;<br />authoritative;<br />ddns-update-style interim;<br />option domain-name "Torah-disciple.local";<br />option domain-name-servers 192.168.7.1, 24.247.15.53, 24.247.24.53;<br />default-lease-time 21600;<br />max-lease-time 43200;<br />log-facility local7;<br /></p><br /><br>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">zone Torah-disciple.local. {<br /> primary 127.0.0.1;<br />}<br /></p><br /><br>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">subnet 192.168.7.0 netmask 255.255.255.224 {<br /> range 192.168.7.20 192.168.7.31;<br />    option routers 192.168.7.1;<br /> option ip-forwarding off;<br />   zone 7.168.192.in-addr.arpa. {<br />              primary bamod-aish.Torah-disciple.local;<br />    }<br />   zone    Torah-disiple.local. {<br />              primary bamod-aish.Torah-disciple.local;<br />    }<br /></p><br /><br>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"># static addresses<br />   host Netgear-wireless {<br />.<br />.<br />}<br /></p><br /><br>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">-- <br />Randy Batterbee<br /></p><br /><br>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Take a trip with Torah and find out who you really are.<br /></p><br /><br>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Open Source & Linux<br />if it ain't broke tweak it<br />you can always reinstall<br />and it's free</p></body></html>