<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Configure a Cisco ASA 5510 Firewall &#8211; Basic Configuration Tutorial</title>
	<atom:link href="http://www.networkstraining.com/how-to-configure-a-cisco-asa-5510-firewall-basic-configuration-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.networkstraining.com/how-to-configure-a-cisco-asa-5510-firewall-basic-configuration-tutorial/</link>
	<description>IP Networks Training and Tutorials</description>
	<lastBuildDate>Tue, 07 Feb 2012 15:03:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: raghunair</title>
		<link>http://www.networkstraining.com/how-to-configure-a-cisco-asa-5510-firewall-basic-configuration-tutorial/comment-page-1/#comment-2511</link>
		<dc:creator>raghunair</dc:creator>
		<pubDate>Tue, 10 Jan 2012 05:00:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.networkstraining.com/?p=463#comment-2511</guid>
		<description>hii...its working .. thanx</description>
		<content:encoded><![CDATA[<p>hii&#8230;its working .. thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blog Admin</title>
		<link>http://www.networkstraining.com/how-to-configure-a-cisco-asa-5510-firewall-basic-configuration-tutorial/comment-page-1/#comment-2486</link>
		<dc:creator>Blog Admin</dc:creator>
		<pubDate>Fri, 16 Dec 2011 14:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.networkstraining.com/?p=463#comment-2486</guid>
		<description>Martin,

It seems that the PC firewall maybe is blocking your pings. If the PC is windows, enable remote desktop access on the PC and try to connect with RDP from the VPN client to the PC. If you manage to connect, then VPN works fine. Pinging is not always the best way to test connectivity</description>
		<content:encoded><![CDATA[<p>Martin,</p>
<p>It seems that the PC firewall maybe is blocking your pings. If the PC is windows, enable remote desktop access on the PC and try to connect with RDP from the VPN client to the PC. If you manage to connect, then VPN works fine. Pinging is not always the best way to test connectivity</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mas</title>
		<link>http://www.networkstraining.com/how-to-configure-a-cisco-asa-5510-firewall-basic-configuration-tutorial/comment-page-1/#comment-2483</link>
		<dc:creator>Mas</dc:creator>
		<pubDate>Fri, 16 Dec 2011 12:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.networkstraining.com/?p=463#comment-2483</guid>
		<description>Hi,
I have purchased you ebook and have been using it to learn Cisco ASA. I have a ASA5505 and have setup a remote vpn worker. My problem is that the PC running VPN client connects OK and can ping to the ASA inside interface but not to the PC on the inside interface. The PC on the inside interface can ping the VPN client :-(

ping VPN Client - ASA Inside I/f 192.168.44.160 Yes
ping VPN Client to PC on inside 192.168.44.82 NO
ping PC on inside to VPN Client 192.168.50.1 Yes

My config is below. Please are you able to tell me what I have done wrong?

ASA Config

: Saved
: Written by cisco at 10:08:15.679 UTC Fri Dec 16 2011
!
ASA Version 8.4(2) 
!
hostname ciscoasa
enable password 8Ry2YjIyt7RRXU24 encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
names
!
interface Ethernet0/0
!
interface Ethernet0/1
!
interface Ethernet0/2
!
interface Ethernet0/3
 switchport access vlan 2
!
interface Ethernet0/4
!
interface Ethernet0/5
!
interface Ethernet0/6
!
interface Ethernet0/7
!
interface Vlan1
 nameif inside
 security-level 100
 ip address 192.168.44.160 255.255.255.0 
!
interface Vlan2
 nameif outside
 security-level 0
 ip address 192.168.1.100 255.255.255.0 
!
ftp mode passive
object network internal_lan
 subnet 192.168.44.0 255.255.255.0
object network support-vpn-subnet
 subnet 192.168.50.0 255.255.255.0
 description IP address assigned to Support VPN User
access-list outside_access_in extended permit icmp any any echo-reply 
access-list outside_access_in extended deny ip any any 
access-list global_access extended permit ip any any 
access-list global_access extended permit icmp any any echo 
access-list global_access extended permit icmp any any echo-reply 
pager lines 24
logging enable
logging asdm informational
mtu inside 1500
mtu outside 1500
ip local pool pool-support-vpn 192.168.50.0-192.168.50.10 mask 255.255.255.0
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
nat (inside,outside) source static any any destination static support-vpn-subnet support-vpn-subnet no-proxy-arp route-lookup
!
object network internal_lan
 nat (inside,outside) dynamic interface
access-group outside_access_in in interface outside
access-group global_access global
route outside 0.0.0.0 0.0.0.0 192.168.1.98 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
timeout floating-conn 0:00:00
dynamic-access-policy-record DfltAccessPolicy
user-identity default-domain LOCAL
aaa authentication ssh console LOCAL 
aaa authentication telnet console LOCAL 
aaa authentication enable console LOCAL 
http server enable
http 192.168.44.0 255.255.255.0 inside
http 192.168.1.96 255.255.255.0 outside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart
crypto ipsec ikev1 transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac 
crypto ipsec ikev1 transform-set ESP-DES-SHA esp-des esp-sha-hmac 
crypto ipsec ikev1 transform-set ESP-3DES-SHA esp-3des esp-sha-hmac 
crypto ipsec ikev1 transform-set ESP-DES-MD5 esp-des esp-md5-hmac 
crypto ipsec ikev1 transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac 
crypto ipsec ikev1 transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac 
crypto ipsec ikev1 transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac 
crypto ipsec ikev1 transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac 
crypto ipsec ikev1 transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac 
crypto ipsec ikev1 transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac 
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set pfs 
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set ikev1 transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5
crypto map outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
crypto map outside_map interface outside
crypto ikev1 enable outside
crypto ikev1 policy 10
 authentication crack
 encryption aes-256
 hash sha
 group 2
 lifetime 86400
crypto ikev1 policy 20
 authentication rsa-sig
 encryption aes-256
 hash sha
 group 2
 lifetime 86400
crypto ikev1 policy 30
 authentication pre-share
 encryption aes-256
 hash sha
 group 2
 lifetime 86400
crypto ikev1 policy 40
 authentication crack
 encryption aes-192
 hash sha
 group 2
 lifetime 86400
crypto ikev1 policy 50
 authentication rsa-sig
 encryption aes-192
 hash sha
 group 2
 lifetime 86400
crypto ikev1 policy 60
 authentication pre-share
 encryption aes-192
 hash sha
 group 2
 lifetime 86400
crypto ikev1 policy 70
 authentication crack
 encryption aes
 hash sha
 group 2
 lifetime 86400
crypto ikev1 policy 80
 authentication rsa-sig
 encryption aes
 hash sha
 group 2
 lifetime 86400
crypto ikev1 policy 90
 authentication pre-share
 encryption aes
 hash sha
 group 2
 lifetime 86400
crypto ikev1 policy 100
 authentication crack
 encryption 3des
 hash sha
 group 2
 lifetime 86400
crypto ikev1 policy 110
 authentication rsa-sig
 encryption 3des
 hash sha
 group 2
 lifetime 86400
crypto ikev1 policy 120
 authentication pre-share
 encryption 3des
 hash sha
 group 2
 lifetime 86400
crypto ikev1 policy 130
 authentication crack
 encryption des
 hash sha
 group 2
 lifetime 86400
crypto ikev1 policy 140
 authentication rsa-sig
 encryption des
 hash sha
 group 2
 lifetime 86400
crypto ikev1 policy 150
 authentication pre-share
 encryption des
 hash sha
 group 2
 lifetime 86400
telnet 192.168.44.0 255.255.255.0 inside
telnet timeout 5
ssh 192.168.1.96 255.255.255.0 outside
ssh timeout 5
console timeout 0
management-access inside

threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
webvpn
group-policy tg-vpn-support internal
group-policy tg-vpn-support attributes
 wins-server value 192.168.44.1
 dns-server value 192.168.44.1
 vpn-tunnel-protocol ikev1 
 default-domain value bhls.com
username cisco password 3USUcOPFUiMCO4Jk encrypted privilege 15
tunnel-group tg-vpn-support type remote-access
tunnel-group tg-vpn-support general-attributes
 address-pool pool-support-vpn
 default-group-policy tg-vpn-support
tunnel-group tg-vpn-support ipsec-attributes
 ikev1 pre-shared-key 1qazxsw2
!
!
prompt hostname context 
no call-home reporting anonymous
call-home
 profile CiscoTAC-1
  no active
  destination address http https://tools.cisco.com/its/service/oddce/services/DDCEService
  destination address email callhome@cisco.com
  destination transport-method http
  subscribe-to-alert-group diagnostic
  subscribe-to-alert-group environment
  subscribe-to-alert-group inventory periodic monthly
  subscribe-to-alert-group configuration periodic monthly
  subscribe-to-alert-group telemetry periodic daily
Cryptochecksum:488a018c60162a057b66a31071a38917
: end</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have purchased you ebook and have been using it to learn Cisco ASA. I have a ASA5505 and have setup a remote vpn worker. My problem is that the PC running VPN client connects OK and can ping to the ASA inside interface but not to the PC on the inside interface. The PC on the inside interface can ping the VPN client <img src='http://www.networkstraining.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>ping VPN Client &#8211; ASA Inside I/f 192.168.44.160 Yes<br />
ping VPN Client to PC on inside 192.168.44.82 NO<br />
ping PC on inside to VPN Client 192.168.50.1 Yes</p>
<p>My config is below. Please are you able to tell me what I have done wrong?</p>
<p>ASA Config</p>
<p>: Saved<br />
: Written by cisco at 10:08:15.679 UTC Fri Dec 16 2011<br />
!<br />
ASA Version 8.4(2)<br />
!<br />
hostname ciscoasa<br />
enable password 8Ry2YjIyt7RRXU24 encrypted<br />
passwd 2KFQnbNIdI.2KYOU encrypted<br />
names<br />
!<br />
interface Ethernet0/0<br />
!<br />
interface Ethernet0/1<br />
!<br />
interface Ethernet0/2<br />
!<br />
interface Ethernet0/3<br />
 switchport access vlan 2<br />
!<br />
interface Ethernet0/4<br />
!<br />
interface Ethernet0/5<br />
!<br />
interface Ethernet0/6<br />
!<br />
interface Ethernet0/7<br />
!<br />
interface Vlan1<br />
 nameif inside<br />
 security-level 100<br />
 ip address 192.168.44.160 255.255.255.0<br />
!<br />
interface Vlan2<br />
 nameif outside<br />
 security-level 0<br />
 ip address 192.168.1.100 255.255.255.0<br />
!<br />
ftp mode passive<br />
object network internal_lan<br />
 subnet 192.168.44.0 255.255.255.0<br />
object network support-vpn-subnet<br />
 subnet 192.168.50.0 255.255.255.0<br />
 description IP address assigned to Support VPN User<br />
access-list outside_access_in extended permit icmp any any echo-reply<br />
access-list outside_access_in extended deny ip any any<br />
access-list global_access extended permit ip any any<br />
access-list global_access extended permit icmp any any echo<br />
access-list global_access extended permit icmp any any echo-reply<br />
pager lines 24<br />
logging enable<br />
logging asdm informational<br />
mtu inside 1500<br />
mtu outside 1500<br />
ip local pool pool-support-vpn 192.168.50.0-192.168.50.10 mask 255.255.255.0<br />
icmp unreachable rate-limit 1 burst-size 1<br />
no asdm history enable<br />
arp timeout 14400<br />
nat (inside,outside) source static any any destination static support-vpn-subnet support-vpn-subnet no-proxy-arp route-lookup<br />
!<br />
object network internal_lan<br />
 nat (inside,outside) dynamic interface<br />
access-group outside_access_in in interface outside<br />
access-group global_access global<br />
route outside 0.0.0.0 0.0.0.0 192.168.1.98 1<br />
timeout xlate 3:00:00<br />
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02<br />
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00<br />
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00<br />
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute<br />
timeout tcp-proxy-reassembly 0:01:00<br />
timeout floating-conn 0:00:00<br />
dynamic-access-policy-record DfltAccessPolicy<br />
user-identity default-domain LOCAL<br />
aaa authentication ssh console LOCAL<br />
aaa authentication telnet console LOCAL<br />
aaa authentication enable console LOCAL<br />
http server enable<br />
http 192.168.44.0 255.255.255.0 inside<br />
http 192.168.1.96 255.255.255.0 outside<br />
no snmp-server location<br />
no snmp-server contact<br />
snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart<br />
crypto ipsec ikev1 transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac<br />
crypto ipsec ikev1 transform-set ESP-DES-SHA esp-des esp-sha-hmac<br />
crypto ipsec ikev1 transform-set ESP-3DES-SHA esp-3des esp-sha-hmac<br />
crypto ipsec ikev1 transform-set ESP-DES-MD5 esp-des esp-md5-hmac<br />
crypto ipsec ikev1 transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac<br />
crypto ipsec ikev1 transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac<br />
crypto ipsec ikev1 transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac<br />
crypto ipsec ikev1 transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac<br />
crypto ipsec ikev1 transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac<br />
crypto ipsec ikev1 transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac<br />
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set pfs<br />
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set ikev1 transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5<br />
crypto map outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP<br />
crypto map outside_map interface outside<br />
crypto ikev1 enable outside<br />
crypto ikev1 policy 10<br />
 authentication crack<br />
 encryption aes-256<br />
 hash sha<br />
 group 2<br />
 lifetime 86400<br />
crypto ikev1 policy 20<br />
 authentication rsa-sig<br />
 encryption aes-256<br />
 hash sha<br />
 group 2<br />
 lifetime 86400<br />
crypto ikev1 policy 30<br />
 authentication pre-share<br />
 encryption aes-256<br />
 hash sha<br />
 group 2<br />
 lifetime 86400<br />
crypto ikev1 policy 40<br />
 authentication crack<br />
 encryption aes-192<br />
 hash sha<br />
 group 2<br />
 lifetime 86400<br />
crypto ikev1 policy 50<br />
 authentication rsa-sig<br />
 encryption aes-192<br />
 hash sha<br />
 group 2<br />
 lifetime 86400<br />
crypto ikev1 policy 60<br />
 authentication pre-share<br />
 encryption aes-192<br />
 hash sha<br />
 group 2<br />
 lifetime 86400<br />
crypto ikev1 policy 70<br />
 authentication crack<br />
 encryption aes<br />
 hash sha<br />
 group 2<br />
 lifetime 86400<br />
crypto ikev1 policy 80<br />
 authentication rsa-sig<br />
 encryption aes<br />
 hash sha<br />
 group 2<br />
 lifetime 86400<br />
crypto ikev1 policy 90<br />
 authentication pre-share<br />
 encryption aes<br />
 hash sha<br />
 group 2<br />
 lifetime 86400<br />
crypto ikev1 policy 100<br />
 authentication crack<br />
 encryption 3des<br />
 hash sha<br />
 group 2<br />
 lifetime 86400<br />
crypto ikev1 policy 110<br />
 authentication rsa-sig<br />
 encryption 3des<br />
 hash sha<br />
 group 2<br />
 lifetime 86400<br />
crypto ikev1 policy 120<br />
 authentication pre-share<br />
 encryption 3des<br />
 hash sha<br />
 group 2<br />
 lifetime 86400<br />
crypto ikev1 policy 130<br />
 authentication crack<br />
 encryption des<br />
 hash sha<br />
 group 2<br />
 lifetime 86400<br />
crypto ikev1 policy 140<br />
 authentication rsa-sig<br />
 encryption des<br />
 hash sha<br />
 group 2<br />
 lifetime 86400<br />
crypto ikev1 policy 150<br />
 authentication pre-share<br />
 encryption des<br />
 hash sha<br />
 group 2<br />
 lifetime 86400<br />
telnet 192.168.44.0 255.255.255.0 inside<br />
telnet timeout 5<br />
ssh 192.168.1.96 255.255.255.0 outside<br />
ssh timeout 5<br />
console timeout 0<br />
management-access inside</p>
<p>threat-detection basic-threat<br />
threat-detection statistics access-list<br />
no threat-detection statistics tcp-intercept<br />
webvpn<br />
group-policy tg-vpn-support internal<br />
group-policy tg-vpn-support attributes<br />
 wins-server value 192.168.44.1<br />
 dns-server value 192.168.44.1<br />
 vpn-tunnel-protocol ikev1<br />
 default-domain value bhls.com<br />
username cisco password 3USUcOPFUiMCO4Jk encrypted privilege 15<br />
tunnel-group tg-vpn-support type remote-access<br />
tunnel-group tg-vpn-support general-attributes<br />
 address-pool pool-support-vpn<br />
 default-group-policy tg-vpn-support<br />
tunnel-group tg-vpn-support ipsec-attributes<br />
 ikev1 pre-shared-key 1qazxsw2<br />
!<br />
!<br />
prompt hostname context<br />
no call-home reporting anonymous<br />
call-home<br />
 profile CiscoTAC-1<br />
  no active<br />
  destination address http <a href="https://tools.cisco.com/its/service/oddce/services/DDCEService" rel="nofollow">https://tools.cisco.com/its/service/oddce/services/DDCEService</a><br />
  destination address email <a href="mailto:callhome@cisco.com">callhome@cisco.com</a><br />
  destination transport-method http<br />
  subscribe-to-alert-group diagnostic<br />
  subscribe-to-alert-group environment<br />
  subscribe-to-alert-group inventory periodic monthly<br />
  subscribe-to-alert-group configuration periodic monthly<br />
  subscribe-to-alert-group telemetry periodic daily<br />
Cryptochecksum:488a018c60162a057b66a31071a38917<br />
: end</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blog Admin</title>
		<link>http://www.networkstraining.com/how-to-configure-a-cisco-asa-5510-firewall-basic-configuration-tutorial/comment-page-1/#comment-2366</link>
		<dc:creator>Blog Admin</dc:creator>
		<pubDate>Fri, 07 Oct 2011 19:35:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.networkstraining.com/?p=463#comment-2366</guid>
		<description>This is called &quot;port redirection&quot; with Cisco ASA. Try Googling this and you will find several examples.</description>
		<content:encoded><![CDATA[<p>This is called &#8220;port redirection&#8221; with Cisco ASA. Try Googling this and you will find several examples.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MDgeek</title>
		<link>http://www.networkstraining.com/how-to-configure-a-cisco-asa-5510-firewall-basic-configuration-tutorial/comment-page-1/#comment-2358</link>
		<dc:creator>MDgeek</dc:creator>
		<pubDate>Fri, 30 Sep 2011 12:47:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.networkstraining.com/?p=463#comment-2358</guid>
		<description>Please one quick question. How can i configure a Port-forwarding for Remote Desktop connection (RDP - port 3389) and http connection to Security camera? 
Both will have to translate  standard tcp port from outside to custom tcp port inside-LAN.
We already have both services working fine off of the broadband router and will like to maintain that when the ASA5510 is deployed. 

Thanks always</description>
		<content:encoded><![CDATA[<p>Please one quick question. How can i configure a Port-forwarding for Remote Desktop connection (RDP &#8211; port 3389) and http connection to Security camera?<br />
Both will have to translate  standard tcp port from outside to custom tcp port inside-LAN.<br />
We already have both services working fine off of the broadband router and will like to maintain that when the ASA5510 is deployed. </p>
<p>Thanks always</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MDgeek</title>
		<link>http://www.networkstraining.com/how-to-configure-a-cisco-asa-5510-firewall-basic-configuration-tutorial/comment-page-1/#comment-2357</link>
		<dc:creator>MDgeek</dc:creator>
		<pubDate>Fri, 30 Sep 2011 11:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.networkstraining.com/?p=463#comment-2357</guid>
		<description>Thanks a million! 
http server was already enabled (used with the default ip), however, the 192.168.11.0 was not associated to the management interface.

It now works with my set subnet. Also, i now understand the interface separation thing with the mgmt port.
Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks a million!<br />
http server was already enabled (used with the default ip), however, the 192.168.11.0 was not associated to the management interface.</p>
<p>It now works with my set subnet. Also, i now understand the interface separation thing with the mgmt port.<br />
Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blog Admin</title>
		<link>http://www.networkstraining.com/how-to-configure-a-cisco-asa-5510-firewall-basic-configuration-tutorial/comment-page-1/#comment-2347</link>
		<dc:creator>Blog Admin</dc:creator>
		<pubDate>Wed, 28 Sep 2011 05:04:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.networkstraining.com/?p=463#comment-2347</guid>
		<description>@MDGeek,

1st Problem: Have you also changed the subnet range allowed to use http?

e.g: 

&lt;strong&gt;http server enabled
http 192.168.11.0 255.255.255.0 management&lt;/strong&gt;


2nd Problem: The ASA management port is a different layer3 interface, so it MUST be on a separate layer3 subnet from the rest of the interfaces. So, yes, you must assign a different subnet for the management (which is better for security reasons as well)</description>
		<content:encoded><![CDATA[<p>@MDGeek,</p>
<p>1st Problem: Have you also changed the subnet range allowed to use http?</p>
<p>e.g: </p>
<p><strong>http server enabled<br />
http 192.168.11.0 255.255.255.0 management</strong></p>
<p>2nd Problem: The ASA management port is a different layer3 interface, so it MUST be on a separate layer3 subnet from the rest of the interfaces. So, yes, you must assign a different subnet for the management (which is better for security reasons as well)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MDGeek</title>
		<link>http://www.networkstraining.com/how-to-configure-a-cisco-asa-5510-firewall-basic-configuration-tutorial/comment-page-1/#comment-2346</link>
		<dc:creator>MDGeek</dc:creator>
		<pubDate>Wed, 28 Sep 2011 04:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.networkstraining.com/?p=463#comment-2346</guid>
		<description>Hi;
Thank you so much for your continued efforts in responding to many ASA related questions.
I actually bought your eBook about a year ago but has just started using it to configure our ASA5510.
Now I ran into two separate problems with the Mgmt port IP assignment.
First, Whenever I change the IP address from the default to anything else (from: 192.168.1.1 to 192.168.11.100), the ASDM will no longer connect to the unit using the newly changed IP. Even though I also changed my PC&#039;s IP to correspond to the Mgmt&#039;s.  
But once I change it back to the default, everything works again. Note that I am able to gain access thru the console to undo whatever changes I have made. 
Also, must the ASA Management port be separated from the rest of the LAN?
2nd; I will like to have the Management port reside on the same subnet as the rest of my secure hosts. So far the ASA5510 is insisting that the two Cannot coexist on the same subnet. 
Example: 192.168.2.1=ASA-Mgmt-port ; 192.168.2.5-50=LAN-hosts; 192.168.1.1=outside-port-ISP-router.
Am I missing something here? Please advise.  Thanx</description>
		<content:encoded><![CDATA[<p>Hi;<br />
Thank you so much for your continued efforts in responding to many ASA related questions.<br />
I actually bought your eBook about a year ago but has just started using it to configure our ASA5510.<br />
Now I ran into two separate problems with the Mgmt port IP assignment.<br />
First, Whenever I change the IP address from the default to anything else (from: 192.168.1.1 to 192.168.11.100), the ASDM will no longer connect to the unit using the newly changed IP. Even though I also changed my PC&#8217;s IP to correspond to the Mgmt&#8217;s.<br />
But once I change it back to the default, everything works again. Note that I am able to gain access thru the console to undo whatever changes I have made.<br />
Also, must the ASA Management port be separated from the rest of the LAN?<br />
2nd; I will like to have the Management port reside on the same subnet as the rest of my secure hosts. So far the ASA5510 is insisting that the two Cannot coexist on the same subnet.<br />
Example: 192.168.2.1=ASA-Mgmt-port ; 192.168.2.5-50=LAN-hosts; 192.168.1.1=outside-port-ISP-router.<br />
Am I missing something here? Please advise.  Thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: April</title>
		<link>http://www.networkstraining.com/how-to-configure-a-cisco-asa-5510-firewall-basic-configuration-tutorial/comment-page-1/#comment-2274</link>
		<dc:creator>April</dc:creator>
		<pubDate>Thu, 11 Aug 2011 09:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.networkstraining.com/?p=463#comment-2274</guid>
		<description>Hi,

Can anyone please help what went wrong in this config, webserver is accessible from outside but not from inside using FDQn, i can only access the webserver from inside using internal ip address but not with the public address. I tried with my old non cisco firewall and it works fine. Please help. thanks...




User Access Verification

Password:
Type help or &#039;?&#039; for a list of available commands.
TID&gt; en
Password: ******
TID# sh run
: Saved
:
ASA Version 8.3(1)
!
hostname TID
enable password hNoJA51JsYfVzHT6 encrypted
passwd hNoJA51JsYfVzHT6 encrypted
names
!
interface Ethernet0/0
 nameif outside
 security-level 0
 ip address x.x.x.x 255.255.255.0
!
interface Ethernet0/1
 nameif inside
 security-level 100
 ip address 192.168.1.200 255.255.255.0
!
interface Ethernet0/2
 shutdown
 no nameif
 no security-level
 no ip address
!
interface Ethernet0/3
 shutdown
 no nameif
 no security-level
 no ip address
!
interface Management0/0
 nameif management
 security-level 100
 no ip address
 management-only
!
ftp mode passive
object network obj_any
 subnet 0.0.0.0 0.0.0.0
object network remote
 host 192.168.1.199
object network https
 host 192.168.1.199
object network http
 host 192.168.1.199
object network smtp
 host 192.168.1.199
object network pop3
 host 192.168.1.199
object network imap
 host 192.168.1.199
object network 81
 host 192.168.1.197
object network 82
 host 192.168.1.197


access-list internet_access_in extended permit icmp any any
access-list lan_access_in extended permit icmp any any
access-list 100 extended permit icmp any any echo-reply
access-list Internal_access_in extended permit ip 192.168.1.0 255.255.255.0 any
access-list External_access_in extended permit icmp any any echo-reply
access-list External_access_in extended permit icmp any interface outside time-exceeded
access-list External_access_in extended permit ip any 192.168.1.0 255.255.255.0
access-list External_access_in extended permit tcp any interface outside eq https
access-list External_access_in extended permit tcp any interface outside eq www
access-list External_access_in extended permit tcp any interface outside eq imap4
access-list External_access_in extended permit tcp any interface outside eq smtp
access-list External_access_in extended permit tcp any interface outside eq pop3
access-list outside_access_in extended permit tcp any eq 3389 host 192.168.1.199 eq 3389


pager lines 24
logging enable
logging asdm informational
mtu outside 1500
mtu inside 1500
mtu management 1500
icmp unreachable rate-limit 1 burst-size 1
icmp permit any outside
icmp permit any inside
icmp permit any management
asdm image disk0:/asdm-631.bin
no asdm history enable
arp timeout 14400

!
object network obj_any
 nat (inside,outside) dynamic interface


object network remote
 nat (inside,outside) static interface service tcp 3389 3389
object network https
 nat (inside,outside) static interface service tcp https https
object network http
 nat (inside,outside) static interface service tcp www www
object network smtp
 nat (inside,outside) static interface service tcp smtp smtp
object network pop3
 nat (inside,outside) static interface service tcp pop3 pop3
object network imap
 nat (inside,outside) static interface service tcp imap4 imap4
object network 81
 nat (inside,outside) static interface service tcp 81 81
object network 82
 nat (inside,outside) static interface service tcp 82 82
access-group External_access_in in interface outside
access-group Internal_access_in in interface inside



route outside 0.0.0.0 0.0.0.0 192.168.1.200 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 192.168.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 0.0.0.0 0.0.0.0 outside
telnet 192.168.1.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd dns 203.162.0.181
!
threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
webvpn
username tidadmin password z.LOsU12wSFTyd4m encrypted privilege 15
!
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:80467bad3c53ad2084876331274a7779
: end</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Can anyone please help what went wrong in this config, webserver is accessible from outside but not from inside using FDQn, i can only access the webserver from inside using internal ip address but not with the public address. I tried with my old non cisco firewall and it works fine. Please help. thanks&#8230;</p>
<p>User Access Verification</p>
<p>Password:<br />
Type help or &#8216;?&#8217; for a list of available commands.<br />
TID&gt; en<br />
Password: ******<br />
TID# sh run<br />
: Saved<br />
:<br />
ASA Version 8.3(1)<br />
!<br />
hostname TID<br />
enable password hNoJA51JsYfVzHT6 encrypted<br />
passwd hNoJA51JsYfVzHT6 encrypted<br />
names<br />
!<br />
interface Ethernet0/0<br />
 nameif outside<br />
 security-level 0<br />
 ip address x.x.x.x 255.255.255.0<br />
!<br />
interface Ethernet0/1<br />
 nameif inside<br />
 security-level 100<br />
 ip address 192.168.1.200 255.255.255.0<br />
!<br />
interface Ethernet0/2<br />
 shutdown<br />
 no nameif<br />
 no security-level<br />
 no ip address<br />
!<br />
interface Ethernet0/3<br />
 shutdown<br />
 no nameif<br />
 no security-level<br />
 no ip address<br />
!<br />
interface Management0/0<br />
 nameif management<br />
 security-level 100<br />
 no ip address<br />
 management-only<br />
!<br />
ftp mode passive<br />
object network obj_any<br />
 subnet 0.0.0.0 0.0.0.0<br />
object network remote<br />
 host 192.168.1.199<br />
object network https<br />
 host 192.168.1.199<br />
object network http<br />
 host 192.168.1.199<br />
object network smtp<br />
 host 192.168.1.199<br />
object network pop3<br />
 host 192.168.1.199<br />
object network imap<br />
 host 192.168.1.199<br />
object network 81<br />
 host 192.168.1.197<br />
object network 82<br />
 host 192.168.1.197</p>
<p>access-list internet_access_in extended permit icmp any any<br />
access-list lan_access_in extended permit icmp any any<br />
access-list 100 extended permit icmp any any echo-reply<br />
access-list Internal_access_in extended permit ip 192.168.1.0 255.255.255.0 any<br />
access-list External_access_in extended permit icmp any any echo-reply<br />
access-list External_access_in extended permit icmp any interface outside time-exceeded<br />
access-list External_access_in extended permit ip any 192.168.1.0 255.255.255.0<br />
access-list External_access_in extended permit tcp any interface outside eq https<br />
access-list External_access_in extended permit tcp any interface outside eq www<br />
access-list External_access_in extended permit tcp any interface outside eq imap4<br />
access-list External_access_in extended permit tcp any interface outside eq smtp<br />
access-list External_access_in extended permit tcp any interface outside eq pop3<br />
access-list outside_access_in extended permit tcp any eq 3389 host 192.168.1.199 eq 3389</p>
<p>pager lines 24<br />
logging enable<br />
logging asdm informational<br />
mtu outside 1500<br />
mtu inside 1500<br />
mtu management 1500<br />
icmp unreachable rate-limit 1 burst-size 1<br />
icmp permit any outside<br />
icmp permit any inside<br />
icmp permit any management<br />
asdm image disk0:/asdm-631.bin<br />
no asdm history enable<br />
arp timeout 14400</p>
<p>!<br />
object network obj_any<br />
 nat (inside,outside) dynamic interface</p>
<p>object network remote<br />
 nat (inside,outside) static interface service tcp 3389 3389<br />
object network https<br />
 nat (inside,outside) static interface service tcp https https<br />
object network http<br />
 nat (inside,outside) static interface service tcp www www<br />
object network smtp<br />
 nat (inside,outside) static interface service tcp smtp smtp<br />
object network pop3<br />
 nat (inside,outside) static interface service tcp pop3 pop3<br />
object network imap<br />
 nat (inside,outside) static interface service tcp imap4 imap4<br />
object network 81<br />
 nat (inside,outside) static interface service tcp 81 81<br />
object network 82<br />
 nat (inside,outside) static interface service tcp 82 82<br />
access-group External_access_in in interface outside<br />
access-group Internal_access_in in interface inside</p>
<p>route outside 0.0.0.0 0.0.0.0 192.168.1.200 1<br />
timeout xlate 3:00:00<br />
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02<br />
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00<br />
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00<br />
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute<br />
timeout tcp-proxy-reassembly 0:01:00<br />
dynamic-access-policy-record DfltAccessPolicy<br />
http server enable<br />
http 192.168.1.0 255.255.255.0 management<br />
http 192.168.1.0 255.255.255.0 inside<br />
no snmp-server location<br />
no snmp-server contact<br />
snmp-server enable traps snmp authentication linkup linkdown coldstart<br />
crypto ipsec security-association lifetime seconds 28800<br />
crypto ipsec security-association lifetime kilobytes 4608000<br />
telnet 0.0.0.0 0.0.0.0 outside<br />
telnet 192.168.1.0 255.255.255.0 inside<br />
telnet timeout 5<br />
ssh timeout 5<br />
console timeout 0<br />
dhcpd dns 203.162.0.181<br />
!<br />
threat-detection basic-threat<br />
threat-detection statistics access-list<br />
no threat-detection statistics tcp-intercept<br />
webvpn<br />
username tidadmin password z.LOsU12wSFTyd4m encrypted privilege 15<br />
!<br />
class-map inspection_default<br />
 match default-inspection-traffic<br />
!<br />
!<br />
policy-map type inspect dns preset_dns_map<br />
 parameters<br />
  message-length maximum client auto<br />
  message-length maximum 512<br />
policy-map global_policy<br />
 class inspection_default<br />
  inspect dns preset_dns_map<br />
  inspect ftp<br />
  inspect h323 h225<br />
  inspect h323 ras<br />
  inspect rsh<br />
  inspect rtsp<br />
  inspect esmtp<br />
  inspect sqlnet<br />
  inspect skinny<br />
  inspect sunrpc<br />
  inspect xdmcp<br />
  inspect sip<br />
  inspect netbios<br />
  inspect tftp<br />
  inspect ip-options<br />
!<br />
service-policy global_policy global<br />
prompt hostname context<br />
Cryptochecksum:80467bad3c53ad2084876331274a7779<br />
: end</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tamadite</title>
		<link>http://www.networkstraining.com/how-to-configure-a-cisco-asa-5510-firewall-basic-configuration-tutorial/comment-page-1/#comment-2210</link>
		<dc:creator>Tamadite</dc:creator>
		<pubDate>Tue, 14 Jun 2011 20:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.networkstraining.com/?p=463#comment-2210</guid>
		<description>Well, somehow I get it to work. Don&#039;t ask me why because I have read in many places that it is not possible. What I tried is DNS doctoring. With the solution given on comment #66 I can reach the web server in the DMZ from inside using the URL only, not via real IP (web server IP in the DMZ). Now with the solution I give below I can reach the web server in the DMZ from inside using both, the URL and the real web server IP in the DMZ.

object network web_dmz_inside
 host 172.16.1.2
nat (dmz,outside) static interface dns

The strangest thing is that I am using PAT and for what I have read it should not work either. 

I thought about modifying the local host file on my inside clients but as last resource. Now, unless I am doing something really stupid, I will keep it like this.

Please advice.</description>
		<content:encoded><![CDATA[<p>Well, somehow I get it to work. Don&#8217;t ask me why because I have read in many places that it is not possible. What I tried is DNS doctoring. With the solution given on comment #66 I can reach the web server in the DMZ from inside using the URL only, not via real IP (web server IP in the DMZ). Now with the solution I give below I can reach the web server in the DMZ from inside using both, the URL and the real web server IP in the DMZ.</p>
<p>object network web_dmz_inside<br />
 host 172.16.1.2<br />
nat (dmz,outside) static interface dns</p>
<p>The strangest thing is that I am using PAT and for what I have read it should not work either. </p>
<p>I thought about modifying the local host file on my inside clients but as last resource. Now, unless I am doing something really stupid, I will keep it like this.</p>
<p>Please advice.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: www.networkstraining.com @ 2012-02-07 19:26:11 -->
