We have a Cisco Pix 501 C using 6.2 - We have purchased a new phone system that requires the we open ports 5000 through 6200 UDP for voice packets. I received some help on opening these porst - now they tell us we need to actually forward these ports (5000 through 6200) I now need to know the configuration iinstructions to forward these ports. Below is the configuration as it is now.
Thanks again in advance!
PIX Version 6.2(2)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 1X3ezz1Db6FW8W2P encrypted
passwd /EWUqltKj6jE8Cpw encrypted
hostname cisco-pix
domain-name abby.com
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol sip 5060
fixup protocol skinny 2000
names
name 10.0.0.102 abbatronpdc
name 10.0.0.103 abbatrondc1
object-group service VOIPHONE udp
port-object range 5000 6200
access-list 101 permit ip 10.0.0.0 255.255.255.0 10.0.50.0 255.255.255.0
access-list 101 permit ip host 10.0.0.13 10.0.50.0 255.255.255.0
access-list 101 permit ip host 10.0.0.11 10.0.50.0 255.255.255.0
access-list 101 permit ip host 10.0.0.115 10.0.50.0 255.255.255.0
access-list acl-out permit icmp any any
access-list acl-out permit tcp any host nnn.nnn.nnn.nnn eq 5566
access-list acl-out permit tcp any host nnn.nnn.nnn.nnn eq 3389
access-list acl-out permit udp any host nnn.nnn.nnn.nnn eq 3389
access-list acl-out permit udp any host nnn.nnn.nnn.nnn eq 5000
access-list acl-out permit udp any host nnn.nnn.nnn.nnn eq 6200
access-list acl-out permit udp any any range 5000 6200
access-list acl-out permit udp any host nnn.nnn.nnn.nnn range 5000 6200
pager lines 24
logging on
logging buffered errors
logging trap debugging
logging host inside 10.0.0.100
interface ethernet0 10baset
interface ethernet1 10full
mtu outside 1500
mtu inside 1500
ip address outside nnn.nnn.nnn.nnn 255.255.255.0
ip address inside 10.0.0.199 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool ippool 10.0.50.1-10.0.50.254
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list 101
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp interface 3389 abbatrondc1 3389 netmask 255.255.255.
255 0 0
static (inside,outside) udp interface 3389 abbatrondc1 3389 netmask 255.255.255.
255 0 0
static (inside,outside) tcp interface 5566 10.0.0.68 5566 netmask 255.255.255.25
5 0 0
access-group acl-out in interface outside
route outside 0.0.0.0 0.0.0.0 24.154.55.1 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323 0:05:00 si
p 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
aaa-server LOCAL protocol local
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
no sysopt route dnat
crypto ipsec transform-set myset esp-des esp-md5-hmac
crypto dynamic-map dynmap 10 set transform-set myset
crypto map mymap 10 ipsec-isakmp dynamic dynmap
crypto map mymap interface outside
isakmp enable outside
isakmp identity address
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption des
isakmp policy 10 hash md5
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup vpn3000 address-pool ippool
vpngroup vpn3000 split-tunnel 101
vpngroup vpn3000 idle-time 1800
vpngroup vpn3000 password ********
telnet 10.0.0.0 255.0.0.0 inside
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 outside
ssh 206.126.161.196 255.255.255.255 outside
ssh timeout 60
terminal width 80
cisco-pix(config)#
Start Free Trial