On 1/27/06, Adam Gibson <[EMAIL PROTECTED]> wrote:
> I had to remove the src and dst ports and use src and dst IPs with 
> static-port because a pf error scrolled across the top of the pfsense web 
> admin page saying that static-port does not work with port ranges.  Someone 
> probably should find out what really can and can not be used with static-port 
> so that the correct fields can be greyed out so that users can't select 
> things that pf will not work with.
>
> The rule that works...
>
> <advancedoutbound>
>   <rule>
>   <source>
>     <network>192.168.1.140/32</network>
>   </source>
>   <sourceport/>
>   <descr>Attempt to keep quake4 server src port static through NAT</descr>
>   <target/>
>   <interface>wan</interface>
>   <staticnatport/>
>   <destination>
>     <address>192.246.40.28/32</address>
>   </destination>
>   <natport/>
>   <dstport/>
>   </rule>
>
>

Please file a ticket at http://cvstrac.pfsense.com/tktnew .

Include as much info as possible.  Thanks!

Reply via email to