- Joined
- Sep 10, 2021
- Messages
- 1
- Reaction score
- 0
I'm trying to configure my firewall against VOIP/SIP attacks. In this context, I configured the FW in the following way...
For Local3cx to WAN policy:
"""
From: local 3cx vlan
To: WAN
Service: (some other required services for windows update and others like HTTP,HTTPS and.... IP range of my sip provider_ALL_UDP_TCP
"""
Explanation: for outgoing UDP/TCP traffic from on-premise 3xc to WAN, only the IP range of my sip provider is allowed
For WAN to Local3cx policy:
"""
From: WAN
To: Local3cx
Service: 5001 TCP (it's web UI port for accessing https and only 1 ip is allowed), 5060 UDP (registration port for SIP provider and only our SIP provider's ip range is allowed for this port accessing), 9000-10999 UDP (only our sip provider's ip range is allowed for accessing those ports) 5090 TCP and 5090 UDP (I THINK THESE 2 PORTS SHOULD BE ACCESSIBLE FROM 3CX'S IP RANGE)
The question is that what is the IP Range of 3CX so that I use it in WAN to Local3cx policy for security?
For Local3cx to WAN policy:
"""
From: local 3cx vlan
To: WAN
Service: (some other required services for windows update and others like HTTP,HTTPS and.... IP range of my sip provider_ALL_UDP_TCP
"""
Explanation: for outgoing UDP/TCP traffic from on-premise 3xc to WAN, only the IP range of my sip provider is allowed
For WAN to Local3cx policy:
"""
From: WAN
To: Local3cx
Service: 5001 TCP (it's web UI port for accessing https and only 1 ip is allowed), 5060 UDP (registration port for SIP provider and only our SIP provider's ip range is allowed for this port accessing), 9000-10999 UDP (only our sip provider's ip range is allowed for accessing those ports) 5090 TCP and 5090 UDP (I THINK THESE 2 PORTS SHOULD BE ACCESSIBLE FROM 3CX'S IP RANGE)
The question is that what is the IP Range of 3CX so that I use it in WAN to Local3cx policy for security?