<?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 Hi Marius, in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-version-8-0-4-problem-to-configure-dmz/m-p/3023580#M146396</link>
    <description>&lt;P&gt;Hi Marius,&lt;/P&gt;
&lt;P&gt;I want to thank you for you precious help.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Wed, 22 Feb 2017 07:35:25 GMT</pubDate>
    <dc:creator>cbemobile</dc:creator>
    <dc:date>2017-02-22T07:35:25Z</dc:date>
    <item>
      <title>PIX version 8.0(4) problem to configure DMZ</title>
      <link>https://community.cisco.com/t5/network-security/pix-version-8-0-4-problem-to-configure-dmz/m-p/3023575#M146377</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;
&lt;P&gt;I have a pix 515E firewall and have some issue with the configuration (I am a beginner).&lt;/P&gt;
&lt;P&gt;Multiple clients connected to a switch using VLANs and the switch is connected to a PIX using a trunk.&lt;/P&gt;
&lt;P&gt;The PIX is connected to the ISP router using the OUTSIDE interface.&lt;/P&gt;
&lt;P&gt;For each VLAN i create a sub interface on the pix.&lt;/P&gt;
&lt;P&gt;I have a DMZ1 with a specific server inside.&lt;/P&gt;
&lt;P&gt;This server in the DMZ1 must be accessed from the internet and also from all the inside vlan.&lt;/P&gt;
&lt;P&gt;INSIDE VLANS -&amp;gt; INTERNET&lt;/P&gt;
&lt;P&gt;INSIDE VLANS -&amp;gt; DMZ1&lt;/P&gt;
&lt;P&gt;DMZ1 -&amp;gt; INTERNET&lt;/P&gt;
&lt;P&gt;INTERNET-&amp;gt;DMZ1&lt;/P&gt;
&lt;P&gt;With the configuration i did :&lt;/P&gt;
&lt;P&gt;The Inside VLANs can access INTERNET&lt;/P&gt;
&lt;P&gt;The DMZ1 can access INTERNET&lt;/P&gt;
&lt;P&gt;I forward (NAT) all the traffic comming on the outside interface to the DMZ1 server to permit the access from INTERNET to DMZ1. (I suppose there are other solution).&lt;/P&gt;
&lt;P&gt;From VLANS i cannot access to the DMZ1 server.&lt;/P&gt;
&lt;P&gt;I am not fluent with NAT, NO NAT and ACL and perhaps this is the origin of the problems.&lt;/P&gt;
&lt;P&gt;I joint the version informations of my PIX and the running configuration&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I will appreciate your help&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 08:57:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-version-8-0-4-problem-to-configure-dmz/m-p/3023575#M146377</guid>
      <dc:creator>cbemobile</dc:creator>
      <dc:date>2019-03-12T08:57:17Z</dc:date>
    </item>
    <item>
      <title>You need to use PAT and not</title>
      <link>https://community.cisco.com/t5/network-security/pix-version-8-0-4-problem-to-configure-dmz/m-p/3023576#M146382</link>
      <description>&lt;P&gt;You need to use PAT and not static NAT all ports from outside to DMZ1&lt;/P&gt;
&lt;P&gt;for example, you can use the following to NAT 172.30.70.9 port TCP/80 to the outside interface&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;static (DMZ1,OUTSIDE) tcp interface 172.30.70.9 80 netmask 255.255.255.255&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You can also test your configuration by using the packet tracer and see if it is successful or if it fails, where it fails.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;packet-tracer input OUTSIDE tcp 4.2.2.2 12345 &amp;lt;Outside Int IP&amp;gt; 80&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;--&lt;/P&gt;
&lt;P&gt;Please remember to select a correct answer and rate helpful posts&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 16:12:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-version-8-0-4-problem-to-configure-dmz/m-p/3023576#M146382</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2017-02-20T16:12:57Z</dc:date>
    </item>
    <item>
      <title>Hi Marius,</title>
      <link>https://community.cisco.com/t5/network-security/pix-version-8-0-4-problem-to-configure-dmz/m-p/3023577#M146386</link>
      <description>&lt;P&gt;Hi Marius,&lt;/P&gt;
