Search:  

 
 
   All ForumsHot TopicsGallery






how-to block ads


 
Forums » Tech and Talk » OS and Software » All Things Unix » DNS Strangeness
Search Topic:
Share Topic:
RSS topic:
toggle:
flat / full
normal / watch
Posting:
Post a:
Post a:
PCLOS - program will not open »
« Hardy Heron *.desktop lauching bug  
AuthorAll Replies


nwrickert
sand groper
Premium,MVM
join:2004-09-04
Geneva, IL
reply to luminaire
Re: DNS Strangeness

Try removing the quotes are around "any"

allow-query { any; };

instead of

allow-query { "any"; };


luminaire
Premium
join:2005-03-22
Oakville, ON
clubs:

Negative, doesn't seem to have fixed it.

ndavey@monkey:~$ ping www.dslreports.com
ping: unknown host www.dslreports.com

I actually had that omitted for the first little while but when things started not working I figured I'd explicitly state what is allowed. Here's a packet capture of the client to the server:

12:34:24.408887 IP (tos 0x0, ttl 64, id 44054, offset 0, flags [DF], proto UDP (17), length 64) 192.168.20.52.45861 > 1.1.1.1.53: [bad udp cksum f306!] 55115+ A? www.dslreports.com. (36)
12:34:24.423450 IP (tos 0x0, ttl 57, id 0, offset 0, flags [DF], proto UDP (17), length 288) 1.1.1.1.53 > 192.168.20.52.45861: 55115- q: A? www.dslreports.com. 0/13/0 ns: com. NS[|domain]
12:34:24.423595 IP (tos 0x0, ttl 64, id 44056, offset 0, flags [DF], proto UDP (17), length 64) 192.168.20.52.39439 > 1.1.1.1.53: [bad udp cksum 920!] 55115+ A? www.dslreports.com. (36)
12:34:24.435409 IP (tos 0x0, ttl 57, id 0, offset 0, flags [DF], proto UDP (17), length 288) 1.1.1.1.53 > 192.168.20.52.39439: 55115- q: A? www.dslreports.com. 0/13/0 ns: com. NS[|domain]

As soon as this line is commented out it starts working:

allow-recursion { clients; };

It's almost like if the clients can't have recursive requests they don't bother asking again.
--
Luminaire
My Blog


deblin
Dark Side of the Moon
Premium,MVM
join:2001-09-01
Middletown, DE
·Verizon FIOS
·Comcast Workplace
·DSL EXTREME

The same construct works fine here:


acl internal { 10.0.0/24; 127.0.0.1; };

options {
allow-recursion { internal; };
...


For shits and giggles, have you tried using the masks instead, e.g.:

allow-recursion {
x.x.x.0/19;
x.x.x.0/19;
x.x.x.0/19;
y.y.y.y/16;
127.0.0.1/32;
::1;
};

--
Hello...is there anybody in there?
Forums » Tech and Talk » OS and Software » All Things UnixPCLOS - program will not open »
« Hardy Heron *.desktop lauching bug  


Saturday, 11-Oct 22:44:09 Terms of Use | Privacy Policy | Hosting by www.nac.net - DSL,Hosting & Co-lo | feedback | contact
over 9 years online! © 1999-2008 dslreports.com.republican-creole
page compression OFF
Most commented news this week
· [141] It's Cable TV Rate Hike Season
· [97] Wholesale Bandwidth Prices Still Dropping
· [96] Symmetrical FiOS No Longer Qualifies For Bundle Discounts
· [95] Is Comcast Cooking Up a 22Mbps/5Mbps Tier?
· [85] Time Warner's Ugly Feud With LIN TV
· [77] Half Of New iPhone Owners Came From Verizon
· [70] Supreme Court TiVo/Echostar Ruling
· [70] Microsoft: U.S. Broadband Policy 'Total Failure'
· [67] Verizon Unveils Blackberry Storm
· [64] XOHM Online In Additional Launch Markets
Most people now reading
· Safty Question about K & T wiring. Very worried... [Home Repair & Improvement]
· Should hourly workers work for free thru lunch [General Questions]
· Extreme HD and Essentials [Verizon FIOS TV]
· privacy: how much do they know [TekSavvy]
· [Connectivity] Neighbor using MY router to connect to Internet? [Comcast HSI]
· [Other] Did Joiphone sunrocket its users???? [VOIP Tech Chat]
· IMG 1.6 Build 06.89 Released [Verizon FIOS TV]
· What's Your "Home Page"? [General Questions]
· Heads up; Usenet, "Rarpassgen.exe" virus [TekSavvy]
· Norton AntiVirus 2009 conflicts with ZoneAlarm Pro 7.0.483.0 [Security]