From owner-freebsd-questions Wed Feb 2 0:49: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.sfba.home.com (ha1.rdc1.sfba.home.com [24.0.0.66]) by builder.freebsd.org (Postfix) with ESMTP id 24A3F3EC3 for ; Wed, 2 Feb 2000 00:48:59 -0800 (PST) Received: from c392156-a ([24.1.95.226]) by mail.rdc1.sfba.home.com (InterMail v4.01.01.00 201-229-111) with ESMTP id <20000202084855.DRN12979.mail.rdc1.sfba.home.com@c392156-a>; Wed, 2 Feb 2000 00:48:55 -0800 Message-Id: <4.2.0.58.20000202000447.009ac280@mail> X-Sender: ibjoe@mail X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Wed, 02 Feb 2000 00:48:14 -0800 To: freebsd-questions@FreeBSD.ORG From: Joe Bo Subject: why are they hitting my DNS? Cc: ibjoe@home.com Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have a fairly typical (?) setup with a FreeBSD v3.2 server being the gateway and firewall of a private net of Windows PCs, using natd, two network cards, one public ip and a private ip network. I just say ip instead of ip address, but you know.. ;-) in /etc/namedb/named.conf I have: forwarders { ; ; }; everything else is pretty much commented out in /etc/namedb/localhost.rev is @ IN SOA . root.. ( 19990924 ; Serial 3600 ; Refresh 900 ; Retry 3600000 ; Expire 3600 ) ; Minimum IN NS . 1 IN PTR localhost.. (this was an autogenerated file). /etc/resolv.conf has nameserver 127.0.0.1 /etc/rc. has named_enable="YES" # Run named, the DNS server (or NO). and ipfw shows allow udp from 53 to allow udp from 53 to allow udp from to any 53 allow udp from any to 53 in recv ed0 allow udp from 53 to any out xmit ed0 where ed0 is my private net ethernet card and is the ip associated with that card. All the PCs only know , they don't know or use the or . Anything not specifically allowed is denied. Anyway, all this works really well. Except, I log all failed accesses and every once in a while I get an awful lot of hits on my public ip port 53. They seem to come in batches every 10 minutes or so, with lots of different ip s. This doesn't happen every day, just on occasion. I would like to know, is this some kind of probe, or is it possible that I am inviting this access because I don't have my DNS set up correctly and I'm advertising or something? Thank you to anyone who can provide any insight, Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message