2 config files 1 doesn't work

thejunk.b at gmail.com thejunk.b at gmail.com
Fri Jul 3 11:00:29 UTC 2009


On Thursday 02 July 2009, Marc Perea wrote:
> I'd look into gratuitous arp. For us, putting:
> no ip gratuitous-arps
> into our router fixed this issue. We were seeing problems like you're
> describing on Vista and Mac's.
>
> Marc Perea
> IT Engineer
> SRT Communications, Inc.
> (701)858-5235
> marccp at srttel.com
>
>
> _______________________________________________
> dhcp-users mailing list
> dhcp-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/dhcp-users



Thanks Marc,



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.






Hear is the working dhcpd.conf



server-name bamod-aish;
authoritative;
ddns-update-style interim;
option domain-name "Torah-disciple.local";
option domain-name-servers 192.168.7.1, 24.247.15.53, 24.247.24.53;
default-lease-time 21600;
max-lease-time 43200;
log-facility local7;



zone Torah-disciple.local. {
	primary 127.0.0.1;
}



subnet 192.168.7.0 netmask 255.255.255.224 {
	range 192.168.7.20 192.168.7.31;
	option routers 192.168.7.1;
	option ip-forwarding off;
	zone 7.168.192.in-addr.arpa. {
		primary bamod-aish.Torah-disciple.local;
	}
	zone	Torah-disiple.local. {
		primary bamod-aish.Torah-disciple.local;
	}



# static addresses
	host Netgear-wireless {
.
.
}



-- 
Randy Batterbee



Take a trip with Torah and find out who you really are.



Open Source & Linux
if it ain't broke tweak it
you can always reinstall
and it's free
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20090703/97e9ac06/attachment.html>


More information about the dhcp-users mailing list