Forum Discussion
About SIP port
- Dec 28, 2022
in GUI Main >> Shared Objects >> Port Lists, you can create a defined SIP port range 10000-20000,
then create a sip pool monitor use gateway_icmp
finally, create a VS its "Service Port" use port list SIP and binding a sip pool
if above steps can not work, you can create a vs service port use *All ports and bind this iRules to limit udp sip port range:
when CLIENT_ACCEPTED { if { [UDP::local_port] >= 10000 && [UDP::local_port] <= 20000 } { node 192.168.10.1 } else { drop } }
Hi Cirrocumulus,
Thanks for your reply
How do I add multiple ports to the pool member at once?
Hey Michaelyang, you replied to the user rank rather than their username, so I'll just tag both xuwen and PSFletchTheTek to make sure they see your follow-up question.
To tag a user and make sure they see your follow-up in the future, just type @ and their username. You'll see a dropdown, and can then just click on the username you want. 🙂
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com