Re: Insufficient DNS Source Port Randmoization

2011-07-29 Thread Warren Kumari
On Jul 28, 2011, at 3:43 AM, Stephane Bortzmeyer wrote: > On Thu, Jul 28, 2011 at 03:33:11PM +0800, > Pete Fong wrote > a message of 27 lines which said: > >> I have adjusted named.conf configuration file as below : >> >> query-source address * port * ; >> query-source-v6 address * port *; >

Re: interface flap == dead

2011-07-29 Thread Michael McNally
On 7/29/11 11:34 AM, David Ford wrote: if an interface flaps, bind 9.8.0p2 drops that IP binding and doesn't listen to it any more, requiring a restart known bug? Something similar was recently discussed in the bind-users thread titled "Bind time up." Are you setting the "interface-interval"

interface flap == dead

2011-07-29 Thread David Ford
if an interface flaps, bind 9.8.0p2 drops that IP binding and doesn't listen to it any more, requiring a restart known bug? -david ___ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind-users mailing li

RE: no servers could be reached

2011-07-29 Thread Lightner, Jeff
Using /var/named/chroot/... means you should have bind-chroot package installed. Also you need to be sure all references within named.conf are relative to the chroot directory rather than absolute real paths and be sure the files are in those relative paths. That is to say it is proper to refe

Re: no servers could be reached

2011-07-29 Thread Danilo Godec
On 07/29/2011 10:36 AM, uifid...@gmail.com wrote: the zones file is located at /var/named/chroot/var/named/domainx.zones. #cat var/domainx.zones should be var/named/domainx.zones #cat var/domainx.zone should be var/named/domain.zone Sorry for my typo. So this should be OK then. Your view state

Re: no servers could be reached

2011-07-29 Thread uifid...@gmail.com
the zones file is located at /var/named/chroot/var/named/domainx.zones. #cat var/domainx.zones should be var/named/domainx.zones #cat var/domainx.zone should be var/named/domain.zone Sorry for my typo. 2011/7/29 Danilo Godec : > On 07/29/2011 08:17 AM, uifid...@gmail.com wrote: >> >> cat var/named

Re: no servers could be reached

2011-07-29 Thread Danilo Godec
On 07/29/2011 08:17 AM, uifid...@gmail.com wrote: cat var/named/named.conf // // named.caching-nameserver.conf // options { listen-on port 53 { 192.168.18.128; 127.0.0.1; }; listen-on-v6 port 53 { ::1; }; directory "/var/named"; dump-file "/var/named/da