Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jun 1996 00:06:54 -0600 (MDT)
From:      Nate Williams <nate@mt.sri.com>
To:        Nate Williams <nate@mt.sri.com>
Cc:        Poul-Henning Kamp <phk@freebsd.org>, current@freebsd.org
Subject:   Re: IPFW bugs? 
Message-ID:  <199606280606.AAA13890@rocky.mt.sri.com>
In-Reply-To: <199606280602.AAA13869@rocky.mt.sri.com>
References:  <199606280537.XAA13666@rocky.mt.sri.com> <2910.835941172@critter.tfs.com> <199606280602.AAA13869@rocky.mt.sri.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> > Add "log" to all rules and see which number lets you though.
> 
> Ahh, I didn't realize you could 'log' accept rules.  I'll do that.

OK, here's the rule that let's *EVERYTHING* through.

# Should be allowing DNS through, which can be either UDP/TCP
ipfw add  21 pass log all from any 53 to any via $1

But, I get icmp packets, telnet, ftp, etc...

Somehow the '53' port isn't being used at all.


Nate



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606280606.AAA13890>