&lt;P&gt;Thanks for your help.&lt;/P&gt;
&lt;P&gt;I change the NATt according to your example and it's work (i join my new configuraion file).&lt;/P&gt;
&lt;P&gt;But have an issue to submit to your analysis :&lt;/P&gt;
&lt;P&gt;when i use HTTPS from outside &lt;STRONG&gt;"https:\\192.168.220.200"&lt;/STRONG&gt; i get the ASDM index.html page &lt;STRONG&gt;"https://192.168.220.200/admin/public/index.html"&lt;/STRONG&gt;. If i want to get for example the admin console of my web server (10.100.70.9) in the DMZ1 i need to use &lt;STRONG&gt;"https://192.168.220.200/console/"&lt;/STRONG&gt; and it's work. But in normal use the outside client use only "HTTPS:://mywebserver" to get the public secure access banner. It is possible to get the ASDM only using the managment interface and one inside administrator vlan and to redirect all the https traffic from the outside to the Webserver in the DMZ1.&lt;/P&gt;
&lt;P&gt;why administrator VLAN : In the future i would like, if possible, to use a VPN client from outside to manage using remote access the firewall. But if it is to complex my first goal is to get all HTTPS traffic with my webserver.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks for your help&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 11:38:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-version-8-0-4-problem-to-configure-dmz/m-p/3023577#M146386</guid>
      <dc:creator>cbemobile</dc:creator>
      <dc:date>2017-02-21T11:38:52Z</dc:date>
    </item>
    <item>
      <title>HI Marius,</title>
      <link>https://community.cisco.com/t5/network-security/pix-version-8-0-4-problem-to-configure-dmz/m-p/3023578#M146392</link>
      <description>&lt;P&gt;HI Marius,&lt;/P&gt;
&lt;P&gt;I hope i found the solution for the ASDM access.&lt;/P&gt;
&lt;P&gt;I had a look on the command "HTTP SERVER" and i saw that it is possible to change the port allocated to the ASDM (443 is the default). So, i change it using the command :&lt;/P&gt;
&lt;P&gt;"http server enable 10500"&lt;/P&gt;
&lt;P&gt;I also add an access to asdm from outside :&lt;/P&gt;
&lt;P&gt;"http 192.168.220.0 255.255.255.0 OUTSIDE"&lt;/P&gt;
&lt;P&gt;and now when i use "&lt;STRONG&gt;https:\\192.168.220.200" &lt;/STRONG&gt;i get the DMZ1 webserver HTTPS login page.&lt;/P&gt;
&lt;P&gt;When i was on an outside computer i use the ASDM launcher adding the port to address&lt;/P&gt;
&lt;P&gt;"Decive IP Address/ Name : 192.168.220.200:10500"&lt;/P&gt;
&lt;P&gt;It seem to work according to my expectations.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;What do you think about.&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;Claude&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 15:06:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-version-8-0-4-problem-to-configure-dmz/m-p/3023578#M146392</guid>
      <dc:creator>cbemobile</dc:creator>
      <dc:date>2017-02-21T15:06:05Z</dc:date>
    </item>
    <item>
      <title>This is a common practice</title>
      <link>https://community.cisco.com/t5/network-security/pix-version-8-0-4-problem-to-configure-dmz/m-p/3023579#M146394</link>
      <description>&lt;P&gt;This is a common practice when you have a server on the inside which has port TCP/443 NATed to it using the outside interface IP. &amp;nbsp;When this is the case you need to do as you say, assign a different port to access the ASDM via the outside interface. &amp;nbsp;If you do not then traffic to the ASDM will not work on port 443.&lt;/P&gt;
&lt;P&gt;--&lt;/P&gt;
&lt;P&gt;Please remember to select a correct answer and rate helpful posts&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 22:50:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-version-8-0-4-problem-to-configure-dmz/m-p/3023579#M146394</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2017-02-21T22:50:42Z</dc:date>
    </item>
    <item>
      <title>Hi Marius,</title>
      <link>https://community.cisco.com/t5/network-security/pix-version-8-0-4-problem-to-configure-dmz/m-p/3023580#M146396</link>
      <description>&lt;P&gt;Hi Marius,&lt;/P&gt;
&lt;P&gt;I want to thank you for you precious help.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 07:35:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-version-8-0-4-problem-to-configure-dmz/m-p/3023580#M146396</guid>
      <dc:creator>cbemobile</dc:creator>
      <dc:date>2017-02-22T07:35:25Z</dc:date>
    </item>
  </channel>
</rss>

