<?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 Re: Configuration difficulties with DMZ in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/configuration-difficulties-with-dmz/m-p/770789#M1008573</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried something like your exemple and that's work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JLE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Apr 2007 07:40:42 GMT</pubDate>
    <dc:creator>tagadapouette</dc:creator>
    <dc:date>2007-04-03T07:40:42Z</dc:date>
    <item>
      <title>Configuration difficulties with DMZ</title>
      <link>https://community.cisco.com/t5/network-security/configuration-difficulties-with-dmz/m-p/770787#M1008571</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I test a pix with several configurations. I'm able to configure my Pix with inside an outside (no dmz).&lt;/P&gt;&lt;P&gt;Now I activate dmz, but I've a problem.&lt;/P&gt;&lt;P&gt;-I'm able to access everything from inside to outside &lt;/P&gt;&lt;P&gt;-I'm able to access everything from inside to dmz (with 192.168.3.2)&lt;/P&gt;&lt;P&gt;-I'm able to access everything from dmz to outside&lt;/P&gt;&lt;P&gt;-I'm able to access in http from outside to dmz (with 192.168.1.241)&lt;/P&gt;&lt;P&gt;-I'm able to access to port 1433 and vpn (pptp+gre) from outside to inside (with 192.168.1.242)&lt;/P&gt;&lt;P&gt;But I'm not able to access to port 1433 from dmz to inside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the config with just the "I'm able to" thinks. I don't know how I can access port 1433 from outside to my SQL Server in inside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another think: I can't use IP from outside interface (192.168.1.240) to access to port 1433 and vpn. It' not really a problem, but I don't understand why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the last question: Is the Cisco VPN client free to download? I'm not able to use l2tp/ipsec vpn connection with MS vpn client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance to all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: please be patient, i'm not completely stupid (I hope :o), just beginer and I've some difficulties with English.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;: Saved&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;PIX Version 7.2(2)14 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname pix&lt;/P&gt;&lt;P&gt;domain-name test.com&lt;/P&gt;&lt;P&gt;enable password xxx&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 192.168.1.240 255.255.255.0 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet1&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.2.1 255.255.255.0 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet2&lt;/P&gt;&lt;P&gt; nameif dmz&lt;/P&gt;&lt;P&gt; security-level 10&lt;/P&gt;&lt;P&gt; ip address 192.168.3.1 255.255.255.0 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;passwd xxx&lt;/P&gt;&lt;P&gt;ftp mode passive&lt;/P&gt;&lt;P&gt;dns server-group DefaultDNS&lt;/P&gt;&lt;P&gt; domain-name test.com&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp any host 192.168.1.241 eq www &lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp host 192.168.1.222 host 192.168.1.242 eq 1433 &lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp host 192.168.1.222 host 192.168.1.242 eq pptp &lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit gre host 192.168.1.222 host 192.168.1.242 &lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging enable&lt;/P&gt;&lt;P&gt;logging asdm informational&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu dmz 1500&lt;/P&gt;&lt;P&gt;icmp unreachable rate-limit 1 burst-size 1&lt;/P&gt;&lt;P&gt;asdm image flash:/asdm522-58.bin&lt;/P&gt;&lt;P&gt;no asdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;nat-control&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;global (dmz) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;nat (dmz) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;static (dmz,outside) 192.168.1.241 192.168.3.2 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) 192.168.1.242 192.168.2.2 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 192.168.1.10 1&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;/P&gt;&lt;P&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;/P&gt;&lt;P&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 192.168.1.222 255.255.255.255 outside&lt;/P&gt;&lt;P&gt;http 192.168.2.2 255.255.255.255 inside&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;dhcpd address 192.168.2.2-192.168.2.254 inside&lt;/P&gt;&lt;P&gt;dhcpd enable inside&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;class-map inspection_default&lt;/P&gt;&lt;P&gt; match default-inspection-traffic&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!             &lt;/P&gt;&lt;P&gt;policy-map type inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt;  message-length maximum 512&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;  inspect dns preset_dns_map &lt;/P&gt;&lt;P&gt;  inspect ftp &lt;/P&gt;&lt;P&gt;  inspect h323 h225 &lt;/P&gt;&lt;P&gt;  inspect h323 ras &lt;/P&gt;&lt;P&gt;  inspect rsh &lt;/P&gt;&lt;P&gt;  inspect rtsp &lt;/P&gt;&lt;P&gt;  inspect esmtp &lt;/P&gt;&lt;P&gt;  inspect sqlnet &lt;/P&gt;&lt;P&gt;  inspect skinny &lt;/P&gt;&lt;P&gt;  inspect sunrpc &lt;/P&gt;&lt;P&gt;  inspect xdmcp &lt;/P&gt;&lt;P&gt;  inspect sip &lt;/P&gt;&lt;P&gt;  inspect netbios &lt;/P&gt;&lt;P&gt;  inspect tftp &lt;/P&gt;&lt;P&gt;  inspect pptp &lt;/P&gt;&lt;P&gt;  inspect http &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;prompt hostname context &lt;/P&gt;&lt;P&gt;Cryptochecksum:xxx&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 09:54:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuration-difficulties-with-dmz/m-p/770787#M1008571</guid>
      <dc:creator>tagadapouette</dc:creator>
      <dc:date>2019-03-11T09:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration difficulties with DMZ</title>
      <link>https://community.cisco.com/t5/network-security/configuration-difficulties-with-dmz/m-p/770788#M1008572</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;if you want to access an inside server from the DMZ you are missing a static statement ie. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have  &lt;/P&gt;&lt;P&gt;"static (inside,outside) 192.168.1.242 192.168.2.2 netmask 255.255.255.255"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need a static for the inside to the DMZ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie. static (inside,DMZ) 192.168.1.242 192.168.1.242 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will also need an access-list to allow the traffic to come from the DMZ to your inside server. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 11:14:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuration-difficulties-with-dmz/m-p/770788#M1008572</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2007-04-02T11:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration difficulties with DMZ</title>
      <link>https://community.cisco.com/t5/network-security/configuration-difficulties-with-dmz/m-p/770789#M1008573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried something like your exemple and that's work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JLE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 07:40:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuration-difficulties-with-dmz/m-p/770789#M1008573</guid>
      <dc:creator>tagadapouette</dc:creator>
      <dc:date>2007-04-03T07:40:42Z</dc:date>
    </item>
  </channel>
</rss>

