<?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: Problems to access DNS services from a DMZ using PIX 515 UR. in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/problems-to-access-dns-services-from-a-dmz-using-pix-515-ur/m-p/404190#M557669</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, actually the problem was that in the front end servers I am using two ethernet cards,one goes to another firewall and the other goes to this DMZ so I had to use specific routes in these hosts to reach outside DNS services instead of using a default gateway.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jun 2005 00:16:14 GMT</pubDate>
    <dc:creator>sguerrero</dc:creator>
    <dc:date>2005-06-07T00:16:14Z</dc:date>
    <item>
      <title>Problems to access DNS services from a DMZ using PIX 515 UR.</title>
      <link>https://community.cisco.com/t5/network-security/problems-to-access-dns-services-from-a-dmz-using-pix-515-ur/m-p/404188#M557647</link>
      <description>&lt;P&gt;I have a configuration using a private VPN.&lt;/P&gt;&lt;P&gt;I have a 515 Firewall in which outside is connected to VPN in order to offer connection to the rest of the world. Inside connects a back-end exchange server and DMZ connects a frontEnd exchange server.&lt;/P&gt;&lt;P&gt;I am using a DNS server in the outside for the exchange server in the inside and it works OK, but I want to use the same DNS to serve the frontEnd exchange server and it is not working.&lt;/P&gt;&lt;P&gt;Here I have the addresses and static, and some of the access-list involved (not all of them). Just want to know if the problem is with the static mapping (if I am missing something, please let me know).DNS has 192.168.212.6 IP address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip address outside 192.168.212.29 255.255.255.224&lt;/P&gt;&lt;P&gt;ip address inside 192.168.100.29 255.255.255.224&lt;/P&gt;&lt;P&gt;ip address DMZ 192.168.209.94 255.255.255.224&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 192.168.212.8 192.168.100.8 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;static (inside,DMZ) 192.168.209.68 192.168.100.8 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;static (DMZ,inside) 192.168.100.15 192.168.209.65 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;static (DMZ,outside) 192.168.212.15 192.168.209.65 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;access-group acl-out in interface outside&lt;/P&gt;&lt;P&gt;access-group acl-in in interface inside&lt;/P&gt;&lt;P&gt;access-group acl-dmz in interface DMZ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These access-lists are resumed, only to validate the source and destination of communicaction. &lt;/P&gt;&lt;P&gt;access-list acl-in permit tcp host 192.168.100.8 192.168.212.6&lt;/P&gt;&lt;P&gt;access-list acl-in permit udp host 192.168.100.8 192.168.212.6&lt;/P&gt;&lt;P&gt;access-list acl-dmz permit tcp host 192.168.209.65 host 192.168.212.6&lt;/P&gt;&lt;P&gt;access-list acl-dmz permit udp host 192.168.209.65 host 192.168.212.6&lt;/P&gt;&lt;P&gt;access-list acl-out permit tcp host 192.168.212.6 192.168.212.15&lt;/P&gt;&lt;P&gt;access-list acl-out permit udp host 192.168.212.6 192.168.212.15&lt;/P&gt;&lt;P&gt;access-list acl-out permit tcp host 192.168.212.6 192.168.212.8&lt;/P&gt;&lt;P&gt;access-list acl-out permit udp host 192.168.212.6 192.168.212.8&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;</description>
      <pubDate>Fri, 21 Feb 2020 08:10:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-to-access-dns-services-from-a-dmz-using-pix-515-ur/m-p/404188#M557647</guid>
      <dc:creator>sguerrero</dc:creator>
      <dc:date>2020-02-21T08:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problems to access DNS services from a DMZ using PIX 515 UR.</title>
      <link>https://community.cisco.com/t5/network-security/problems-to-access-dns-services-from-a-dmz-using-pix-515-ur/m-p/404189#M557658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I see, your statting mapping looks good, issue is not with the static mapping.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2005 14:44:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-to-access-dns-services-from-a-dmz-using-pix-515-ur/m-p/404189#M557658</guid>
      <dc:creator>umedryk</dc:creator>
      <dc:date>2005-06-06T14:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problems to access DNS services from a DMZ using PIX 515 UR.</title>
      <link>https://community.cisco.com/t5/network-security/problems-to-access-dns-services-from-a-dmz-using-pix-515-ur/m-p/404190#M557669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, actually the problem was that in the front end servers I am using two ethernet cards,one goes to another firewall and the other goes to this DMZ so I had to use specific routes in these hosts to reach outside DNS services instead of using a default gateway.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2005 00:16:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-to-access-dns-services-from-a-dmz-using-pix-515-ur/m-p/404190#M557669</guid>
      <dc:creator>sguerrero</dc:creator>
      <dc:date>2005-06-07T00:16:14Z</dc:date>
    </item>
  </channel>
</rss>

