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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco ASA- NAT and ACL

Status
Not open for further replies.

rjanakan

Technical User
Sep 2, 2004
9
US
Hi,

I'm testing a Cisco ASA 5510. I'm new to PIX and using ASDM to configure it. I configured a static NAT to map a public IP to private IP. I configured ACLs. When I hit the URL from public IP, I can see the NAT happening at ASDM sys log window. But I can't see the page and after 30 seconds the connects drops with SYN timeout.

Any thoughts??

Thx in advance,
Regards,
JR
 
Are you seeing hits on the access-list entry that allows the traffic you are attempting?

It may be a routing issue. Are there appropriate routes on the host as well as the firewall?

Some more detailed information would probably be helpful.
 
Dozier,

Thanks for your reply.
I can see inbound TCP connection established with webserver after xlation. But no outbound connection is getting established. Both Public IP and Private IP are directly conected interfaces. Do I still need routing?
Please find my configuration below:

ASA Version 7.0(4)12
!
hostname ciscoasa
domain-name default.domain.invalid
enable password 8Ry2YjIyt7RRXU24 encrypted
names
!
interface Ethernet0/0
nameif Inside
security-level 100
ip address 10.18.45.18 255.0.0.0
!
interface Ethernet0/1
nameif Outside
security-level 0
ip address 66.x.x.x 255.0.0.0
!
interface Ethernet0/2
shutdown
no nameif
no security-level
no ip address
!
nameif management
security-level 0
ip address 192.168.1.12 255.255.255.0
management-only
!
passwd 2KFQnbNIdI.2KYOU encrypted
ftp mode passive
access-list Outside_access_in extended permit tcp any any
access-list Outside_access_in extended permit ip any any
access-list Outside_access_in extended permit udp any any
access-list Outside_access_in extended permit icmp any any
access-list Inside_access_in extended permit tcp any any
access-list Inside_access_in extended permit ip any any
access-list Inside_access_in extended permit udp any any
access-list Inside_access_in extended permit icmp any any
pager lines 24
logging enable
logging asdm informational
mtu Inside 1500
mtu Outside 1500
mtu management 1500
asdm image disk0:/asdm-504.bin
no asdm history enable
!
!
policy-map global_policy
class inspection_default
inspect dns maximum-length 512
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
!
service-policy global_policy global
Cryptochecksum:a36f49769d043b2ef4acec7410f39d2b
: endrp timeout 14400
static (Outside,Inside) 10.18.45.19 66.x.x.x netmask 255.255.255.255
static (Inside,Outside) 66.x.x.x 10.18.45.19 netmask 255.255.255.255
access-group Inside_access_in in interface Inside
access-group Outside_access_in in interface Outside
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 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
service resetoutside
telnet timeout 5
ssh timeout 5
console timeout 0
!
class-map inspection_default
match default-inspection-traffic
!
!
 

I saw your other thread and replied after I did this one, so let's stick with the other thread now. :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top