Hi there,
I am doing some testing in the office for this new ASA 5510. The connection is very simple. I connect e0/0 (outside : 192.168.100.115) to a PC (192.168.100.6) and the e0/1 (inside : 10.1.1.1) to a notebook (10.1.1.2).
I used Windows Remote Desktop for the test. I permit port 3389 on both "inside" and "outside" interface.
Result :-
From "inside" (10.1.1.2), I able to remote access to "outside" PC (192.168.100.6).
But when I tried to remote access from "outside" (192.168.100.6) to "inside" (10.1.1.2), it gave me this error message => [106023eny tcp src outside:192.168.100.6/3541 dst inside:10.1.1.2/3389 by access-group "outside".]
*** It is the same even I permit ICMP. PLS HELP ME....!!!!
Here I attached my configuration for the post mortem :-
sh run
:
ASA Version 7.0(6)
!
hostname ciscoasa
domain-name default.domain.invalid
enable password 8Ry2YjIyt7RRXU24 encrypted
names
dns-guard
!
interface Ethernet0/0
nameif outside
security-level 0
ip address 192.168.100.115 255.255.255.0
!
interface Ethernet0/1
nameif inside
security-level 0
ip address 10.1.1.1 255.0.0.0
!
interface Ethernet0/2
shutdown
no nameif
no security-level
no ip address
!
interface Management0/0
nameif management
security-level 0
ip address 192.168.1.1 255.255.255.0
management-only
!
passwd 2KFQnbNIdI.2KYOU encrypted
ftp mode passive
same-security-traffic permit inter-interface
access-list inside extended permit tcp 10.0.0.0 255.0.0.0 any eq www
access-list inside extended permit tcp 10.0.0.0 255.0.0.0 any eq domain
access-list inside extended permit udp 10.0.0.0 255.0.0.0 any eq domain
access-list inside extended permit icmp any any
access-list inside extended permit tcp 10.0.0.0 255.0.0.0 any eq 3389
access-list outside extended permit icmp any host 192.168.100.6
access-list outside extended permit tcp any host 192.168.100.6 eq 3389
pager lines 24
logging enable
logging asdm informational
mtu outside 1500
mtu inside 1500
mtu management 1500
asdm image disk0:/asdm506.bin
no asdm history enable
arp timeout 14400
nat-control
global (outside) 100 192.168.100.116
nat (inside) 100 10.0.0.0 255.0.0.0
static (inside,outside) 192.168.100.6 10.1.1.2 netmask 255.255.255.255
access-group outside in interface outside
access-group inside in interface inside
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.100.0 255.255.255.0 outside
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 lease 3600
dhcpd ping_timeout 50
dhcpd enable management
!
class-map class_sip_tcp
match port tcp eq sip
class-map class_http
match port tcp eq 14506
class-map inspection_default
match default-inspection-traffic
!
!
policy-map global_policy
class inspection_default
inspect ftp
inspect http
inspect rsh
inspect esmtp
inspect sqlnet
inspect skinny
inspect h323 h225
inspect icmp
inspect dns
inspect h323 ras
inspect xdmcp
inspect tftp
inspect icmp error
inspect rtsp
inspect sunrpc
inspect mgcp
inspect sip
inspect netbios
inspect pptp
inspect ctiqbe
inspect snmp
inspect ils
class class_sip_tcp
inspect sip
class class_http
inspect http
!
service-policy global_policy global
Cryptochecksum:8b52e2a1c52479b4f3c45c3ff7d76969
: end
ciscoasa#
Its the configuration OK..??? PLS help me...!! Your reply is very much appreciated. Thanks..!!!
I am doing some testing in the office for this new ASA 5510. The connection is very simple. I connect e0/0 (outside : 192.168.100.115) to a PC (192.168.100.6) and the e0/1 (inside : 10.1.1.1) to a notebook (10.1.1.2).
I used Windows Remote Desktop for the test. I permit port 3389 on both "inside" and "outside" interface.
Result :-
From "inside" (10.1.1.2), I able to remote access to "outside" PC (192.168.100.6).
But when I tried to remote access from "outside" (192.168.100.6) to "inside" (10.1.1.2), it gave me this error message => [106023eny tcp src outside:192.168.100.6/3541 dst inside:10.1.1.2/3389 by access-group "outside".]
*** It is the same even I permit ICMP. PLS HELP ME....!!!!
Here I attached my configuration for the post mortem :-
sh run
:
ASA Version 7.0(6)
!
hostname ciscoasa
domain-name default.domain.invalid
enable password 8Ry2YjIyt7RRXU24 encrypted
names
dns-guard
!
interface Ethernet0/0
nameif outside
security-level 0
ip address 192.168.100.115 255.255.255.0
!
interface Ethernet0/1
nameif inside
security-level 0
ip address 10.1.1.1 255.0.0.0
!
interface Ethernet0/2
shutdown
no nameif
no security-level
no ip address
!
interface Management0/0
nameif management
security-level 0
ip address 192.168.1.1 255.255.255.0
management-only
!
passwd 2KFQnbNIdI.2KYOU encrypted
ftp mode passive
same-security-traffic permit inter-interface
access-list inside extended permit tcp 10.0.0.0 255.0.0.0 any eq www
access-list inside extended permit tcp 10.0.0.0 255.0.0.0 any eq domain
access-list inside extended permit udp 10.0.0.0 255.0.0.0 any eq domain
access-list inside extended permit icmp any any
access-list inside extended permit tcp 10.0.0.0 255.0.0.0 any eq 3389
access-list outside extended permit icmp any host 192.168.100.6
access-list outside extended permit tcp any host 192.168.100.6 eq 3389
pager lines 24
logging enable
logging asdm informational
mtu outside 1500
mtu inside 1500
mtu management 1500
asdm image disk0:/asdm506.bin
no asdm history enable
arp timeout 14400
nat-control
global (outside) 100 192.168.100.116
nat (inside) 100 10.0.0.0 255.0.0.0
static (inside,outside) 192.168.100.6 10.1.1.2 netmask 255.255.255.255
access-group outside in interface outside
access-group inside in interface inside
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.100.0 255.255.255.0 outside
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 lease 3600
dhcpd ping_timeout 50
dhcpd enable management
!
class-map class_sip_tcp
match port tcp eq sip
class-map class_http
match port tcp eq 14506
class-map inspection_default
match default-inspection-traffic
!
!
policy-map global_policy
class inspection_default
inspect ftp
inspect http
inspect rsh
inspect esmtp
inspect sqlnet
inspect skinny
inspect h323 h225
inspect icmp
inspect dns
inspect h323 ras
inspect xdmcp
inspect tftp
inspect icmp error
inspect rtsp
inspect sunrpc
inspect mgcp
inspect sip
inspect netbios
inspect pptp
inspect ctiqbe
inspect snmp
inspect ils
class class_sip_tcp
inspect sip
class class_http
inspect http
!
service-policy global_policy global
Cryptochecksum:8b52e2a1c52479b4f3c45c3ff7d76969
: end
ciscoasa#
Its the configuration OK..??? PLS help me...!! Your reply is very much appreciated. Thanks..!!!