Sep 14, 2005 #1 kam72 IS-IT--Management Joined Jul 23, 2005 Messages 97 Location AU I am using pix firewall 501 6.3.4 Can anyone show me the command to open the following port in my pix firewall. SIP: Port 5060 UDP RTP: Port 8000 UDP RTP: Ports 16384 to 20384 UDP Thanks
I am using pix firewall 501 6.3.4 Can anyone show me the command to open the following port in my pix firewall. SIP: Port 5060 UDP RTP: Port 8000 UDP RTP: Ports 16384 to 20384 UDP Thanks
Sep 14, 2005 1 #2 PeterHurst IS-IT--Management Joined Apr 2, 2003 Messages 183 Location GB access-list external_access permit udp any host xxx.xxx.xxx.xxx eq 5060 Allows anyone outside to access UDP port 5060 on the firewall .. xxx.xxx.xxx.xxx should be the EXTERNAL IP. Don't forget once you've opened the ports you'll need to provide a NAT translation to get them to the servers inside if NAT is in use. Upvote 0 Downvote
access-list external_access permit udp any host xxx.xxx.xxx.xxx eq 5060 Allows anyone outside to access UDP port 5060 on the firewall .. xxx.xxx.xxx.xxx should be the EXTERNAL IP. Don't forget once you've opened the ports you'll need to provide a NAT translation to get them to the servers inside if NAT is in use.
Sep 14, 2005 Thread starter #3 kam72 IS-IT--Management Joined Jul 23, 2005 Messages 97 Location AU Yes nat is in use. What should i do? Thanks Peter Upvote 0 Downvote