<?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 Publishing webserver in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/publishing-webserver/m-p/1767180#M533199</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network dmz_server&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; host 10.0.0.253&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; nat (inside,outside) static xx.xx.xx.35&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both the nats woudl do the same thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Aug 2011 10:59:42 GMT</pubDate>
    <dc:creator>varrao</dc:creator>
    <dc:date>2011-08-18T10:59:42Z</dc:date>
    <item>
      <title>Publishing webserver</title>
      <link>https://community.cisco.com/t5/network-security/publishing-webserver/m-p/1767177#M533194</link>
      <description>&lt;P&gt;I've tried to get my head around this but beeing used to Juniper and Watchguard devices I just can't get my home webserver published to the outside interface.&lt;/P&gt;&lt;P&gt;I have a ASA5505 with ASA version 8.4 and ASDM version 6.4 and the basic license. &lt;/P&gt;&lt;P&gt;Outside interface is X.X.X.32/255.255.255.248 so I have 5 static IP:s on my external interface, .34 is in use for the outside interface.&lt;/P&gt;&lt;P&gt;Inside 10.10.10.0/25&lt;/P&gt;&lt;P&gt;DMZ 10.0.0.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a webserver in DMZ located at 10.0.0.253 and would like to publish it to the external IP X.X.X.35.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried to make the static NAT but every time I do either nothing goes in or out of the DMZ zone or you can't access the webserver from the outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone point me to a clear guide on this that doesn't assume you are used to cisco devices and would apply to the right ASA versions. Or try to talk me trough it here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now I deleted all trials since none of them work so only the basic config is applied. Everything get's NAT:ed to the external interface .34 IP.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:13:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/publishing-webserver/m-p/1767177#M533194</guid>
      <dc:creator>MatsHellman</dc:creator>
      <dc:date>2019-03-11T21:13:38Z</dc:date>
    </item>
    <item>
      <title>Publishing webserver</title>
      <link>https://community.cisco.com/t5/network-security/publishing-webserver/m-p/1767178#M533196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would need the following nat statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network external_ip&lt;/P&gt;&lt;P&gt; host xx.xx.xx.35&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network internal_ip&lt;/P&gt;&lt;P&gt;&amp;nbsp; host 10.0.0.253&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (outside,inside) source static any any destination static external_ip internal_ip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate helpful posts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 10:42:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/publishing-webserver/m-p/1767178#M533196</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-08-18T10:42:16Z</dc:date>
    </item>
    <item>
      <title>Publishing webserver</title>
      <link>https://community.cisco.com/t5/network-security/publishing-webserver/m-p/1767179#M533198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you want to statically nat your webserver in DMZ to outside then you must:&lt;/P&gt;&lt;P&gt;1)first do the static PAT config which for 8.4 OS should be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network webserver&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; host 10.0.0.253&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; nat (dmz,outside) static X.X.X.35 service tcp 80 80&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) create an ACL permitting access to the webserver from outside and apply it on interface outside inbound like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list WEBSERVER_OUT extended permit tcp any host 10.0.0.253 eq 80&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list WEBSERVER_OUT extended permit icmp any host 10.0.0.253 echo-reply&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-group WEBSERVER_OUT in interface outside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 10:58:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/publishing-webserver/m-p/1767179#M533198</guid>
      <dc:creator>cadet alain</dc:creator>
      <dc:date>2011-08-18T10:58:20Z</dc:date>
    </item>
    <item>
      <title>Publishing webserver</title>
      <link>https://community.cisco.com/t5/network-security/publishing-webserver/m-p/1767180#M533199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network dmz_server&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; host 10.0.0.253&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; nat (inside,outside) static xx.xx.xx.35&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both the nats woudl do the same thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 10:59:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/publishing-webserver/m-p/1767180#M533199</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-08-18T10:59:42Z</dc:date>
    </item>
    <item>
      <title>Publishing webserver</title>
      <link>https://community.cisco.com/t5/network-security/publishing-webserver/m-p/1767181#M533202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much, looking att the commands they are clear and selfexplanatory. Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 11:13:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/publishing-webserver/m-p/1767181#M533202</guid>
      <dc:creator>MatsHellman</dc:creator>
      <dc:date>2011-08-18T11:13:39Z</dc:date>
    </item>
  </channel>
</rss>

