<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic ASA 5510, DMZ, NAT in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5510-dmz-nat/m-p/868927#M959013</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new to the ASA and I'm trying to set up a demo 5510 in a test environment.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a webserver in the DMZ that I'd like to make accessible to the inside and the outside.  I have a /27 and would like to use a different IP than the interface for the webserver and I can't figure out how to get this working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The webserver is at 172.16.0.176 and I would like to use xx.xx.184.88 to reach it from the outside.  The outside interface on the ASA is xx.xx.184.90. Inside is 10.39.0.0.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any tips?&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 11:41:41 GMT</pubDate>
    <dc:creator>shortnathan</dc:creator>
    <dc:date>2019-03-11T11:41:41Z</dc:date>
    <item>
      <title>ASA 5510, DMZ, NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-dmz-nat/m-p/868927#M959013</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new to the ASA and I'm trying to set up a demo 5510 in a test environment.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a webserver in the DMZ that I'd like to make accessible to the inside and the outside.  I have a /27 and would like to use a different IP than the interface for the webserver and I can't figure out how to get this working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The webserver is at 172.16.0.176 and I would like to use xx.xx.184.88 to reach it from the outside.  The outside interface on the ASA is xx.xx.184.90. Inside is 10.39.0.0.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any tips?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 11:41:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-dmz-nat/m-p/868927#M959013</guid>
      <dc:creator>shortnathan</dc:creator>
      <dc:date>2019-03-11T11:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5510, DMZ, NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-dmz-nat/m-p/868928#M959014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;static (DMZ,outside) xx.xx.184.88 172.16.0.176 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp any host xx.xx.184.90 eq www&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 19:13:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-dmz-nat/m-p/868928#M959014</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-12-10T19:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5510, DMZ, NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-dmz-nat/m-p/868929#M959015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nathan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (DMZ,outside) xx.xx.184.88 172.16.0.176 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host xx.xx.184.88 eq desiredportnumberhere&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For reaching from inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,DMZ) 172.16.0.176 172.16.0.176 netmask 255.255.255.25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 19:15:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-dmz-nat/m-p/868929#M959015</guid>
      <dc:creator>Alan Huseyin Kayahan</dc:creator>
      <dc:date>2007-12-10T19:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5510, DMZ, NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-dmz-nat/m-p/868930#M959016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, that worked great!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 22:42:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-dmz-nat/m-p/868930#M959016</guid>
      <dc:creator>shortnathan</dc:creator>
      <dc:date>2007-12-10T22:42:00Z</dc:date>
    </item>
  </channel>
</rss>

