<?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: Cisco ASA NAT examples with software version 8.4	</title>
	<atom:link href="https://networkguy.de/cisco-asa-nat-examples-with-software-version-8-4/feed/" rel="self" type="application/rss+xml" />
	<link>https://networkguy.de/cisco-asa-nat-examples-with-software-version-8-4/</link>
	<description>Share your knowledge!</description>
	<lastBuildDate>Thu, 27 Mar 2014 12:26:30 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>
		By: Muneeb		</title>
		<link>https://networkguy.de/cisco-asa-nat-examples-with-software-version-8-4/#comment-217</link>

		<dc:creator><![CDATA[Muneeb]]></dc:creator>
		<pubDate>Thu, 27 Mar 2014 12:26:30 +0000</pubDate>
		<guid isPermaLink="false">http://networkguy.de/?p=246#comment-217</guid>

					<description><![CDATA[Michel, Thank you so much for writing 
&quot;don’t forget to place no-proxy-arp at the end of the NAT statement, otherwhise your Cisco ASA will answer on every ARP-Broadcast “YES THAT’S ME HERE IS MY MAC-ADDRESS!!!11111″ -.-&quot;

This is exactly what was happening in my case. I could ping the devices but unable to connect on port 443 or 80 as the learned mac address was ASA interface for all the machines on same subnet and it was killing all my logics as I am not a cisco expert yet.]]></description>
			<content:encoded><![CDATA[<p>Michel, Thank you so much for writing<br />
&#8220;don’t forget to place no-proxy-arp at the end of the NAT statement, otherwhise your Cisco ASA will answer on every ARP-Broadcast “YES THAT’S ME HERE IS MY MAC-ADDRESS!!!11111″ -.-&#8221;</p>
<p>This is exactly what was happening in my case. I could ping the devices but unable to connect on port 443 or 80 as the learned mac address was ASA interface for all the machines on same subnet and it was killing all my logics as I am not a cisco expert yet.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Michel		</title>
		<link>https://networkguy.de/cisco-asa-nat-examples-with-software-version-8-4/#comment-212</link>

		<dc:creator><![CDATA[Michel]]></dc:creator>
		<pubDate>Wed, 19 Mar 2014 10:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://networkguy.de/?p=246#comment-212</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://networkguy.de/cisco-asa-nat-examples-with-software-version-8-4/#comment-211&quot;&gt;Ben&lt;/a&gt;.

Hi Ben,

I would try this:

object network GuestNetwork
 subnet 192.168.1.0 255.255.255.0

object network Guest-WAN-IP
 host 88.77.66.55

object network GuestNetwork
 nat (guests,outside) static Guest-WAN-IP]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://networkguy.de/cisco-asa-nat-examples-with-software-version-8-4/#comment-211">Ben</a>.</p>
<p>Hi Ben,</p>
<p>I would try this:</p>
<p>object network GuestNetwork<br />
 subnet 192.168.1.0 255.255.255.0</p>
<p>object network Guest-WAN-IP<br />
 host 88.77.66.55</p>
<p>object network GuestNetwork<br />
 nat (guests,outside) static Guest-WAN-IP</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ben		</title>
		<link>https://networkguy.de/cisco-asa-nat-examples-with-software-version-8-4/#comment-211</link>

		<dc:creator><![CDATA[Ben]]></dc:creator>
		<pubDate>Tue, 18 Mar 2014 15:22:48 +0000</pubDate>
		<guid isPermaLink="false">http://networkguy.de/?p=246#comment-211</guid>

					<description><![CDATA[Hi, I&#039;m using version 8.6 and want to have a guest vlan which uses a different external IP for its NAT address.

Here&#039;s my nat setup
Manual NAT Policies (Section 1)
1 (Inside) to (Outside) source dynamic any interface translate_hits = 13818379, untranslate_hits = 551007

2 (Wifi_guest) to (Outside) source dynamic any EXT_wifiguest_29 translate_hits = 516, untranslate_hits = 0


The second policy gets some hits but does not work. If I change it to interface, rather than the network object of an external IP, it works.]]></description>
			<content:encoded><![CDATA[<p>Hi, I&#8217;m using version 8.6 and want to have a guest vlan which uses a different external IP for its NAT address.</p>
<p>Here&#8217;s my nat setup<br />
Manual NAT Policies (Section 1)<br />
1 (Inside) to (Outside) source dynamic any interface translate_hits = 13818379, untranslate_hits = 551007</p>
<p>2 (Wifi_guest) to (Outside) source dynamic any EXT_wifiguest_29 translate_hits = 516, untranslate_hits = 0</p>
<p>The second policy gets some hits but does not work. If I change it to interface, rather than the network object of an external IP, it works.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Enabling passive FTP through Cisco ASA - Network Guy		</title>
		<link>https://networkguy.de/cisco-asa-nat-examples-with-software-version-8-4/#comment-17</link>

		<dc:creator><![CDATA[Enabling passive FTP through Cisco ASA - Network Guy]]></dc:creator>
		<pubDate>Fri, 12 Oct 2012 09:06:42 +0000</pubDate>
		<guid isPermaLink="false">http://networkguy.de/?p=246#comment-17</guid>

					<description><![CDATA[[...] I explained 1:1 NAT (with example for PPTP passthrough) in this post you can also add more PAT just based on your access-list. I recognized a problem at one customer [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] I explained 1:1 NAT (with example for PPTP passthrough) in this post you can also add more PAT just based on your access-list. I recognized a problem at one customer [&#8230;]</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
