QUESTION How to open 5060 in IPtables

paulnye

Guru
Joined
Apr 17, 2011
Messages
208
Reaction score
2
How do I allow access to my SIP ports from any originating IP?
Is it ...

Code:
-A INPUT -p udp -m udp -s 0.0.0.0 --dport 5060:5069 -j ACCEPT
-A INPUT -p tcp -m tcp -s 0.0.0.0 --dport 5060:5069 -j ACCEPT
 
If you aren't using SIP over tcp, I would disable that second line as well.
 

Members online

Forum statistics

Threads
26,688
Messages
174,412
Members
20,259
Latest member
Fadeek86
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top