Re: ipfw not allowing dns traffic

2001-02-02 Thread Martin Eggen
[Peter Brezny] > 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 an

Re: ipfw not allowing dns traffic

2001-02-02 Thread Nick Rogness
On Fri, 2 Feb 2001, Peter Brezny wrote: > 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 al

Re: ipfw not allowing dns traffic

2001-02-02 Thread Mike Silbersack
On Fri, 2 Feb 2001, Peter Brezny wrote: > 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 al

Re: ipfw not allowing dns traffic

2001-02-02 Thread Neil Blakey-Milner
On Fri 2001-02-02 (16:23), Peter Brezny wrote: > 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

ipfw not allowing dns traffic

2001-02-02 Thread Peter Brezny
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'