Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PIX 501 Access-list help

Status
Not open for further replies.

jsingh9741

Technical User
Jul 12, 2001
9
0
0
Hi I have a pix 501 and trying to allow the VOIP phone to communicate with outside server. The error that keeps comming up when I do a debug is the following.

udp: fail to get udp conn (204.16.128.170/5060 => 68.126.48.174/5060)

The following is my pix configuration
Saved
: Written by enable_15 at 20:21:31.590 UTC Sun Dec 30 2007
PIX Version 6.3(1)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password KB/27Z1ogkeY6g/4 encrypted
passwd KB/27Z1ogkeY6g/4 encrypted
hostname xxx111
domain-name xxx.com
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
fixup protocol smtp 25
fixup protocol sqlnet 1521
names
access-list 101 permit ip 10.0.0.0 255.255.255.0 10.1.2.0 255.255.255.0
access-list 102 permit ip 10.0.0.0 255.255.255.0 10.1.2.0 255.255.255.0
access-list 100 permit tcp any host 10.0.0.10 eq 3389
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 68.126.48.174 255.255.255.0
ip address inside 10.0.0.254 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool ippool 10.1.2.1-10.1.2.10
pdm logging informational 100
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 68.126.48.174 3389 10.0.0.10 3389 netmask 255.255.255.255 0 0
access-group 100 in interface outside
conduit permit icmp any any
route outside 0.0.0.0 0.0.0.0 68.126.48.174 1
timeout xlate 0:05:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
timeout h323 0:05:00 mgcp 0:05:00 sip 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
http server enable
http 10.0.0.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
crypto ipsec transform-set myset esp-3des esp-md5-hmac
crypto dynamic-map dynmap 10 set transform-set myset
crypto map krypto 10 ipsec-isakmp dynamic dynmap
crypto map krypto interface outside
isakmp enable outside
isakmp identity address
isakmp nat-traversal 20
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption 3des
isakmp policy 10 hash sha
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup xxx111 address-pool ippool
vpngroup xxx111 default-domain xxx.com
vpngroup xxx111 split-tunnel 102
vpngroup xxx111 idle-time 1800
vpngroup xxx111 password xxx
telnet 0.0.0.0 0.0.0.0 inside
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 outside
ssh timeout 5
console timeout 0
dhcpd address 10.0.0.20-10.0.0.29 inside
dhcpd dns 206.13.29.12 206.13.30.12
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd enable inside
username xxx111 password SD1hvX5OyREHyCzU encrypted privilege 2
terminal width 80
Cryptochecksum:06f7ca328c41a999d23374ebc2a6be89
: end
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top