Hi,
I'm trying to setup ASA 5510 in my test lab to allow all incoming traffic to inside webserver. I created only one static NAT entry to translate outside public address to inside private address. I created a reverse static xlation too. I allowed all tcp,ip,icmp, udp traffic both outside and inside. When I hit the page using public address, I can see the syslog that an inbound tcp connection is established with NAT. However the page doesn't comeup and after 30seconds the connection gets teared down. I also checked my IIS log and no connection attempts made from ASA to my webserver.
I'm using ASDM to configure
Please find my current config:
Any help would be greatly appreciated.
Thank you,
Janakan Rajendran
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'm trying to setup ASA 5510 in my test lab to allow all incoming traffic to inside webserver. I created only one static NAT entry to translate outside public address to inside private address. I created a reverse static xlation too. I allowed all tcp,ip,icmp, udp traffic both outside and inside. When I hit the page using public address, I can see the syslog that an inbound tcp connection is established with NAT. However the page doesn't comeup and after 30seconds the connection gets teared down. I also checked my IIS log and no connection attempts made from ASA to my webserver.
I'm using ASDM to configure
Please find my current config:
Any help would be greatly appreciated.
Thank you,
Janakan Rajendran
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
!
!