On Fri, Jan 31, 2003 at 12:43:50PM -0800, Cameron Lerch wrote:

> nat on ne0 proto udp from 10.0.0.3/32 port 6000 to any -> ne0 port 6000
> nat on ne0 proto udp from 10.0.0.3/32 port 6001 to any -> ne0 port 6001
> ....
> nat on ne0 proto udp from 10.0.0.3/32 port 6999 to any -> ne0 port 6999

> Is this possible?

With -current, yes:

nat on ne0 proto udp from 10.0.0.3 port 5999><7000 to any \
        -> ne0 static-port

Daniel

Reply via email to