On Jun 9, 2005, at 07:14, Darren Reed wrote:
On Wed, 8 Jun 2005, John Doe wrote:
why can't you use the "0/32 trick"? I have a dynamic IP and use
block in quick on ed1 proto tcp from any to 0/32 port = 22 flags S
That means "block it to whatever address ed1 has"
No, it doesn't.
You can try:
block in quick on ed1 proto tcp from any to ed1/32 port = 22 flags S
though.
Ahh! I've been wondering about that 0/32 I saw. Does that do
anything special, or just not match ever?
At what point (version) was the int#/32 syntax added? I've been
wondering what the way to deal with "to me, whatever my address
is" was...
Thanks, Darren...
- Chris