Link to home
Start Free TrialLog in
Avatar of robscraig
robscraig

asked on

Cisco Pix 501 PDM does not support multiple uses of a given access control list

I cant seem to determine what command is not allowing me access to the web interface
I am hoping someone can assist thanks


clock timezone cmt -7
clock summer-time cmt recurring
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 pptp 1723
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
no fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
access-list 101 permit ip 10.0.1.0 255.255.255.0 10.0.2.0 255.255.255.0
access-list 102 permit tcp any host  eq www
access-list 102 permit tcp any host  eq smtp
access-list 102 permit tcp any host eq imap4
access-list 102 permit tcp any host  eq 3389
access-list 102 permit tcp any host  eq pptp
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside dhcp setroute
ip address inside 10.0.1.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool vpnclients 10.1.1.1-10.1.1.2 mask 255.255.255.0
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  3389 10.0.1.240 3389 netmask 255.255.
255.255 0 0
static (inside,outside) tcp  smtp 10.0.1.254 smtp netmask 255.255.
255.255 0 0
static (inside,outside) tcp  www 10.0.1.254 www netmask 255.255.25
5.255 0 0
static (inside,outside) tcp  imap4 10.0.1.254 imap4 netmask 255.25
5.255.255 0 0
static (inside,outside) tcp  pptp 10.0.1.240 pptp netmask 255.255.
255.255 0 0
access-group 102 in interface outside
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
http server enable
http 10.0.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 Logonset esp-des esp-md5-hmac
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto dynamic-map outside_dyn_map 10 set transform-set ESP-3DES-MD5
crypto map Logonmap 1 ipsec-isakmp
crypto map Logonmap 1 match address 101
crypto map Logonmap 1 set peer 24.67.96.203
crypto map Logonmap 1 set transform-set Logonset
crypto map Logonmap interface outside
crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
crypto map outside_map client authentication LOCAL
isakmp enable outside
isakmp key ******** address 24.67.96.203 netmask 255.255.255.255
isakmp policy 1 authentication pre-share
isakmp policy 1 encryption des
isakmp policy 1 hash md5
isakmp policy 1 group 1
isakmp policy 1 lifetime 1000
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption 3des
isakmp policy 10 hash md5
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup lng address-pool vpnclients
vpngroup lng dns-server 10.0.1.254
vpngroup lng wins-server 10.0.1.254
vpngroup lng default-domain sepallo.local
vpngroup lng idle-time 1800
vpngroup lng password ********
telnet 10.0.1.0 255.255.255.0 inside
telnet timeout 5
ssh 24.67.96.232 255.255.255.255 outside
ssh 24.67.81.58 255.255.255.255 outside
ssh timeout 5
console timeout 0
vpdn group lng accept dialin pptp
vpdn group lng pptp echo 60
vpdn enable outside
dhcpd auto_config outside
Avatar of rochey2009
rochey2009

Hi,

Are you trying to access the web interface from the inside or the outside?
Avatar of robscraig

ASKER

from the inside I am remoted in from the outside using RDP
Avatar of Cyclops3590
example config to enable pdm

http server enable
http 10.2.2.0 255.255.255.0 inside
Is there a firewall on the PC your RDP'd onto which maybe preventing you from accessing the pix?
I can access the Pix just fine with the web interface when i go to the configuration tab with in the web interface i get the message stating that the PDM does not support multiple uses of a given access control list. (no firewall on)
And if you read the config file Cyclops you will see i have that config in there
ASKER CERTIFIED SOLUTION
Avatar of rochey2009
rochey2009

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you very much that did it. you the bomb
Your welcome.

Merry Christmas.