can you tell me what the actual commands are for the CLI?
Main Topics
Browse All TopicsI am completely frustrated with this setup. I've configured an ASA5510 (I've attached the running config below) to take the place of a Netscreen 25 that's currently in place. They are running consecutively now. When I unplug the Netscreen and change the outside and inside interface of the ASA to have the IP addresses that the Netscreen has, I lose all connectivity to the internet. I've tried flushing the DNS, powering the Cisco 1700 and Motorola off and powering everything back on. I'm also attaching the log of events that takes place after the switch is done. The log is from the ASA. Just to be clear, when the ASA is plugged in, I lose all connection to the internet and no computers on the LAN / WAN can communicate with the mail server. Help!
Result of the command: "show running-config"
: Saved
:
ASA Version 7.2(1)
!
hostname MB01ASA01
domain-name corp.xxxxxxxxxxxx.com
enable password q1HsFgy84ctrO8xK encrypted
names
name 172.18.24.0 02_LAN
name 172.18.31.0 11_LAN
name 172.18.29.0 08_LAN
name 172.18.65.0 04_LAN
name 172.18.25.003_LAN
name 172.18.32.0 12_LAN
name 172.18.26.0 06_LAN
name 10.10.1.48 CHECK_2
name 172.18.100.0 CHECK_1
name 172.18.27.0 05_LAN
name 172.18.23.0 01_LAN
name 172.18.28.0 07_LAN
name 172.18.23.222 MAIL description Exchange 2003 Server
name 172.18.33.0 13_LAN
dns-guard
!
interface Ethernet0/0
nameif Outside
security-level 0
ip address 74.231.xxx.70 255.255.255.224
ospf cost 10
!
interface Ethernet0/1
nameif Inside
security-level 0
ip address 172.18.23.241 255.255.255.0
ospf cost 10
!
interface Ethernet0/2
shutdown
nameif Inside2
security-level 0
no ip address
ospf cost 10
!
interface Management0/0
nameif management
security-level 100
ip address 192.168.1.1 255.255.255.0
ospf cost 10
management-only
!
passwd 2KFQnbNIdI.2KYOU encrypted
boot system disk0:/asa721-k8.bin
ftp mode passive
clock timezone EST -5
clock summer-time EDT recurring
dns server-group DefaultDNS
domain-name corp.xxxxxxxxxxxx.com
same-security-traffic permit inter-interface
same-security-traffic permit intra-interface
object-group service BB tcp
port-object range 2360 2363
object-group service 53 tcp
port-object range 1996 1996
object-group service TerminalServices tcp
port-object range 3388 3389
object-group network MB_WAN
network-object 01_LAN 255.255.255.0
network-object 02_LAN 255.255.255.0
network-object 03_LAN 255.255.255.0
network-object 06_LAN 255.255.255.0
network-object 05_LAN 255.255.255.0
network-object 07_LAN 255.255.255.0
network-object 08_LAN 255.255.255.0
network-object 11_LAN 255.255.255.0
network-object 12_LAN 255.255.255.0
network-object 04_LAN 255.255.255.0
network-object 13_LAN 255.255.255.0
network-object host MAIL
object-group network CHECK_LAN
network-object CHECK_1 255.255.255.0
network-object CHECK_2 255.255.255.240
object-group network FDLN
description FDLN - 4 Addresses
network-object host 12.129.xxx.103
network-object host 206.16.xxx.211
network-object host 63.240.xxx.101
network-object host 63.241.xxx.213
access-list Outside_access_out extended permit tcp object-group MB_WAN object-group BB any object-group BB
access-list Outside_access_out extended permit tcp object-group MB_WAN eq www any eq www
access-list Outside_access_out extended permit tcp object-group MB_WAN eq https any eq https
access-list Outside_access_out extended permit ip object-group MB_WAN any
access-list Outside_access_out extended permit tcp object-group MB_WAN object-group FDLN
access-list Outside_access_out extended permit tcp object-group MB_WAN eq smtp any eq smtp
access-list Outside_access_out extended permit tcp object-group MB_WAN object-group TerminalServices any object-group TerminalServices
access-list Outside_access_out extended permit icmp object-group MB_WAN any traceroute
access-list Outside_access_out extended permit udp object-group MB_WAN eq syslog any eq syslog
access-list Outside_access_out extended permit udp object-group MB_WAN eq tftp any eq tftp
access-list Outside_access_out extended permit udp object-group MB_WAN eq dnsix any eq dnsix
access-list Outside_access_out extended permit tcp object-group MB_WAN eq telnet any eq telnet
access-list Outside_access_out extended permit tcp object-group MB_WAN eq ssh any eq ssh
access-list Outside_access_out extended permit tcp object-group MB_WAN object-group 53 any object-group 53
access-list Outside_access_out extended permit tcp object-group MB_WAN eq ftp any eq ftp
access-list Outside_access_in extended permit tcp any eq smtp host MAIL eq smtp log
access-list Outside_access_in extended permit tcp any eq www host MAIL eq www log
access-list Outside_access_in extended permit tcp any object-group TerminalServices host MAIL object-group TerminalServices log
access-list Outside_access_in extended permit udp any eq www host MAIL eq www log
access-list Outside_access_in extended permit tcp object-group FDLN object-group MB_WAN log
access-list Outside_access_in extended permit tcp any object-group BB object-group MB_WAN object-group BB log
access-list Outside_access_in extended permit tcp any eq https host MAIL eq https log
access-list Outside_access_in extended permit udp any eq www host 74.231.xxx.77 eq www log
access-list Outside_access_in extended permit tcp any host 74.231.xxx.77 eq smtp log
access-list Outside_access_in extended permit tcp any object-group TerminalServices host 74.231.xxx.77 object-group TerminalServices log
access-list Outside_access_in extended permit tcp any host 74.231.xxx.77 eq https log
access-list Outside_access_in extended permit tcp any host 74.231.xxx.77 eq www log
access-list ACL_IN extended permit ip any any
pager lines 24
logging enable
logging asdm informational
mtu Outside 1500
mtu Inside 1500
mtu Inside2 1500
mtu management 1500
icmp deny any Outside
asdm image disk0:/asdm521.bin
no asdm history enable
arp timeout 14400
nat-control
nat (management) 0 0.0.0.0 0.0.0.0
static (Outside,Inside) MAIL 74.231.xxx.77 netmask 255.255.255.255 dns
access-group Outside_access_in in interface Outside
access-group Outside_access_out out interface Outside
route Outside 0.0.0.0 0.0.0.0 74.231.xxx.65 1
route Inside 02_LAN 255.255.255.0 172.18.23.240 1
route Inside 03_LAN 255.255.255.0 172.18.23.240 1
route Inside 06_LAN 255.255.255.0 172.18.23.240 1
route Inside 05_LAN 255.255.255.0 172.18.23.240 1
route Inside 07_LAN 255.255.255.0 172.18.23.240 1
route Inside 08_LAN 255.255.255.0 172.18.23.240 1
route Inside 11_LAN 255.255.255.0 172.18.23.240 1
route Inside 12_LAN 255.255.255.0 172.18.23.240 1
route Inside 04_LAN 255.255.255.0 172.18.23.240 1
route Inside CHECK_1 255.255.255.0 172.18.23.240 1
route Inside CHECK_2 255.255.255.240 172.18.23.240 1
route Inside13_LAN 255.255.255.0 172.18.23.240 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout uauth 0:05:00 absolute
http server enable
http 192.168.1.0 255.255.255.0 management
http 01_LAN 255.255.255.0 Inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd address 192.168.1.2-192.168.1.254 management
dhcpd enable management
!
!
!
prompt hostname context
Cryptochecksum:0c2ef9e0e60
: end
Here's PART of the log...it was lengthy so I'm just posting a few lines...
4|Nov 25 2006|17:36:26|106023|66.17
6|Nov 25 2006|17:36:25|302020|172.1
4|Nov 25 2006|17:36:25|106023|66.17
6|Nov 25 2006|17:36:25|106015|172.1
6|Nov 25 2006|17:36:25|106015|172.1
6|Nov 25 2006|17:36:24|302015|172.1
6|Nov 25 2006|17:36:23|302021|172.1
4|Nov 25 2006|17:36:23|106023|66.17
4|Nov 25 2006|17:36:22|106023|66.17
6|Nov 25 2006|17:36:22|302016|172.1
6|Nov 25 2006|17:36:21|302020|172.1
6|Nov 25 2006|17:36:20|302021|172.1
6|Nov 25 2006|17:36:20|302021|172.1
6|Nov 25 2006|17:36:19|302021|172.1
6|Nov 25 2006|17:36:19|106015|172.1
6|Nov 25 2006|17:36:18|106015|172.1
6|Nov 25 2006|17:36:18|302020|172.1
6|Nov 25 2006|17:36:18|302020|172.1
6|Nov 25 2006|17:36:18|302021|172.1
Circuit--Cisco1700--Switch
| | | | | |
NS Untrust Outside ASA Inside ASA Exchange NS Trust Web Filter Machine
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I'm sorry, I meant to specify that you ping FROM the ASA to a public IP address...have you tried that? We need to see if outside connectivity is there or not purely from the perspective of the ASA...from the command line interface of the ASA, perform a ping to a public IP address and see if you get a reply.
I seem to have it up and running, sort of. Somethings still aren't working correct though. Mail doesn't seem to be working from the outside. Please help. Here's a copy of a few lines from the log....
6|Nov 29 2006|09:37:02|302021|172.1
6|Nov 29 2006|09:37:01|302014|172.1
4|Nov 29 2006|09:37:01|106023|209.2
6|Nov 29 2006|09:37:01|305012|172.1
6|Nov 29 2006|09:37:01|302016|172.1
6|Nov 29 2006|09:37:01|106015|172.1
6|Nov 29 2006|09:37:01|302014|172.1
4|Nov 29 2006|09:37:01|106023|209.2
4|Nov 29 2006|09:37:01|106023|209.2
6|Nov 29 2006|09:37:01|106015|172.1
6|Nov 29 2006|09:37:01|302014|172.1
6|Nov 29 2006|09:37:01|302013|172.1
6|Nov 29 2006|09:37:01|305011|172.1
6|Nov 29 2006|09:37:01|106015|172.1
6|Nov 29 2006|09:37:01|106015|172.1
HELP!
Yes, you helped me before. You were able to get my internal users access (remember everyone was having network issues?) so I tested and thought I was ready for conversion. Turns out I'm not. When plugged in, the ASA doesn't allow any outside access in and mail isn't being delivered. I'll post the running config momentarily.
Result of the command: "show running-config"
: Saved
:
ASA Version 7.2(1)
!
hostname MB01ASA01
domain-name corp.xxxxxxxxxxxxx.com
enable password q1HsFgy84ctrO8xK encrypted
names
name 172.18.24.0 02_LAN
name 172.18.31.0 11_LAN
name 172.18.29.0 09_LAN
name 172.18.65.0 04_LAN
name 172.18.25.0 ISL_LAN
name 172.18.32.0 CH_LAN
name 172.18.26.0 DK_LAN
name 10.10.1.48 CHECK_2
name 172.18.100.0 CHECK_1
name 172.18.27.0 MID_LAN
name 172.18.23.0 MAIN_LAN
name 172.18.28.0 KW_LAN
name 172.18.23.222 MAIL description Exchange 2003 Server
name 172.18.33.0 PG_LAN
dns-guard
!
interface Ethernet0/0
nameif Outside
security-level 0
ip address 74.231.xxx.70 255.255.255.224
ospf cost 10
!
interface Ethernet0/1
nameif Inside
security-level 0
ip address 172.18.23.241 255.255.255.0
ospf cost 10
!
interface Ethernet0/2
shutdown
nameif Inside2
security-level 0
no ip address
ospf cost 10
!
interface Management0/0
nameif management
security-level 100
ip address 192.168.1.1 255.255.255.0
ospf cost 10
management-only
!
passwd 2KFQnbNIdI.2KYOU encrypted
boot system disk0:/asa721-k8.bin
ftp mode passive
clock timezone EST -5
clock summer-time EDT recurring
dns server-group DefaultDNS
domain-name corp.xxxxxxxxxxxxx.com
same-security-traffic permit inter-interface
same-security-traffic permit intra-interface
object-group service BB tcp
port-object range 2360 2363
object-group service 53 tcp
port-object range 1996 1996
object-group service TerminalServices tcp
port-object range 3388 3389
object-group network MB_WAN
network-object MAIN_LAN 255.255.255.0
network-object 02_LAN 255.255.255.0
network-object ISL_LAN 255.255.255.0
network-object DK_LAN 255.255.255.0
network-object MID_LAN 255.255.255.0
network-object KW_LAN 255.255.255.0
network-object 09_LAN 255.255.255.0
network-object 11_LAN 255.255.255.0
network-object CH_LAN 255.255.255.0
network-object 04_LAN 255.255.255.0
network-object PG_LAN 255.255.255.0
network-object host MAIL
object-group network CHECK_LAN
network-object CHECK_1 255.255.255.0
network-object CHECK_2 255.255.255.240
object-group network FDPN
description FDVPN - 4 Addresses
network-object host 12.129.xxx.103
network-object host 206.16.xxx.211
network-object host 63.240.xxx.101
network-object host 63.241.xxx.213
access-list Outside_access_out extended permit tcp object-group MB_WAN object-group BB any object-group BB
access-list Outside_access_out extended permit tcp object-group MB_WAN eq www any eq www
access-list Outside_access_out extended permit tcp object-group MB_WAN eq https any eq https
access-list Outside_access_out extended permit ip object-group MB_WAN any
access-list Outside_access_out extended permit tcp object-group MB_WAN object-group FEDVPN
access-list Outside_access_out remark Implicit rule
access-list Outside_access_out extended permit ip any any
access-list Outside_access_out extended permit tcp object-group MB_WAN eq smtp any eq smtp
access-list Outside_access_out extended permit tcp object-group MB_WAN object-group TerminalServices any object-group TerminalServices
access-list Outside_access_out extended permit icmp object-group MB_WAN any traceroute
access-list Outside_access_out extended permit udp object-group MB_WAN eq syslog any eq syslog
access-list Outside_access_out extended permit udp object-group MB_WAN eq tftp any eq tftp
access-list Outside_access_out extended permit tcp object-group MB_WAN object-group ERAS_LAN
access-list Outside_access_out extended permit udp object-group MB_WAN eq dnsix any eq dnsix
access-list Outside_access_out extended permit tcp object-group MB_WAN eq telnet any eq telnet
access-list Outside_access_out extended permit tcp object-group MB_WAN eq ssh any eq ssh
access-list Outside_access_out extended permit tcp object-group MB_WAN object-group 53 any object-group 53
access-list Outside_access_out extended permit tcp object-group MB_WAN eq ftp any eq ftp
access-list Outside_access_in extended permit tcp any eq smtp host MAILeq smtp log
access-list Outside_access_in extended permit tcp any eq www host MAILeq www log
access-list Outside_access_in extended permit tcp any object-group TerminalServices host MAILobject-group TerminalServices log
access-list Outside_access_in extended permit icmp any host 74.231.xxx.70 log
access-list Outside_access_in extended permit udp any eq www host 74.231.xxx.70 eq www log
access-list Outside_access_in extended permit tcp any object-group TerminalServices host 74.231.xxx.70 object-group TerminalServices log
access-list Outside_access_in extended permit tcp any host 74.231.xxx.70 eq smtp log
access-list Outside_access_in extended permit tcp object-group FDVPN object-group MB_WAN log
access-list Outside_access_in extended permit tcp any host 74.231.xxx.70 eq https log
access-list Outside_access_in extended permit tcp any object-group BB object-group MB_WAN object-group BB log
access-list Outside_access_in extended permit tcp any eq https host MAILeq https log
access-list Outside_access_in extended permit udp any eq www host 74.231.xxx.66 eq www log
access-list Outside_access_in extended permit tcp any host 74.231.xxx.66 eq smtp log
access-list Outside_access_in extended permit tcp any object-group TerminalServices host 74.231.xxx.66 object-group TerminalServices log
access-list Outside_access_in extended permit udp any eq www host MAILeq www log
access-list Outside_access_in extended permit tcp any host 74.231.xxx.66 eq https log
access-list Outside_access_in extended permit tcp any host 74.231.xxx.70 eq www log
access-list Outside_access_in extended permit tcp any host 74.231.xxx.66 eq www log
access-list ACL_IN extended permit ip any any
access-list Inside_access_in remark Implicit rule
access-list Inside_access_in extended permit udp any any
access-list Inside_access_in remark Implicit rule
access-list Inside_access_in extended permit tcp any any
access-list Inside_access_in remark Implicit rule
access-list Inside_access_in extended permit ip any any
access-list Inside2_access_in remark Implicit rule
access-list Inside2_access_in extended permit ip any any
pager lines 24
logging enable
logging asdm warnings
mtu Outside 1500
mtu Inside 1500
mtu Inside2 1500
mtu management 1500
icmp deny any Outside
asdm image disk0:/asdm521.bin
no asdm history enable
arp timeout 14400
nat-control
global (Outside) 1 interface
nat (Inside) 1 0.0.0.0 0.0.0.0
nat (management) 0 0.0.0.0 0.0.0.0
static (Outside,Inside) MAIL74.231.xxx.66 netmask 255.255.255.255 dns
access-group Outside_access_in in interface Outside
access-group Outside_access_out out interface Outside
access-group Inside_access_in in interface Inside
access-group Inside2_access_in in interface Inside2
route Outside 0.0.0.0 0.0.0.0 74.231.xxx.65 1
route Inside 02_LAN 255.255.255.0 172.18.23.240 1
route Inside ISL_LAN 255.255.255.0 172.18.23.240 1
route Inside DK_LAN 255.255.255.0 172.18.23.240 1
route Inside MID_LAN 255.255.255.0 172.18.23.240 1
route Inside KW_LAN 255.255.255.0 172.18.23.240 1
route Inside 09_LAN 255.255.255.0 172.18.23.240 1
route Inside 11_LAN 255.255.255.0 172.18.23.240 1
route Inside CH_LAN 255.255.255.0 172.18.23.240 1
route Inside 04_LAN 255.255.255.0 172.18.23.240 1
route Inside CHECK_1 255.255.255.0 172.18.23.240 1
route Inside CHECK_2 255.255.255.240 172.18.23.240 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout uauth 0:05:00 absolute
http server enable
http MAIN_LAN 255.255.255.0 Inside
http 192.168.1.0 255.255.255.0 management
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd address 192.168.1.2-192.168.1.254 management
dhcpd enable management
!
!
!
prompt hostname context
Cryptochecksum:69c2e9d93c2
: end
static (Outside,Inside) MAIL74.231.xxx.66 netmask 255.255.255.255 dns <-- Assuming this is the external IP of the mail server
.66 and .70 is the ASA outside interface.
Here is another problem
access-list Outside_access_in extended permit tcp any eq smtp host MAIL eq smtp log
access-list Outside_access_in extended permit tcp any eq www host MAIL eq www log
These are addressed to the name MAIL which is an internal address as well as having source and destination as 25 ( not likely to ever happen) , same iwth the next.
your acl would have to be like this
access-list Outside_access_in permit tcp any host 74.231.xxx.66 eq smtp log
access-list Outside_access_in extended permit tcp any host 74.231.xxx.66 eq www log
Then your translate will take care of re-routing it to internally.
I am not sure on the ASA if you can apply acls in 2 directions.. If the above doesnt fix your issue
try removing this one
"access-group Outside_access_out out interface Outside" and see what happens.
Yes sorry it is , i missed that..
However ..
Lets simplify
I think the dual acls inbound and outbound might be causing issue
remove both access-groups on the outside interface
create new access-list
access-list Outside_access permit tcp any host 74.231.xxx.66 eq smtp log
access-list Outside_access extended permit tcp any host 74.231.xxx.66 eq www log
access-group outside_access in interface outside
Then try to send email or telnet to port 25 of the external ip address associated with email server from externally
post log entries from during this time
I think I did the static routing portion you mentioned correctly, however how do I do the rest?
Yes sorry it is , i missed that..
However ..
Lets simplify
I think the dual acls inbound and outbound might be causing issue
remove both access-groups on the outside interface
create new access-list
access-list Outside_access permit tcp any host 74.231.xxx.66 eq smtp log
access-list Outside_access extended permit tcp any host 74.231.xxx.66 eq www log
access-group outside_access in interface outside
Then try to send email or telnet to port 25 of the external ip address associated with email server from externally
post log entries from during this time
You are doing this through the SDM ..
Let me take a look and see here looking at SDM.
In SDM it should show as as
Source Network Inside
internal ip address
Translate on Outside
Translate to
Static 74.231.xxx.66
If you remove the outgoing outside one the ASA model kicks in ( traffic from High to Low is allowed by default)
Then apply the inbound acls one at a time making sure they work
access-list Outside_access permit tcp any host 74.231.xxx.66 eq smtp log
access-list Outside_access extended permit tcp any host 74.231.xxx.66 eq www log
access-group outside_access in interface outside
This will apply an inbound acl on the outside which allows smtp and web to go to your mail server.
Then if this works add your other inbound acls.
Most likely your outbound acls are not required unless you are specifically only trying to allow those protocols and block anything else but for purposes of troubleshooting only have your inbounds in place. Traffic will still flow outbound without any issue.
Sorry if I'm making this more difficult than it needs to be. Just to be sure.
I'm deleting the outgoing outside.
Then, on the outside access in, I'm deleting (unapplying) all the rules and just applying the two above to see how things work. Then adding the other rules back one by one to see where it causes problems?
Are you using the SDM application or the Java interface ?
That was via the SDM application downloaded from the ASA . We have a ASA 5510 deployed in Brazil so i had connected to it to look
Yes the ASA security model works same as a pix
High to low traffic is allowed automatically without any rules in place.
only requirements are
global (Outside) 1 interface
nat (Inside) 1 0.0.0.0 0.0.0.0
and you have those in place.
1. When I disable all Outside access Out, I can't get to the internet at all.
2. I'm getting this in the log....3 Dec 06 2006 16:54:20 305006 172.18.25.24 portmap translation creation failed for tcp src Inside:MAIL/1337 dst Inside:172.18.25.24/2739
3. And this...4 Dec 06 2006 16:55:16 106023 12.129.203.103 74.231.xxx.70 Deny icmp src Outside:12.129.203.103 dst Inside:74.231.xxx.70 (type 0, code 0) by access-group "Outside_access_in" [0x0, 0x0]
Still no mail in that I can see....
log message # 3 is notthing bad..
I don't understand why you couldnt get out because default is to allow high to low ..
Doh i see the problem here.. your security levels are screwed
!
interface Ethernet0/0
nameif Outside
security-level 0
ip address 74.231.xxx.70 255.255.255.224
ospf cost 10
!
interface Ethernet0/1
nameif Inside
security-level 0
ip address 172.18.23.241 255.255.255.0
ospf cost 10
set the inside security level to 99 and life will get alot better
Ok, I finally made the changes to the security level. I did have to re-enable the outside/outgoing rules in order to be able to get on the internet. I still don't get that.
I still can't get mail from outside AND from outside, can't get to webmail.
:-(
I have lots of these....
3 Dec 12 2006 15:45:32 710003 172.18.23.77 192.168.1.1 TCP access denied by ACL from 172.18.23.77/1210 to Inside:192.168.1.1/80
I don't have any idea what the 192.168.1.1 is though.
4 Dec 12 2006 15:46:20 106023 204.90.1.63 74.231.xxx.70 Deny tcp src Outside:204.90.1.63/443 dst Inside:74.231.xxx.70/1255 by access-group "Outside_access_in" [0x0, 0x0]
4 Dec 12 2006 15:46:11 106023 143.166.83.168 74.231.xxx.70 Deny tcp src Outside:143.166.83.168/80 dst Inside:74.231.xxx.70/1290 by access-group "Outside_access_in" [0x0, 0x0]
Try this
its a working configuration adjusted slightly to your configuration.
Backup your configuration and wipe it and try to apply this if you can
hostname MB01ASA01
domain-name corp.xxxx.com
enable password q1HsFgy84ctrO8xK encrypted
names
name 192.168.102.11 ERP
dns-guard
!
interface Ethernet0/0
nameif outside
security-level 0
ip address 74.231.xxx.70 255.255.255.224
!
interface Ethernet0/1
nameif inside
security-level 99
ip address 172.18.23.241 255.255.255.0
!
interface Ethernet0/2
no nameif
no security-level
no ip address
!
interface Management0/0
shutdown
nameif management
security-level 100
ip address 10.50.45.1 255.255.255.0
management-only
!
passwd 2KFQnbNIdI.2KYOU encrypted
ftp mode passive
clock timezone BRST -3
same-security-traffic permit inter-interface
same-security-traffic permit intra-interface
pager lines 24
logging enable
logging list VPN-Events level debugging class vpn
logging buffered debugging
logging asdm VPN-Events
mtu outside 1500
mtu inside 1500
mtu management 1500
icmp deny any outside
icmp permit any inside
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list nonat
nat (inside) 1 0.0.0.0 0.0.0.0 dns
static (inside,outside) 74.231.xxx.66 172.18.23.222 netmask 255.255.255.255 dns
access-list outside_in permit tcp any host 74.231.xxx.66 eq smtp log
access-list outside_in permit tcp any host 74.231.xxx.66 eq https log
access-group outside_in in interface outside
route Outside 0.0.0.0 0.0.0.0 74.231.xxx.65 1
route inside 172.18.0.0 255.255.0.0 172.18.23.240 1
route inside 10.10.1.48 255.255.255.240 172.18.23.240 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00
timeout mgcp-pat 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
http server enable
http 0.0.0.0 0.0.0.0 inside
no snmp-server location
no snmp-server contact
telnet 0.0.0.0 0.0.0.0 inside
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 outside
ssh 0.0.0.0 0.0.0.0 inside
ssh timeout 20
ssh version 2
console timeout 0
management-access inside
dhcpd lease 3600
dhcpd ping_timeout 50
This is what's in the logs now...
4 Dec 13 2006 16:51:07 106023 12.129.203.103 74.231.xxx.70 Deny icmp src Outside:12.129.203.103 dst Inside:74.231.xxx.70 (type 0, code 0) by access-group "outside_in" [0x0, 0x0]
4 Dec 13 2006 16:51:59 106023 170.146.230.94 74.231.xxx.70 Deny tcp src Outside:170.146.230.94/443
4 Dec 13 2006 16:52:07 106023 12.129.203.103 74.231.xxx.70 Deny icmp src Outside:12.129.203.103 dst Inside:74.231.xxx.70 (type 0, code 0) by access-group "outside_in" [0x0, 0x0]
that looks normal
Icmp is being denied by the deny icmp outside line
.70 is the external ip of the ASA which currently doesnt have a way inside
Where should that 443 be landing ? Because its facing the ASA external interface
access-list outside_in permit tcp any interface eq 443
static(inside,outside) tcp interface 443 insideip 443 netmask 255.255.255.255 dns
no
I'm actually using my machine at home (different external address and definitely external) to access the webmail...
https://webmail.xxx.com
Internal webmail works....
https://172.18.23.222/exch
Result of the command: "show running-config"
: Saved
:
ASA Version 7.2(1)
!
hostname MB01ASA01
domain-name corp.xxx.com
enable password q1HsFgy84ctrO8xK encrypted
names
name 172.18.24.0 02_LAN
name 172.18.31.0 11_LAN
name 172.18.29.0 09_LAN
name 172.18.65.0 04_LAN
name 172.18.25.0 03_LAN
name 172.18.32.0 12_LAN
name 172.18.26.0 06_LAN
name 10.10.1.48 CHECK_2
name 172.18.100.0 CHECK_1
name 172.18.27.0 05_LAN
name 172.18.23.0 01_LAN
name 172.18.28.0 07_LAN
name 172.18.23.222 MAIL
name 172.18.33.0 13_LAN
name 192.168.102.11 ERP
dns-guard
!
interface Ethernet0/0
nameif Outside
security-level 0
ip address 74.231.xxx.70 255.255.255.224
ospf cost 10
!
interface Ethernet0/1
nameif Inside
security-level 99
ip address 172.18.23.241 255.255.255.0
ospf cost 10
!
interface Ethernet0/2
shutdown
no nameif
no security-level
no ip address
!
interface Management0/0
shutdown
nameif management
security-level 100
ip address 192.168.2.2 255.255.255.0
ospf cost 10
management-only
!
passwd 2KFQnbNIdI.2KYOU encrypted
boot system disk0:/asa721-k8.bin
ftp mode passive
clock timezone BRST -3
clock summer-time EDT recurring
dns server-group DefaultDNS
domain-name corp.xxx.com
same-security-traffic permit inter-interface
same-security-traffic permit intra-interface
object-group service BB tcp
port-object range 2360 2363
object-group service 53_Direct tcp
port-object range 1996 1996
object-group service TerminalServices tcp
port-object range 3388 3389
object-group network MB_WAN
network-object 01_LAN 255.255.255.0
network-object 02_LAN 255.255.255.0
network-object 03_LAN 255.255.255.0
network-object 06_LAN 255.255.255.0
network-object 05_LAN 255.255.255.0
network-object 07_LAN 255.255.255.0
network-object 09_LAN 255.255.255.0
network-object 11_LAN 255.255.255.0
network-object 12_LAN 255.255.255.0
network-object 04_LAN 255.255.255.0
network-object 13_LAN 255.255.255.0
network-object host MAIL
object-group network CHECK_LAN
network-object CHECK_1 255.255.255.0
network-object CHECK_2 255.255.255.240
object-group network FVPN
description F VPN - 4 Addresses
network-object host 12.129.xxx.103
network-object host 206.16.xxx.211
network-object host 63.240.xxx.101
network-object host 63.241.xxx.213
access-list Outside_access_out extended permit tcp object-group MB_WAN object-group BB any object-group BB
access-list Outside_access_out extended permit tcp object-group MB_WAN eq www any eq www
access-list Outside_access_out extended permit tcp object-group MB_WAN eq https any eq https
access-list Outside_access_out extended permit ip object-group MB_WAN any
access-list Outside_access_out extended permit tcp object-group MB_WAN object-group FVPN
access-list Outside_access_out remark Implicit rule
access-list Outside_access_out extended permit ip any any
access-list Outside_access_out extended permit tcp object-group MB_WAN eq smtp any eq smtp
access-list Outside_access_out extended permit tcp object-group MB_WAN object-group TerminalServices any object-group TerminalServices
access-list Outside_access_out extended permit icmp object-group MB_WAN any traceroute
access-list Outside_access_out extended permit udp object-group MB_WAN eq syslog any eq syslog
access-list Outside_access_out extended permit udp object-group MB_WAN eq tftp any eq tftp
access-list Outside_access_out extended permit tcp object-group MB_WAN object-group CHECK_LAN
access-list Outside_access_out extended permit udp object-group MB_WAN eq dnsix any eq dnsix
access-list Outside_access_out extended permit tcp object-group MB_WAN eq telnet any eq telnet
access-list Outside_access_out extended permit tcp object-group MB_WAN eq ssh any eq ssh
access-list Outside_access_out extended permit tcp object-group MB_WAN object-group 53_Direct any object-group 53_Direct
access-list Outside_access_out extended permit tcp object-group MB_WAN eq ftp any eq ftp
access-list Outside_access_in extended permit tcp any eq smtp host MAIL eq smtp log
access-list Outside_access_in extended permit udp any eq www host MAIL eq www log
access-list Outside_access_in extended permit tcp any host 74.231.xxx.70 eq smtp log
access-list Outside_access_in extended permit udp any eq www host 74.231.xxx.66 eq www log
access-list Outside_access_in extended permit tcp any host 74.231.xxx.66 eq smtp log
access-list Outside_access_in extended permit tcp any object-group TerminalServices host MAIL object-group TerminalServices log inactive
access-list Outside_access_in extended permit tcp any eq www host MAIL eq www log inactive
access-list Outside_access_in extended permit udp any eq www host 74.231.xxx.70 eq www log
access-list Outside_access_in extended permit icmp any host 74.231.xxx.70 log inactive
access-list Outside_access_in extended permit tcp any object-group TerminalServices host 74.231.xxx.70 object-group TerminalServices log inactive
access-list Outside_access_in extended permit tcp object-group FVPN object-group MB_WAN log inactive
access-list Outside_access_in extended permit tcp any host 74.231.xxx.70 eq https log
access-list Outside_access_in extended permit tcp any object-group BB object-group MB_WAN object-group BB log inactive
access-list Outside_access_in extended permit tcp any eq https host MAIL eq https log
access-list Outside_access_in extended permit tcp any object-group TerminalServices host 74.231.xxx.66 object-group TerminalServices log inactive
access-list Outside_access_in extended permit tcp any host 74.231.xxx.66 eq https log
access-list Outside_access_in extended permit tcp any host 74.231.xxx.70 eq www log inactive
access-list Outside_access_in extended permit tcp any host 74.231.xxx.66 eq www log inactive
access-list ACL_IN extended permit ip any any
access-list Inside_access_in remark Implicit rule
access-list Inside_access_in extended permit udp any any
access-list Inside_access_in remark Implicit rule
access-list Inside_access_in extended permit tcp any any
access-list Inside_access_in remark Implicit rule
access-list Inside_access_in extended permit ip any any
access-list Inside2_access_in remark Implicit rule
access-list Inside2_access_in extended permit ip any any
access-list Outside_access extended permit tcp any host 74.231.xxx.66 eq smtp log
access-list Outside_access extended permit tcp any host 74.231.xxx.66 eq www log
access-list outside_in extended permit tcp any host 74.231.xxx.66 eq smtp log
access-list outside_in extended permit tcp any eq www host 74.231.xxx.66 eq www log
access-list outside_in extended permit tcp any host 74.231.xxx.66 eq https log
access-list outside_in extended permit icmp any any inactive
access-list outside_in extended permit tcp any any inactive
access-list outside_in extended permit tcp any any eq https
pager lines 24
logging enable
logging list VPN-Events level debugging class vpn
logging buffered debugging
logging asdm notifications
mtu Outside 1500
mtu Inside 1500
mtu management 1500
icmp deny any Outside
icmp permit any Inside
asdm image disk0:/asdm521.bin
no asdm history enable
arp timeout 14400
global (Outside) 1 interface
nat (Inside) 1 0.0.0.0 0.0.0.0
nat (management) 0 0.0.0.0 0.0.0.0
static (Inside,Outside) 74.231.xxx.66 MAIL netmask 255.255.255.255
access-group outside_in in interface Outside
access-group Outside_access_out out interface Outside
access-group Inside_access_in in interface Inside
route Outside 0.0.0.0 0.0.0.0 74.231.xxx.65 1
route Inside 02_LAN 255.255.255.0 172.18.23.240 1
route Inside 03_LAN 255.255.255.0 172.18.23.240 1
route Inside 06_LAN 255.255.255.0 172.18.23.240 1
route Inside 05_LAN 255.255.255.0 172.18.23.240 1
route Inside 07_LAN 255.255.255.0 172.18.23.240 1
route Inside 09_LAN 255.255.255.0 172.18.23.240 1
route Inside 11_LAN 255.255.255.0 172.18.23.240 1
route Inside 12_LAN 255.255.255.0 172.18.23.240 1
route Inside 04_LAN 255.255.255.0 172.18.23.240 1
route Inside CHECK_1 255.255.255.0 172.18.23.240 1
route Inside 172.18.0.0 255.255.0.0 172.18.23.240 1
route Inside CHECK_2 255.255.255.240 172.18.23.240 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout uauth 0:05:00 absolute
http server enable
http 192.168.1.0 255.255.255.0 management
http 01_LAN 255.255.255.0 Inside
http 0.0.0.0 0.0.0.0 Inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
telnet 0.0.0.0 0.0.0.0 Inside
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 Outside
ssh 0.0.0.0 0.0.0.0 Inside
ssh timeout 20
console timeout 0
management-access Inside
!
!
prompt hostname context
Cryptochecksum:e402c25e976
: end
Is this the static natting you think should be done?
static (inside,outside) tcp interface 443 MAIL 443 netmask 255.255.255.255 dns
I'll have to email the users about the webmail thing. I thought for sure they were using the internal IP address.
I never did create a new configuration. I just made the changes that you suggested.
Which are you suggesting I remove?
When I remove the outside / outgoing, users can't get to the internet so I just enabled them again.
Yes this will nat the outside ip address on 443 to the mail server on 443
That error message would suggest they weren't
I am just trying to figure out why you need the outgoing acl because it shouldnt be required at all .
Since you are going from a high security interface to a lower security.. its the design of the ASA tor allow that.
try removing the inside rule
because in essence you are subjecting them to rules twice
Once on the way into the ASA (inside) and then on the way out outside
no access-group Inside_access_in in interface Inside
Hi,
I observed one mistake in your basic configuration. Security level for your outside interface and inside interface are reversed. In normal operation the security level for inside interface is kept as 0 (Trust interface) and outside interface is kept as 100 (Untrust interface). Try changing the security levels and check whether u get the expected results.
"I observed one mistake in your basic configuration. Security level for your outside interface and inside interface are reversed. In normal operation the security level for inside interface is kept as 0 (Trust interface) and outside interface is kept as 100 (Untrust interface)."
Actually, that is incorrect. From the Cisco Adaptive Security Device Online Help:
Security Level boxSets the security level between 0 (lowest) and 100 (highest).The security appliance lets traffic flow freely from an inside network to an outside network (lower security level). Many other security features are affected by the relative security level of two interfaces.
The outside SHOULD be 0 as this is the interface with the lowest security (least trusted). With an inside interface set at 100 and outside interface at 0, traffic is allowed to flow from the inside to the outside since the outside has a lower security number. Conversely, traffic from the outside (0) to the inside (100) is NOT allowed to flow freely because the outside interface is not trusted and needs access rules set up to only allow permitted traffic.
Business Accounts
Answer for Membership
by: rsivanandanPosted on 2006-11-27 at 09:48:41ID: 18021009
You don't seem to have the nat statements?
nat(inside) 1 0.0.0.0 0.0.0.0
global(outside) 1 interface
Add these 2 lines and see if it helps.
Cheers,
Rajesh