<?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: Configure Static Routing on Cisco ASA Firewall</title>
	<atom:link href="http://www.tech21century.com/configure-static-routing-on-cisco-asa-firewall/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech21century.com/configure-static-routing-on-cisco-asa-firewall/</link>
	<description>Technology in the 21st Century</description>
	<lastBuildDate>Sat, 04 May 2013 09:19:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: BlogAdmin</title>
		<link>http://www.tech21century.com/configure-static-routing-on-cisco-asa-firewall/comment-page-1/#comment-15568</link>
		<dc:creator>BlogAdmin</dc:creator>
		<pubDate>Sat, 29 Oct 2011 07:17:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech21century.com/?p=202#comment-15568</guid>
		<description><![CDATA[BD,

Assuming you have the configuration you have posted above, you will need to allow DNS protocol on the dmz_int access list as below:

&lt;strong&gt;access-list dmz_int extended permit udp host 172.16.16.80 any eq 53&lt;/strong&gt;

Also, to access the web server on port 80 from outside, you need to create a static NAT command between dmz and outside ( something that you have done already) and also allow port 80 on the outside acl (which you have done already as well). The problem is that you have not attached the outside_in acl on the outside interface:

&lt;strong&gt;access-group outside_in in interface outside&lt;/strong&gt;

 After you do the above, you will be able to access the web server via 41.223.156.107 (on port 80 though, NOT on 8080)

OK??]]></description>
		<content:encoded><![CDATA[<p>BD,</p>
<p>Assuming you have the configuration you have posted above, you will need to allow DNS protocol on the dmz_int access list as below:</p>
<p><strong>access-list dmz_int extended permit udp host 172.16.16.80 any eq 53</strong></p>
<p>Also, to access the web server on port 80 from outside, you need to create a static NAT command between dmz and outside ( something that you have done already) and also allow port 80 on the outside acl (which you have done already as well). The problem is that you have not attached the outside_in acl on the outside interface:</p>
<p><strong>access-group outside_in in interface outside</strong></p>
<p> After you do the above, you will be able to access the web server via 41.223.156.107 (on port 80 though, NOT on 8080)</p>
<p>OK??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BD</title>
		<link>http://www.tech21century.com/configure-static-routing-on-cisco-asa-firewall/comment-page-1/#comment-15535</link>
		<dc:creator>BD</dc:creator>
		<pubDate>Thu, 27 Oct 2011 20:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech21century.com/?p=202#comment-15535</guid>
		<description><![CDATA[Hi Dear BlogAdmin.

Well im really sorry for my insistence or for being so hard to understand you. but one thing is for sure, since i started writting you, i´ve been improving my skill as far as asa appliance is concern.

Well as i said before and as you know i was having a problem with my internal users who couldnot access my dmz zone...but now with the above sh run config (still the latest) it seem i can reach my dmz zone specifically to the server with ip 172.16.16.80 for www, as i have installed in this server a EASY PHP WEBSERVER..and from the inside pc or network (10.1.4.x) i can access that webserver through the browser 172.16.16.80:8080 and it open that web server.

So now the problem is: the server on dmz doent have internet access...could you please help me with the right config command (access list) hat will allow server on dmz to have internet?pls

On the Other side.....from the outside, or internet i tried to reach that server on dmz through its private or translated ip address, so through the browser i type (41.223.156.106:8080)or even without the 8080...but i couldnt reach that webpage on the server on dmz.

Could you pls help me finding out why im not accessing my server on dmz??pls


Dear Admin....pls forive as im still to young and just learning about the security appliance.....remember your help could be so vital and could make such a big impact.


I thank you in advanced.



BD]]></description>
		<content:encoded><![CDATA[<p>Hi Dear BlogAdmin.</p>
<p>Well im really sorry for my insistence or for being so hard to understand you. but one thing is for sure, since i started writting you, i´ve been improving my skill as far as asa appliance is concern.</p>
<p>Well as i said before and as you know i was having a problem with my internal users who couldnot access my dmz zone&#8230;but now with the above sh run config (still the latest) it seem i can reach my dmz zone specifically to the server with ip 172.16.16.80 for www, as i have installed in this server a EASY PHP WEBSERVER..and from the inside pc or network (10.1.4.x) i can access that webserver through the browser 172.16.16.80:8080 and it open that web server.</p>
<p>So now the problem is: the server on dmz doent have internet access&#8230;could you please help me with the right config command (access list) hat will allow server on dmz to have internet?pls</p>
<p>On the Other side&#8230;..from the outside, or internet i tried to reach that server on dmz through its private or translated ip address, so through the browser i type (41.223.156.106:8080)or even without the 8080&#8230;but i couldnt reach that webpage on the server on dmz.</p>
<p>Could you pls help me finding out why im not accessing my server on dmz??pls</p>
<p>Dear Admin&#8230;.pls forive as im still to young and just learning about the security appliance&#8230;..remember your help could be so vital and could make such a big impact.</p>
<p>I thank you in advanced.</p>
<p>BD</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlogAdmin</title>
		<link>http://www.tech21century.com/configure-static-routing-on-cisco-asa-firewall/comment-page-1/#comment-15383</link>
		<dc:creator>BlogAdmin</dc:creator>
		<pubDate>Wed, 19 Oct 2011 09:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech21century.com/?p=202#comment-15383</guid>
		<description><![CDATA[If you access the web server from inside, it means that the inside communicated with dmz just fine. Pinging is not a reliable way to say if you have communication or not. Accessing real services (such as HTTP) is what proves that you actually have proper communication.

To allow ping you must allow icmp echo-reply on the dmz_int access-list. Also, to allow internet access from the dmz, you must allow DNS udp 53 on the dmz_int access list as well.]]></description>
		<content:encoded><![CDATA[<p>If you access the web server from inside, it means that the inside communicated with dmz just fine. Pinging is not a reliable way to say if you have communication or not. Accessing real services (such as HTTP) is what proves that you actually have proper communication.</p>
<p>To allow ping you must allow icmp echo-reply on the dmz_int access-list. Also, to allow internet access from the dmz, you must allow DNS udp 53 on the dmz_int access list as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BD</title>
		<link>http://www.tech21century.com/configure-static-routing-on-cisco-asa-firewall/comment-page-1/#comment-15380</link>
		<dc:creator>BD</dc:creator>
		<pubDate>Wed, 19 Oct 2011 09:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech21century.com/?p=202#comment-15380</guid>
		<description><![CDATA[Hi dear BlogAdmin

As you may know im stil struggling in getting my inside network to access or communicate to my dmz .

As i got another ASA5520 for my test, so i have configured the other asa, and according to this configuration bellow, i have installed a the EASYphp web server on the Server with 172.16.16.80 the wwww on the dmz. so now, from the inside network i can access that page, but i got dont get successfull ping like for instence at the same server with 172.16.16.80 even though i can access the web server on it through the easy php applic.

The other thing is that i dont have internet connection on my dmz, i mean the servers with 172.16.16.80 the www and 172.16.16.25 emal server

However, my concern is......does it  really means that my inside network is communicating with the dmx now?
How do i enable reall ping?? is there any command to enable ping?

Dear BlogAdmin, according to my config bellow, can you recheck it for me if i have missed anything else.

Why im not getting succeessfull ping to dmz?but it can open the web server i have installed on server on the dmz? why im not getting internet on the dmz? can you pls help?
What other real test i should make to make sure im reaching my dmz? since right now i dont have yet the www and smtp email server running?


Dear BlogAdmin, i should always thank you so much for your time and cooperation, and remember that ant single help from you will be highly appretiated.

Thanx in advanced:


ciscoasa(config)# sh run
: Saved
:
ASA Version 7.0(8)
!
hostname ciscoasa
domain-name parlamento.ao
enable password 8Ry2YjIyt7RRXU24 encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
names
dns-guard
!
interface GigabitEthernet0/0
 description Link to Gateway
 nameif outside
 security-level 0
 ip address 41.223.156.109 255.255.255.248
!
interface GigabitEthernet0/1
 description Link to Local Lan
 nameif inside
 security-level 100
 ip address 10.1.4.1 255.255.252.0
!
interface GigabitEthernet0/2
 description Link to dmz
 nameif dmz
 security-level 50
 ip address 172.16.16.1 255.255.255.0
!
interface GigabitEthernet0/3
 shutdown
 no nameif
 no security-level
 no ip address
!
interface Management0/0
 shutdown
 no nameif
 no security-level
 no ip address
!
ftp mode passive
access-list outside_in extended permit tcp any host 41.223.156.106 eq smtp
access-list outside_in extended permit tcp any host 41.223.156.107 eq www
access-list dmz_int extended permit tcp host 172.16.16.25 any eq smtp
access-list dmz_int extended permit tcp host 172.16.16.80 any eq www
access-list outside_int extended permit tcp any host 41.223.156.106 eq smtp
access-list outside_int extended permit icmp any any
access-list INSIDE extended permit ip 10.1.4.0 255.255.252.0 any
access-list OUT-TO-DMZ extended permit icmp any any log
access-list OUT-TO-DMZ extended deny ip any any
access-list inside extended permit tcp any any eq pop3
access-list inside extended permit tcp any any eq smtp
access-list inside extended permit tcp any any eq ssh
access-list inside extended permit tcp any any eq https
access-list inside extended permit udp any any eq domain
access-list inside extended permit tcp any any eq domain
access-list inside extended permit tcp any any eq www
access-list inside extended permit ip any any
access-list inside extended permit icmp any any
access-list dmz extended permit ip any any
access-list dmz extended permit icmp any any
access-list DMZ_IN extended permit icmp any any echo
access-list 101 extended permit icmp any any echo-reply
access-list cap extended permit ip 172.16.16.0 255.255.255.0 10.1.4.0 255.255.252.0
access-list cap extended permit ip 10.1.4.0 255.255.252.0 172.16.16.0 255.255.255.0
pager lines 24
mtu outside 1500
mtu inside 1500
mtu dmz 1500
no failover
asdm image disk0:/asdm-508.bin
no asdm history enable
arp timeout 14400
nat-control
global (outside) 1 interface
global (dmz) 1 interface
nat (inside) 1 10.1.4.0 255.255.252.0
static (inside,dmz) 10.1.4.0 10.1.4.0 netmask 255.255.252.0
static (dmz,outside) 41.223.156.106 172.16.16.25 netmask 255.255.255.255
static (dmz,outside) 41.223.156.107 172.16.16.80 netmask 255.255.255.255
access-group dmz_int in interface dmz
access-group inside in interface inside

route outside 0.0.0.0 0.0.0.0 41.223.156.108 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
timeout mgcp-pat 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
username tchipa password JUU.kVt2Und.Vd23 encrypted privilege 15
aaa authentication ssh console LOCAL
http server enable
http 10.1.4.100 255.255.255.255 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 timeout 5
ssh 10.1.4.100 255.255.255.255 inside
ssh timeout 10
console timeout 0
!
class-map inspection_default
 match default-inspection-traffic
!
!
policy-map global_policy
 class inspection_default
  inspect dns maximum-length 512
  inspect ftp
  inspect h323 h225
  inspect h323 ras
  inspect netbios
  inspect rsh
  inspect rtsp
  inspect skinny
  inspect esmtp
  inspect sqlnet
  inspect sunrpc
  inspect tftp
  inspect sip
  inspect xdmcp
  inspect icmp
!
service-policy global_policy global
Cryptochecksum:48ba8cf4e31f2940e44293256d84ce38
: end



BD]]></description>
		<content:encoded><![CDATA[<p>Hi dear BlogAdmin</p>
<p>As you may know im stil struggling in getting my inside network to access or communicate to my dmz .</p>
<p>As i got another ASA5520 for my test, so i have configured the other asa, and according to this configuration bellow, i have installed a the EASYphp web server on the Server with 172.16.16.80 the wwww on the dmz. so now, from the inside network i can access that page, but i got dont get successfull ping like for instence at the same server with 172.16.16.80 even though i can access the web server on it through the easy php applic.</p>
<p>The other thing is that i dont have internet connection on my dmz, i mean the servers with 172.16.16.80 the www and 172.16.16.25 emal server</p>
<p>However, my concern is&#8230;&#8230;does it  really means that my inside network is communicating with the dmx now?<br />
How do i enable reall ping?? is there any command to enable ping?</p>
<p>Dear BlogAdmin, according to my config bellow, can you recheck it for me if i have missed anything else.</p>
<p>Why im not getting succeessfull ping to dmz?but it can open the web server i have installed on server on the dmz? why im not getting internet on the dmz? can you pls help?<br />
What other real test i should make to make sure im reaching my dmz? since right now i dont have yet the www and smtp email server running?</p>
<p>Dear BlogAdmin, i should always thank you so much for your time and cooperation, and remember that ant single help from you will be highly appretiated.</p>
<p>Thanx in advanced:</p>
<p>ciscoasa(config)# sh run<br />
: Saved<br />
:<br />
ASA Version 7.0(8)<br />
!<br />
hostname ciscoasa<br />
domain-name parlamento.ao<br />
enable password 8Ry2YjIyt7RRXU24 encrypted<br />
passwd 2KFQnbNIdI.2KYOU encrypted<br />
names<br />
dns-guard<br />
!<br />
interface GigabitEthernet0/0<br />
 description Link to Gateway<br />
 nameif outside<br />
 security-level 0<br />
 ip address 41.223.156.109 255.255.255.248<br />
!<br />
interface GigabitEthernet0/1<br />
 description Link to Local Lan<br />
 nameif inside<br />
 security-level 100<br />
 ip address 10.1.4.1 255.255.252.0<br />
!<br />
interface GigabitEthernet0/2<br />
 description Link to dmz<br />
 nameif dmz<br />
 security-level 50<br />
 ip address 172.16.16.1 255.255.255.0<br />
!<br />
interface GigabitEthernet0/3<br />
 shutdown<br />
 no nameif<br />
 no security-level<br />
 no ip address<br />
!<br />
interface Management0/0<br />
 shutdown<br />
 no nameif<br />
 no security-level<br />
 no ip address<br />
!<br />
ftp mode passive<br />
access-list outside_in extended permit tcp any host 41.223.156.106 eq smtp<br />
access-list outside_in extended permit tcp any host 41.223.156.107 eq www<br />
access-list dmz_int extended permit tcp host 172.16.16.25 any eq smtp<br />
access-list dmz_int extended permit tcp host 172.16.16.80 any eq www<br />
access-list outside_int extended permit tcp any host 41.223.156.106 eq smtp<br />
access-list outside_int extended permit icmp any any<br />
access-list INSIDE extended permit ip 10.1.4.0 255.255.252.0 any<br />
access-list OUT-TO-DMZ extended permit icmp any any log<br />
access-list OUT-TO-DMZ extended deny ip any any<br />
access-list inside extended permit tcp any any eq pop3<br />
access-list inside extended permit tcp any any eq smtp<br />
access-list inside extended permit tcp any any eq ssh<br />
access-list inside extended permit tcp any any eq https<br />
access-list inside extended permit udp any any eq domain<br />
access-list inside extended permit tcp any any eq domain<br />
access-list inside extended permit tcp any any eq www<br />
access-list inside extended permit ip any any<br />
access-list inside extended permit icmp any any<br />
access-list dmz extended permit ip any any<br />
access-list dmz extended permit icmp any any<br />
access-list DMZ_IN extended permit icmp any any echo<br />
access-list 101 extended permit icmp any any echo-reply<br />
access-list cap extended permit ip 172.16.16.0 255.255.255.0 10.1.4.0 255.255.252.0<br />
access-list cap extended permit ip 10.1.4.0 255.255.252.0 172.16.16.0 255.255.255.0<br />
pager lines 24<br />
mtu outside 1500<br />
mtu inside 1500<br />
mtu dmz 1500<br />
no failover<br />
asdm image disk0:/asdm-508.bin<br />
no asdm history enable<br />
arp timeout 14400<br />
nat-control<br />
global (outside) 1 interface<br />
global (dmz) 1 interface<br />
nat (inside) 1 10.1.4.0 255.255.252.0<br />
static (inside,dmz) 10.1.4.0 10.1.4.0 netmask 255.255.252.0<br />
static (dmz,outside) 41.223.156.106 172.16.16.25 netmask 255.255.255.255<br />
static (dmz,outside) 41.223.156.107 172.16.16.80 netmask 255.255.255.255<br />
access-group dmz_int in interface dmz<br />
access-group inside in interface inside</p>
<p>route outside 0.0.0.0 0.0.0.0 41.223.156.108 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<br />
timeout mgcp-pat 0:05:00 sip 0:30:00 sip_media 0:02:00<br />
timeout uauth 0:05:00 absolute<br />
username tchipa password JUU.kVt2Und.Vd23 encrypted privilege 15<br />
aaa authentication ssh console LOCAL<br />
http server enable<br />
http 10.1.4.100 255.255.255.255 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 timeout 5<br />
ssh 10.1.4.100 255.255.255.255 inside<br />
ssh timeout 10<br />
console timeout 0<br />
!<br />
class-map inspection_default<br />
 match default-inspection-traffic<br />
!<br />
!<br />
policy-map global_policy<br />
 class inspection_default<br />
  inspect dns maximum-length 512<br />
  inspect ftp<br />
  inspect h323 h225<br />
  inspect h323 ras<br />
  inspect netbios<br />
  inspect rsh<br />
  inspect rtsp<br />
  inspect skinny<br />
  inspect esmtp<br />
  inspect sqlnet<br />
  inspect sunrpc<br />
  inspect tftp<br />
  inspect sip<br />
  inspect xdmcp<br />
  inspect icmp<br />
!<br />
service-policy global_policy global<br />
Cryptochecksum:48ba8cf4e31f2940e44293256d84ce38<br />
: end</p>
<p>BD</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BD</title>
		<link>http://www.tech21century.com/configure-static-routing-on-cisco-asa-firewall/comment-page-1/#comment-15265</link>
		<dc:creator>BD</dc:creator>
		<pubDate>Tue, 11 Oct 2011 15:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech21century.com/?p=202#comment-15265</guid>
		<description><![CDATA[OK Dear BlogAdmin

I did accordingly to your above statement, and everything is back to normal, i mean the inside network now can access internet back, and thank you so much for your precious time and cooperation for being there as great IT professional, and as well for sharing your vision....i thank you Sir.

So by the way, the internal network still cannot reach my dmz.
Anyone can help according to the ASA 5520 v7 sh run please?



BD]]></description>
		<content:encoded><![CDATA[<p>OK Dear BlogAdmin</p>
<p>I did accordingly to your above statement, and everything is back to normal, i mean the inside network now can access internet back, and thank you so much for your precious time and cooperation for being there as great IT professional, and as well for sharing your vision&#8230;.i thank you Sir.</p>
<p>So by the way, the internal network still cannot reach my dmz.<br />
Anyone can help according to the ASA 5520 v7 sh run please?</p>
<p>BD</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlogAdmin</title>
		<link>http://www.tech21century.com/configure-static-routing-on-cisco-asa-firewall/comment-page-1/#comment-15252</link>
		<dc:creator>BlogAdmin</dc:creator>
		<pubDate>Mon, 10 Oct 2011 18:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech21century.com/?p=202#comment-15252</guid>
		<description><![CDATA[OK, you have sent me so many configurations that you got me confused. 

Put back the nat statements as below:

&lt;strong&gt;nat (inside) 1 10.1.4.0 255.255.255.0
global (outside) 1 interface
global (dmz) 1 interface
&lt;/strong&gt;


and remove the nat 0 command:

&lt;strong&gt;no nat (inside) 0 access-list nonat
&lt;/strong&gt;]]></description>
		<content:encoded><![CDATA[<p>OK, you have sent me so many configurations that you got me confused. </p>
<p>Put back the nat statements as below:</p>
<p><strong>nat (inside) 1 10.1.4.0 255.255.255.0<br />
global (outside) 1 interface<br />
global (dmz) 1 interface<br />
</strong></p>
<p>and remove the nat 0 command:</p>
<p><strong>no nat (inside) 0 access-list nonat<br />
</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BD</title>
		<link>http://www.tech21century.com/configure-static-routing-on-cisco-asa-firewall/comment-page-1/#comment-15251</link>
		<dc:creator>BD</dc:creator>
		<pubDate>Mon, 10 Oct 2011 17:38:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech21century.com/?p=202#comment-15251</guid>
		<description><![CDATA[Hi Dear BlogAdmin.

I have procceede accordingly exactly as you said....
but unfortunatly it still didnt work.....insteady, after that i have no internet at all...

All the Inside PC or my entire network has no internet connection...it fails automatically after that...

How do i remove the above commands pls... i need the internet back or to bring back everything as before pls.

And as for my issue...any other clear idea why im not accessing my dmz from the inside network??

BD]]></description>
		<content:encoded><![CDATA[<p>Hi Dear BlogAdmin.</p>
<p>I have procceede accordingly exactly as you said&#8230;.<br />
but unfortunatly it still didnt work&#8230;..insteady, after that i have no internet at all&#8230;</p>
<p>All the Inside PC or my entire network has no internet connection&#8230;it fails automatically after that&#8230;</p>
<p>How do i remove the above commands pls&#8230; i need the internet back or to bring back everything as before pls.</p>
<p>And as for my issue&#8230;any other clear idea why im not accessing my dmz from the inside network??</p>
<p>BD</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlogAdmin</title>
		<link>http://www.tech21century.com/configure-static-routing-on-cisco-asa-firewall/comment-page-1/#comment-15219</link>
		<dc:creator>BlogAdmin</dc:creator>
		<pubDate>Fri, 07 Oct 2011 18:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech21century.com/?p=202#comment-15219</guid>
		<description><![CDATA[Do the following:

&lt;strong&gt;no nat (inside) 1 10.1.4.0 255.255.255.0
no global (dmz) 2 interface
global (dmz) 1 interface&lt;/strong&gt;]]></description>
		<content:encoded><![CDATA[<p>Do the following:</p>
<p><strong>no nat (inside) 1 10.1.4.0 255.255.255.0<br />
no global (dmz) 2 interface<br />
global (dmz) 1 interface</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BD</title>
		<link>http://www.tech21century.com/configure-static-routing-on-cisco-asa-firewall/comment-page-1/#comment-15210</link>
		<dc:creator>BD</dc:creator>
		<pubDate>Thu, 06 Oct 2011 19:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech21century.com/?p=202#comment-15210</guid>
		<description><![CDATA[Hi The BlogAdmin

My appology for not being able to give you the feedback of your last reply to my quations coz i´ve been out for work to a place with no internet accesas. my problem was that my internal PCs cannot reach my dmz.

Last reply of you, you said i should remove this static :static (inside,dmz) 10.1.4.0 10.1.4.0 netmask 255.255.252.0 coz when i past it, it still didnt work.

So then you said, if my problem is just the communication between inside to dmz, i should do this:

First Remove the static NAT, and then do the following:
global (dmz) 2 interface
nat (inside) 2 10.1.4.0 255.255.252.0

well i did it, i past the global (dmz) 2 interface
and when i past this; nat (inside) 2 10.1.4.0 255.255.252.0 it said duplicated entry....result my internal PCs still cannot access my server on dmz.

Dear BlogAdmin....im really so disparated and sorry for that. so any other help please?

by the way i have pasted my updated ASA sh run so you can have a better idea.


:
ASA Version 7.0(8)
!
hostname ASA2
domain-name assembleia.ao
enable password YVYn8G/3D1COct9U encrypted
passwd YVYn8G/3D1COct9U encrypted
names
dns-guard
!
interface GigabitEthernet0/0
 description &quot;Link-To-GW-Router&quot;
 nameif outside
 security-level 0
 ip address 41.223.xx.xx 255.255.255.0
!
interface GigabitEthernet0/1
 description Link To Local Lan
 nameif inside
 security-level 100
 ip address 10.1.4.x 255.255.255.0
!
interface GigabitEthernet0/2
 description &quot;Link-To-DMZ&quot;
 nameif dmz
 security-level 50
 ip address 172.16.16.1 255.255.255.0
!
interface GigabitEthernet0/3
 shutdown
 no nameif
 no security-level
 no ip address
!
interface Management0/0
 shutdown
 no nameif
 no security-level
 no ip address
!
ftp mode passive
access-list INSIDE extended permit ip 10.1.4.x 255.255.255.0 any
access-list OUT-TO-DMZ extended permit tcp any host 41.223.xx.xx eq smtp
access-list OUT-TO-DMZ extended permit tcp any host 41.223.xx.xx eq www
access-list OUT-TO-DMZ extended permit icmp any any log
access-list OUT-TO-DMZ extended deny ip any any
access-list OUT-TO-DMZ extended permit tcp any host 41.223.xx.xx eq www
access-list inside extended permit tcp any any eq pop3
access-list inside extended permit tcp any any eq smtp
access-list inside extended permit tcp any any eq ssh
access-list inside extended permit tcp any any eq telnet
access-list inside extended permit tcp any any eq https
access-list inside extended permit udp any any eq domain
access-list inside extended permit tcp any any eq domain
access-list inside extended permit tcp any any eq www
access-list inside extended permit ip any any
access-list inside extended permit icmp any any
access-list dmz extended permit ip any any
access-list dmz extended permit icmp any any
access-list DMZ_IN extended permit icmp any any echo
access-list 101 extended permit icmp any any echo-reply
access-list 101 extended permit icmp any any source-quench
access-list 101 extended permit icmp any any unreachable
access-list 101 extended permit icmp any any time-exceeded
access-list cap extended permit ip 172.16.16.0 255.255.255.0 10.1.4.0 255.255.25
5.0
access-list cap extended permit ip 10.1.4.0 255.255.255.0 172.16.16.0 255.255.25
5.0
access-list nonat extended permit ip 10.1.4.0 255.255.255.0 172.16.16.0 255.255.
255.0
pager lines 24
mtu outside 1500
mtu inside 1500
mtu dmz 1500
no failover
asdm image disk0:/asdm-508.bin
no asdm history enable
arp timeout 14400
global (outside) 1 interface
global (dmz) 2 interface
nat (inside) 0 access-list nonat
nat (inside) 1 10.1.4.0 255.255.255.0
nat (inside) 1 10.1.4.0 255.255.252.0
static (dmz,outside) tcp 41.223.XX.XX www 172.16.16.80 www netmask 255.255.255
.255
static (dmz,outside) tcp 41.223.XX.XX smtp 172.16.16.25 smtp netmask 255.255.2
55.255
access-group OUT-TO-DMZ in interface outside
access-group inside in interface inside
access-group dmz in interface dmz
route outside 0.0.0.0 0.0.0.0 41.223.XX.XX 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
timeout mgcp-pat 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
username tchipa password JUU.kVt2Und.Vd23 encrypted privilege 15
http server enable
http 10.1.4.0 255.255.255.0 inside
http 10.1.6.0 255.255.255.0 inside
http 10.1.7.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 timeout 5
ssh 10.1.4.0 255.255.255.255 inside
ssh 10.1.5.0 255.255.255.255 inside
ssh 10.1.6.0 255.255.255.255 inside
ssh 10.1.7.0 255.255.255.255 inside
ssh timeout 5
console timeout 0
!
class-map inspection_default
 match default-inspection-traffic
!
!
policy-map global_policy
 class inspection_default
  inspect dns maximum-length 512
  inspect ftp
  inspect h323 h225
  inspect h323 ras
  inspect netbios
  inspect rsh
  inspect rtsp
  inspect skinny
  inspect esmtp
  inspect sqlnet
  inspect sunrpc
  inspect tftp
  inspect sip
  inspect xdmcp
  inspect icmp
!
service-policy global_policy global
Cryptochecksum:1442681c2a378d10f026df4cf1005452
: end


Pls help.]]></description>
		<content:encoded><![CDATA[<p>Hi The BlogAdmin</p>
<p>My appology for not being able to give you the feedback of your last reply to my quations coz i´ve been out for work to a place with no internet accesas. my problem was that my internal PCs cannot reach my dmz.</p>
<p>Last reply of you, you said i should remove this static :static (inside,dmz) 10.1.4.0 10.1.4.0 netmask 255.255.252.0 coz when i past it, it still didnt work.</p>
<p>So then you said, if my problem is just the communication between inside to dmz, i should do this:</p>
<p>First Remove the static NAT, and then do the following:<br />
global (dmz) 2 interface<br />
nat (inside) 2 10.1.4.0 255.255.252.0</p>
<p>well i did it, i past the global (dmz) 2 interface<br />
and when i past this; nat (inside) 2 10.1.4.0 255.255.252.0 it said duplicated entry&#8230;.result my internal PCs still cannot access my server on dmz.</p>
<p>Dear BlogAdmin&#8230;.im really so disparated and sorry for that. so any other help please?</p>
<p>by the way i have pasted my updated ASA sh run so you can have a better idea.</p>
<p>:<br />
ASA Version 7.0(8)<br />
!<br />
hostname ASA2<br />
domain-name assembleia.ao<br />
enable password YVYn8G/3D1COct9U encrypted<br />
passwd YVYn8G/3D1COct9U encrypted<br />
names<br />
dns-guard<br />
!<br />
interface GigabitEthernet0/0<br />
 description &#8220;Link-To-GW-Router&#8221;<br />
 nameif outside<br />
 security-level 0<br />
 ip address 41.223.xx.xx 255.255.255.0<br />
!<br />
interface GigabitEthernet0/1<br />
 description Link To Local Lan<br />
 nameif inside<br />
 security-level 100<br />
 ip address 10.1.4.x 255.255.255.0<br />
!<br />
interface GigabitEthernet0/2<br />
 description &#8220;Link-To-DMZ&#8221;<br />
 nameif dmz<br />
 security-level 50<br />
 ip address 172.16.16.1 255.255.255.0<br />
!<br />
interface GigabitEthernet0/3<br />
 shutdown<br />
 no nameif<br />
 no security-level<br />
 no ip address<br />
!<br />
interface Management0/0<br />
 shutdown<br />
 no nameif<br />
 no security-level<br />
 no ip address<br />
!<br />
ftp mode passive<br />
access-list INSIDE extended permit ip 10.1.4.x 255.255.255.0 any<br />
access-list OUT-TO-DMZ extended permit tcp any host 41.223.xx.xx eq smtp<br />
access-list OUT-TO-DMZ extended permit tcp any host 41.223.xx.xx eq www<br />
access-list OUT-TO-DMZ extended permit icmp any any log<br />
access-list OUT-TO-DMZ extended deny ip any any<br />
access-list OUT-TO-DMZ extended permit tcp any host 41.223.xx.xx eq www<br />
access-list inside extended permit tcp any any eq pop3<br />
access-list inside extended permit tcp any any eq smtp<br />
access-list inside extended permit tcp any any eq ssh<br />
access-list inside extended permit tcp any any eq telnet<br />
access-list inside extended permit tcp any any eq https<br />
access-list inside extended permit udp any any eq domain<br />
access-list inside extended permit tcp any any eq domain<br />
access-list inside extended permit tcp any any eq www<br />
access-list inside extended permit ip any any<br />
access-list inside extended permit icmp any any<br />
access-list dmz extended permit ip any any<br />
access-list dmz extended permit icmp any any<br />
access-list DMZ_IN extended permit icmp any any echo<br />
access-list 101 extended permit icmp any any echo-reply<br />
access-list 101 extended permit icmp any any source-quench<br />
access-list 101 extended permit icmp any any unreachable<br />
access-list 101 extended permit icmp any any time-exceeded<br />
access-list cap extended permit ip 172.16.16.0 255.255.255.0 10.1.4.0 255.255.25<br />
5.0<br />
access-list cap extended permit ip 10.1.4.0 255.255.255.0 172.16.16.0 255.255.25<br />
5.0<br />
access-list nonat extended permit ip 10.1.4.0 255.255.255.0 172.16.16.0 255.255.<br />
255.0<br />
pager lines 24<br />
mtu outside 1500<br />
mtu inside 1500<br />
mtu dmz 1500<br />
no failover<br />
asdm image disk0:/asdm-508.bin<br />
no asdm history enable<br />
arp timeout 14400<br />
global (outside) 1 interface<br />
global (dmz) 2 interface<br />
nat (inside) 0 access-list nonat<br />
nat (inside) 1 10.1.4.0 255.255.255.0<br />
nat (inside) 1 10.1.4.0 255.255.252.0<br />
static (dmz,outside) tcp 41.223.XX.XX www 172.16.16.80 www netmask 255.255.255<br />
.255<br />
static (dmz,outside) tcp 41.223.XX.XX smtp 172.16.16.25 smtp netmask 255.255.2<br />
55.255<br />
access-group OUT-TO-DMZ in interface outside<br />
access-group inside in interface inside<br />
access-group dmz in interface dmz<br />
route outside 0.0.0.0 0.0.0.0 41.223.XX.XX 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<br />
timeout mgcp-pat 0:05:00 sip 0:30:00 sip_media 0:02:00<br />
timeout uauth 0:05:00 absolute<br />
username tchipa password JUU.kVt2Und.Vd23 encrypted privilege 15<br />
http server enable<br />
http 10.1.4.0 255.255.255.0 inside<br />
http 10.1.6.0 255.255.255.0 inside<br />
http 10.1.7.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 timeout 5<br />
ssh 10.1.4.0 255.255.255.255 inside<br />
ssh 10.1.5.0 255.255.255.255 inside<br />
ssh 10.1.6.0 255.255.255.255 inside<br />
ssh 10.1.7.0 255.255.255.255 inside<br />
ssh timeout 5<br />
console timeout 0<br />
!<br />
class-map inspection_default<br />
 match default-inspection-traffic<br />
!<br />
!<br />
policy-map global_policy<br />
 class inspection_default<br />
  inspect dns maximum-length 512<br />
  inspect ftp<br />
  inspect h323 h225<br />
  inspect h323 ras<br />
  inspect netbios<br />
  inspect rsh<br />
  inspect rtsp<br />
  inspect skinny<br />
  inspect esmtp<br />
  inspect sqlnet<br />
  inspect sunrpc<br />
  inspect tftp<br />
  inspect sip<br />
  inspect xdmcp<br />
  inspect icmp<br />
!<br />
service-policy global_policy global<br />
Cryptochecksum:1442681c2a378d10f026df4cf1005452<br />
: end</p>
<p>Pls help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BD</title>
		<link>http://www.tech21century.com/configure-static-routing-on-cisco-asa-firewall/comment-page-1/#comment-15018</link>
		<dc:creator>BD</dc:creator>
		<pubDate>Fri, 23 Sep 2011 13:16:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech21century.com/?p=202#comment-15018</guid>
		<description><![CDATA[Hi ADMIN


thatnx for your repply

By the way, you mean i should remove this static : 

static (inside,dmz) 10.1.4.0 10.1.4.0 netmask 255.255.252.0

and past this one above:

global (dmz) 2 interface
nat (inside) 2 10.1.4.0 255.255.252.0

right?

And according to my router theres nothing that could stop or block any acces right.


Thank you so much


BD]]></description>
		<content:encoded><![CDATA[<p>Hi ADMIN</p>
<p>thatnx for your repply</p>
<p>By the way, you mean i should remove this static : </p>
<p>static (inside,dmz) 10.1.4.0 10.1.4.0 netmask 255.255.252.0</p>
<p>and past this one above:</p>
<p>global (dmz) 2 interface<br />
nat (inside) 2 10.1.4.0 255.255.252.0</p>
<p>right?</p>
<p>And according to my router theres nothing that could stop or block any acces right.</p>
<p>Thank you so much</p>
<p>BD</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.tech21century.com @ 2013-05-20 21:21:54 by W3 Total Cache -->