Date: Fri, 2 Feb 2001 16:23:22 -0500 From: "Peter Brezny" <peter@sysadmin-inc.com> To: <freebsd-net@freebsd.org> Subject: ipfw not allowing dns traffic Message-ID: <000801c08d5e$5f4259c0$46010a0a@sysadmininc.com>
next in thread | raw e-mail | index | archive | help
I thought I had everything. # Allow DNS traffic from internet to query your DNS (for reverse # lookups etc). $fwcmd add allow tcp from any 53 to $ns1 53 setup $fwcmd add allow udp from any 53 to $ns1 53 $fwcmd add allow udp from $ns1 53 to any 53 but nslookup's fail from outside the firewall on another machine in nslookup with server set to my firewall machine. What have i missed? Peter Brezny SysAdmin Services Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000801c08d5e$5f4259c0$46010a0a>