what i need to add accesslist or crypto , i need to send voice packets G723.
- 10.32.17.x need to send packets useing h323 to another ip 82.xx.xx.xx
----- my current setup.
: Saved
:
PIX Version 6.3(4)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password PF6SFCpuj2DsoLQm encrypted
passwd PF6SFCpuj2DsoLQm encrypted
hostname pixfirewall
domain-name ciscopix.com
fixup protocol dns maximum-length 512
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
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
fixup protocol tftp 69
names
access-list 101 permit ip 10.32.17.0 255.255.255.0 192.168.222.0 255.255.255.0
pager lines 24
icmp permit any outside
mtu outside 1500
mtu inside 1500
ip address outside 82.xxx.xxx.xxx 255.255.255.240
ip address inside 10.32.17.254 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool VPNPOOL 192.168.222.1-192.168.222.
254
pdm location 192.168.1.0 255.255.255.0 inside
pdm logging informational 100
pdm history enable
arp timeout 14400
nat (inside) 0 access-list 101
route outside 0.0.0.0 0.0.0.0 82.xxx.xxx.xxx 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 TACACS+ max-failed-attempts 3
aaa-server TACACS+ deadtime 10
aaa-server RADIUS protocol radius
aaa-server RADIUS max-failed-attempts 3
aaa-server RADIUS deadtime 10
aaa-server LOCAL protocol local
aaa authentication ssh console LOCAL
aaa authentication http console LOCAL
aaa authentication telnet console LOCAL
http server enable
http 192.168.1.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 trmset1 esp-aes-256 esp-sha-hmac
crypto dynamic-map map2 10 set transform-set trmset1
crypto map map1 10 ipsec-isakmp dynamic map2
crypto map map1 interface outside
isakmp enable outside
isakmp identity address
isakmp nat-traversal 20
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption aes-256
isakmp policy 10 hash sha
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup voipbox address-pool VPNPOOL
vpngroup voipbox split-tunnel 101
vpngroup voipbox idle-time 1800
vpngroup voipbox password ********
telnet 82.xxx.xxx.xxx 255.255.255.255 outside
telnet 192.168.1.10 255.255.255.255 inside
telnet timeout 60
ssh 82.xxx.xxx.xxx 255.255.255.255 outside
ssh 82.xxx.xxx.xxx 255.255.255.255 outside
ssh82.xxx.xxx.xxx 255.255.255.255 outside
ssh 82.xxx.xxx.xxx 255.255.255.255 outside
ssh 82.xxx.xxx.xxx 255.255.255.255 outside
ssh timeout 60
console timeout 0
dhcpd auto_config outside
username experts password xxxxxxx encrypted privilege 15
terminal width 80
Cryptochecksum:456f3351c94
b55c7f91bf
6e5fefcffb
f
: end
Start Free Trial