>>>>> "Scott" == Scott Garman <[email protected]> writes:
Mike> Yeah, I thought this was the answer too. I think you're Mike> referring to this stanza in dhclient.conf? Coincidentally, this issue came up at ptp nodes today. Someone was ignoring our DNS configuration and they weren't able to resolve any hostnames and even get to the splash page of our captive portal. So, ignoring DHCP supplied DNS *might* be shooting yourself in the foot in some circumstances. My initial thought was to just intercept all port 53 traffic and direct it to our nameserver. That could either transparently solve the problem or potentially create other ones. Something like (untested): iptables -t nat -A PREROUTING -p udp --dport 53 -j DNAT --to 10.11.x.x:53 -- Russell Senior, President [email protected] _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
