[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Pfctl - allowing a range of ports?
In some mail from josh, sie said:
>
> boltsky wrote...
> > Hello, I was wondering if you could direct me on how to allow ports
> > 65000 - 65535 in my pf.conf, with out adding each one by hand ( lol ).
> >
> > I tried to just use a dash, but the pfctl pf.conf syntax didn't like it.
>
> how about man pf.conf(5)
> or, since you can't think of trying that yourself.
> port 64999 >< 65536
That should not work - ports are [0:65535].
THe above range is effectively >= 65000.