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!

ASA5510 DMZ Setup Help

Status
Not open for further replies.

klemeje

MIS
Apr 30, 2012
4
0
0
US
I'm trying to setup a 5510 with dmz and a web server after a factory-default. So far I've run the startup wizard and used the public server part of asdm which appears to automatically create acl and nat. Is there anything I'm missing? Thanks for the help.

: Saved
:
ASA Version 8.3(2)
!
hostname ciscoasa
domain-name xxxx.xxxx.org
enable password xxxx
passwd xxxx
names
dns-guard
!
interface Ethernet0/0
nameif outside
security-level 0
ip address 71.x.x.250 255.255.255.0
!
interface Ethernet0/1
nameif inside
security-level 100
ip address 10.1.1.4 255.255.255.0
!
interface Ethernet0/2
nameif dmz
security-level 50
ip address 10.20.30.1 255.255.255.0
!
interface Ethernet0/3
shutdown
no nameif
no security-level
no ip address
!
interface Management0/0
nameif management
security-level 100
ip address 192.168.1.1 255.255.255.0
management-only
!
ftp mode passive
dns domain-lookup inside
dns server-group DefaultDNS
name-server 10.x.x.162
name-server 10.x.x.152
name-server 10.x.x.157
domain-name xxxx.xxxx.org
object network obj_any
subnet 0.0.0.0 0.0.0.0
object network A_71.xx.xx.230
host 71.xx.xx.230
object network PublicServer_NAT1
host 10.20.30.15
access-list outside_access extended permit tcp any host 10.20.30.15 eq www
pager lines 24
logging enable
logging asdm informational
mtu outside 1500
mtu inside 1500
mtu dmz 1500
mtu management 1500
no failover
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
!
object network obj_any
nat (inside,outside) dynamic interface
object network PublicServer_NAT1
nat (dmz,outside) static A_71.xx.xx.230 service tcp access-group outside_access in interface outside
route outside 0.0.0.0 0.0.0.0 71.xx.xx.225 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 sip-provisional-media 0:02:00 uauth 0:05:00 absolute
timeout tcp-proxy-reassembly 0:01:00
dynamic-access-policy-record DfltAccessPolicy
http server enable
http 192.168.1.0 255.255.255.0 management
http 10.1.1.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
telnet 10.1.1.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd address 192.168.1.2-192.168.1.254 management
dhcpd enable management
!
threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
webvpn
!
class-map inspection_default
match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
parameters
message-length maximum client auto
message-length maximum 512
policy-map global_policy
class inspection_default
inspect dns preset_dns_map
inspect ftp
inspect h323 h225
inspect h323 ras
inspect rsh
inspect rtsp
inspect esmtp
inspect sqlnet
inspect skinny
inspect sunrpc
inspect xdmcp
inspect sip
inspect netbios
inspect tftp
inspect ip-options
!
service-policy global_policy global
prompt hostname context
Cryptochecksum:77bd7b761e65a25a180402147068cc70
: end
no asdm history enable
 
Any ideas anyone? I contacted Cisco TAC and they said it should work as-is and are forwading to upper level engineer for review.
 
you never specified what exactly the issue is. can you describe??

I hate all Uppercase... I don't want my groups to seem angry at me all the time! =)
- ColdFlame (vbscript forum)
 
Oops sorry. My problem is I cant access my webserver from the outside network.
 
yeah, it looks fine to me as well. what do your logs show??

I hate all Uppercase... I don't want my groups to seem angry at me all the time! =)
- ColdFlame (vbscript forum)
 
Actaully the logs do not show anything. I can see the server in the arp table, and also can do a successful packet trace in asdm.
 
Please send the output of "packet-tracer input OUTSIDE tcp (IP OF INTERNET HOST TRYING TO ACCESS WEB SERVER) 80 10.20.30.15 80"

From the CLI

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top