> On Wed, 8 Jun 2005, John Doe wrote: > > > > > Hi, > > > > > > Essentially the problem was due to my adsl interface/modem (pppoA) being > > activated after ipfilter and thus requiring a reload of the ipf and ipnat > > rules for them to function correctly, as the rules reference an interface > > with a specific IP. > > 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. Darren
