Hello All,
I am having problems configuring my ACL/Access list and was hoping I could get some assistance. Im trying to allow any network to access my network on specific ports and when ever I try it it does not work so I have to end up opening all ports, but only the ones with a static entry make it anywhere. Here is a copy of the file. Any assistance would be appreciated. Thanks.
.
Current configuration : 5755 bytes
!
version 12.3
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
service sequence-numbers
!
hostname company1801
!
boot-start-marker
boot-end-marker
!
security authentication failure rate 3 log
security passwords min-length 6
logging buffered 51200 debugging
logging console critical
enable secret 5 $1$MKPq$E/.yPRVeNm7guEh7Y.Ayz/
!
username administrator privilege 15 secret 5 $1$TmWE$608B0DB.vK9xJpPSZ54cb1
clock timezone PCTime -5
clock summer-time PCTime date Apr 6 2003 2:00 Oct 26 2003 2:00
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
no ip source-route
!
!
ip cef
ip dhcp excluded-address 10.10.10.1
!
ip dhcp pool sdm-pool1
import all
network 10.10.10.0 255.255.255.0
dns-server 198.235.216.130 198.235.216.131
default-router 10.10.10.1
!
!
ip tcp synwait-time 10
no ip bootp server
ip domain name microtargetmedia.com
ip name-server 198.235.216.130
ip name-server 198.235.216.131
ip name-server 24.153.110.161
ip ssh time-out 60
ip ssh authentication-retries 2
ip inspect name DEFAULT100 cuseeme
ip inspect name DEFAULT100 ftp
ip inspect name DEFAULT100 h323
ip inspect name DEFAULT100 icmp
ip inspect name DEFAULT100 netshow
ip inspect name DEFAULT100 rcmd
ip inspect name DEFAULT100 realaudio
ip inspect name DEFAULT100 rtsp
ip inspect name DEFAULT100 esmtp
ip inspect name DEFAULT100 sqlnet
ip inspect name DEFAULT100 streamworks
ip inspect name DEFAULT100 tftp
ip inspect name DEFAULT100 tcp
ip inspect name DEFAULT100 udp
ip inspect name DEFAULT100 vdolive
ip ips po max-events 100
no ftp-server write-enable
!
!
!
!
!
!
!
interface ATM0
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip route-cache flow
shutdown
no atm ilmi-keepalive
dsl operating-mode auto
!
interface BRI0
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip route-cache flow
shutdown
no cdp enable
!
interface FastEthernet0
description $ES_WAN$$FW_OUTSIDE$$ETH-WAN$
ip address xxx.xxx.xxx.xxx255.255.255.248
ip access-group 101 in
ip verify unicast reverse-path
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat outside
ip inspect DEFAULT100 out
ip virtual-reassembly
ip route-cache flow
duplex auto
speed auto
no cdp enable
!
interface FastEthernet1
no ip address
no cdp enable
!
interface FastEthernet2
no ip address
no cdp enable
!
interface FastEthernet3
no ip address
no cdp enable
!
interface FastEthernet4
no ip address
no cdp enable
!
interface FastEthernet5
no ip address
no cdp enable
!
interface FastEthernet6
no ip address
no cdp enable
!
interface FastEthernet7
no ip address
no cdp enable
!
interface FastEthernet8
no ip address
no cdp enable
!
interface Vlan1
description $ETH-SW-LAUNCH$$INTF-INFO-FE 1$$ES_LAN$$FW_INSIDE$
ip address 10.10.10.1 255.255.255.0
ip access-group 100 in
ip access-group sdm_vlan1_out out
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
ip virtual-reassembly
ip route-cache flow
ip tcp adjust-mss 1452
!
ip classless
ip route 0.0.0.0 0.0.0.0 216.191.35.49
!
!
ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 600 life 86400 requests 10000
ip nat inside source list 1 interface FastEthernet0 overload
ip nat inside source static tcp 10.10.10.10 25 interface FastEthernet0 25
ip nat inside source static tcp 10.10.10.10 80 xxx.xxx.xxx.xxx80 extendable
ip nat inside source static tcp 10.10.10.10 110 xxx.xxx.xxx.xxx110 extendable
ip nat inside source static tcp 10.10.10.10 443 xxx.xxx.xxx.xxx443 extendable
ip nat inside source static tcp 10.10.10.10 3389 xxx.xxx.xxx.xxx3389 extendable
!
ip access-list extended sdm_vlan1_out
remark SDM_ACL Category=1
permit tcp any any
!
logging trap debugging
access-list 1 remark INSIDE_IF=Vlan1
access-list 1 remark SDM_ACL Category=2
access-list 1 permit 10.10.10.0 0.0.0.255
access-list 100 remark auto generated by Cisco SDM Express firewall configuration
access-list 100 remark SDM_ACL Category=1
access-list 100 deny ip host 255.255.255.255 any
access-list 100 deny ip 127.0.0.0 0.255.255.255 any
access-list 100 remark allow ping
access-list 100 permit icmp any any
access-list 100 permit ip any any
access-list 101 remark auto generated by Cisco SDM Express firewall configuration
access-list 101 remark SDM_ACL Category=1
access-list 101 remark allow pop
access-list 101 permit tcp any host xxx.xxx.xxx.xxx
access-list 101 permit udp host 198.235.216.131 eq domain host 216.191.35.50
access-list 101 permit udp host 198.235.216.130 eq domain host 216.191.35.50
access-list 101 permit icmp any host 216.191.35.50
access-list 101 permit icmp any host xxx.xxx.xxx.xxx time-exceeded
access-list 101 permit icmp any host xxx.xxx.xxx.xxx unreachable
access-list 101 deny ip 10.10.10.0 0.0.0.255 any
access-list 101 deny ip 10.0.0.0 0.255.255.255 any
access-list 101 deny ip 172.16.0.0 0.15.255.255 any
access-list 101 deny ip 192.168.0.0 0.0.255.255 any
access-list 101 deny ip 127.0.0.0 0.255.255.255 any
access-list 101 deny ip host 255.255.255.255 any
access-list 101 deny ip host 0.0.0.0 any
access-list 101 deny ip any any
no cdp run
!
!
!
!
control-plane
!
banner login ^CAuthorized access only!
Disconnect IMMEDIATELY if you are not an authorized user!^C
!
line con 0
login local
transport output telnet
line aux 0
login local
transport output telnet
line vty 0 4
privilege level 15
login local
transport input telnet ssh
line vty 5 15
privilege level 15
login local
transport input telnet ssh
!
scheduler allocate 4000 1000
scheduler interval 500
end
I am having problems configuring my ACL/Access list and was hoping I could get some assistance. Im trying to allow any network to access my network on specific ports and when ever I try it it does not work so I have to end up opening all ports, but only the ones with a static entry make it anywhere. Here is a copy of the file. Any assistance would be appreciated. Thanks.
.
Current configuration : 5755 bytes
!
version 12.3
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
service sequence-numbers
!
hostname company1801
!
boot-start-marker
boot-end-marker
!
security authentication failure rate 3 log
security passwords min-length 6
logging buffered 51200 debugging
logging console critical
enable secret 5 $1$MKPq$E/.yPRVeNm7guEh7Y.Ayz/
!
username administrator privilege 15 secret 5 $1$TmWE$608B0DB.vK9xJpPSZ54cb1
clock timezone PCTime -5
clock summer-time PCTime date Apr 6 2003 2:00 Oct 26 2003 2:00
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
no ip source-route
!
!
ip cef
ip dhcp excluded-address 10.10.10.1
!
ip dhcp pool sdm-pool1
import all
network 10.10.10.0 255.255.255.0
dns-server 198.235.216.130 198.235.216.131
default-router 10.10.10.1
!
!
ip tcp synwait-time 10
no ip bootp server
ip domain name microtargetmedia.com
ip name-server 198.235.216.130
ip name-server 198.235.216.131
ip name-server 24.153.110.161
ip ssh time-out 60
ip ssh authentication-retries 2
ip inspect name DEFAULT100 cuseeme
ip inspect name DEFAULT100 ftp
ip inspect name DEFAULT100 h323
ip inspect name DEFAULT100 icmp
ip inspect name DEFAULT100 netshow
ip inspect name DEFAULT100 rcmd
ip inspect name DEFAULT100 realaudio
ip inspect name DEFAULT100 rtsp
ip inspect name DEFAULT100 esmtp
ip inspect name DEFAULT100 sqlnet
ip inspect name DEFAULT100 streamworks
ip inspect name DEFAULT100 tftp
ip inspect name DEFAULT100 tcp
ip inspect name DEFAULT100 udp
ip inspect name DEFAULT100 vdolive
ip ips po max-events 100
no ftp-server write-enable
!
!
!
!
!
!
!
interface ATM0
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip route-cache flow
shutdown
no atm ilmi-keepalive
dsl operating-mode auto
!
interface BRI0
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip route-cache flow
shutdown
no cdp enable
!
interface FastEthernet0
description $ES_WAN$$FW_OUTSIDE$$ETH-WAN$
ip address xxx.xxx.xxx.xxx255.255.255.248
ip access-group 101 in
ip verify unicast reverse-path
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat outside
ip inspect DEFAULT100 out
ip virtual-reassembly
ip route-cache flow
duplex auto
speed auto
no cdp enable
!
interface FastEthernet1
no ip address
no cdp enable
!
interface FastEthernet2
no ip address
no cdp enable
!
interface FastEthernet3
no ip address
no cdp enable
!
interface FastEthernet4
no ip address
no cdp enable
!
interface FastEthernet5
no ip address
no cdp enable
!
interface FastEthernet6
no ip address
no cdp enable
!
interface FastEthernet7
no ip address
no cdp enable
!
interface FastEthernet8
no ip address
no cdp enable
!
interface Vlan1
description $ETH-SW-LAUNCH$$INTF-INFO-FE 1$$ES_LAN$$FW_INSIDE$
ip address 10.10.10.1 255.255.255.0
ip access-group 100 in
ip access-group sdm_vlan1_out out
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
ip virtual-reassembly
ip route-cache flow
ip tcp adjust-mss 1452
!
ip classless
ip route 0.0.0.0 0.0.0.0 216.191.35.49
!
!
ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 600 life 86400 requests 10000
ip nat inside source list 1 interface FastEthernet0 overload
ip nat inside source static tcp 10.10.10.10 25 interface FastEthernet0 25
ip nat inside source static tcp 10.10.10.10 80 xxx.xxx.xxx.xxx80 extendable
ip nat inside source static tcp 10.10.10.10 110 xxx.xxx.xxx.xxx110 extendable
ip nat inside source static tcp 10.10.10.10 443 xxx.xxx.xxx.xxx443 extendable
ip nat inside source static tcp 10.10.10.10 3389 xxx.xxx.xxx.xxx3389 extendable
!
ip access-list extended sdm_vlan1_out
remark SDM_ACL Category=1
permit tcp any any
!
logging trap debugging
access-list 1 remark INSIDE_IF=Vlan1
access-list 1 remark SDM_ACL Category=2
access-list 1 permit 10.10.10.0 0.0.0.255
access-list 100 remark auto generated by Cisco SDM Express firewall configuration
access-list 100 remark SDM_ACL Category=1
access-list 100 deny ip host 255.255.255.255 any
access-list 100 deny ip 127.0.0.0 0.255.255.255 any
access-list 100 remark allow ping
access-list 100 permit icmp any any
access-list 100 permit ip any any
access-list 101 remark auto generated by Cisco SDM Express firewall configuration
access-list 101 remark SDM_ACL Category=1
access-list 101 remark allow pop
access-list 101 permit tcp any host xxx.xxx.xxx.xxx
access-list 101 permit udp host 198.235.216.131 eq domain host 216.191.35.50
access-list 101 permit udp host 198.235.216.130 eq domain host 216.191.35.50
access-list 101 permit icmp any host 216.191.35.50
access-list 101 permit icmp any host xxx.xxx.xxx.xxx time-exceeded
access-list 101 permit icmp any host xxx.xxx.xxx.xxx unreachable
access-list 101 deny ip 10.10.10.0 0.0.0.255 any
access-list 101 deny ip 10.0.0.0 0.255.255.255 any
access-list 101 deny ip 172.16.0.0 0.15.255.255 any
access-list 101 deny ip 192.168.0.0 0.0.255.255 any
access-list 101 deny ip 127.0.0.0 0.255.255.255 any
access-list 101 deny ip host 255.255.255.255 any
access-list 101 deny ip host 0.0.0.0 any
access-list 101 deny ip any any
no cdp run
!
!
!
!
control-plane
!
banner login ^CAuthorized access only!
Disconnect IMMEDIATELY if you are not an authorized user!^C
!
line con 0
login local
transport output telnet
line aux 0
login local
transport output telnet
line vty 0 4
privilege level 15
login local
transport input telnet ssh
line vty 5 15
privilege level 15
login local
transport input telnet ssh
!
scheduler allocate 4000 1000
scheduler interval 500
end