Hi, wondering if anyone could possibly show me how to get the same port outbound. For example, there are several SIP devices behind the PF firewall and the desired effect is to have those devices go out to servers using 5060-5063.
In pf.conf current rules for SIP ports:
But looking at the server it shows the SIP device is not using any of the above ports, rather it's using 56540
Thank you for your help.
In pf.conf current rules for SIP ports:
Code:
pass out on $ext_if inet proto udp from any port 5060 to any port 5060 keep state tag Voip queue voip_out
pass out on $ext_if inet proto udp from any port 5061 to any port 5061 keep state tag Voip queue voip_out
pass out on $ext_if inet proto udp from any port 5062 to any port 5062 keep state tag Voip queue voip_out
But looking at the server it shows the SIP device is not using any of the above ports, rather it's using 56540
Thank you for your help.