<?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: PIX 515E Nating Problem in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-515e-nating-problem/m-p/658874#M496598</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No man for sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Nov 2006 12:49:43 GMT</pubDate>
    <dc:creator>reagentom</dc:creator>
    <dc:date>2006-11-15T12:49:43Z</dc:date>
    <item>
      <title>PIX 515E Nating Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-nating-problem/m-p/658867#M496586</link>
      <description>&lt;P&gt;Dear All &lt;/P&gt;&lt;P&gt;I have PIX 515E with 2 interfaces, I have 4 Public IP addresses &lt;/P&gt;&lt;P&gt;I want to publish my exchange server from the internal network &lt;/P&gt;&lt;P&gt;I am able to access it by the public IP from any where through the internet except from my internal network, I am not able to access. &lt;/P&gt;&lt;P&gt;this is my config &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;name 10.3.0.0 InternalNetwork &lt;/P&gt;&lt;P&gt;name 10.3.2.2 ExchSVR &lt;/P&gt;&lt;P&gt;access-list inside_access_in permit ip InternalNetwork 255.255.0.0 any &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 2.2.2.2 ( one of my public IP) &lt;/P&gt;&lt;P&gt;pager lines 24 &lt;/P&gt;&lt;P&gt;logging on &lt;/P&gt;&lt;P&gt;interface ethernet0 auto &lt;/P&gt;&lt;P&gt;interface ethernet1 auto &lt;/P&gt;&lt;P&gt;mtu outside 1500 &lt;/P&gt;&lt;P&gt;mtu inside 1500 &lt;/P&gt;&lt;P&gt;ip address outside 2.2.2.3 255.255.255.240 (another public IP) &lt;/P&gt;&lt;P&gt;ip address inside 10.1.1.5 255.255.0.0 &lt;/P&gt;&lt;P&gt;ip verify reverse-path interface outside &lt;/P&gt;&lt;P&gt;ip verify reverse-path interface inside &lt;/P&gt;&lt;P&gt;ip audit info action alarm &lt;/P&gt;&lt;P&gt;ip audit attack action alarm drop &lt;/P&gt;&lt;P&gt;no failover &lt;/P&gt;&lt;P&gt;failover timeout 0:00:00 &lt;/P&gt;&lt;P&gt;failover poll 15 &lt;/P&gt;&lt;P&gt;failover ip address outside 0.0.0.0 &lt;/P&gt;&lt;P&gt;failover ip address inside 0.0.0.0 &lt;/P&gt;&lt;P&gt;pdm location InternalNetwork 255.255.0.0 inside &lt;/P&gt;&lt;P&gt;pdm location ExchSVR 255.255.255.255 inside &lt;/P&gt;&lt;P&gt;pdm location 2.2.2.2 255.255.255.255 outside &lt;/P&gt;&lt;P&gt;pdm logging warnings 512 &lt;/P&gt;&lt;P&gt;pdm history enable &lt;/P&gt;&lt;P&gt;arp timeout 14400 &lt;/P&gt;&lt;P&gt;global (outside) 1 interface &lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0 0 0 &lt;/P&gt;&lt;P&gt;static (inside,outside) 2.2.2.2 ExchSVR netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside &lt;/P&gt;&lt;P&gt;access-group inside_access_in in interface inside &lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 82.178.21.27 1 &lt;/P&gt;&lt;P&gt;route outside 2.2.2.2 255.255.255.255 82.178.21.27 1 &lt;/P&gt;&lt;P&gt;&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 rpc 0:10:00 h323 0:05:00 sip 0:30:00 sip_media 0:02:00 &lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 09:18:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-nating-problem/m-p/658867#M496586</guid>
      <dc:creator>reagentom</dc:creator>
      <dc:date>2020-02-21T09:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515E Nating Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-nating-problem/m-p/658868#M496588</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;You won't be able to access the public addresses of servers from the inside interface...only the addresses that reside on the inside interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way around this is using DNS.  If your DNS server is on the inside, the firewall will re-write the DNS "A" packets as they go though the firewall if it sees a match in the static translations (and in many newer versions, the DNS keywork is added to the end of the static line).  That way, from the inside, the exchsvr will resolve as 10.3.2.2 and the outside it will resolve as 2.2.2.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Gavin Budd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 23:14:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-nating-problem/m-p/658868#M496588</guid>
      <dc:creator>gbudd12345</dc:creator>
      <dc:date>2006-11-14T23:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515E Nating Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-nating-problem/m-p/658869#M496590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gavin&lt;/P&gt;&lt;P&gt;I got your point, the main for me is I have additional internal network for mobile users. this network has different VLAN with different IP range (192.168.1.0) they are connected to the internal interface of PIX  and they are  only allowed to use internet connection, I would like to allow this network to access the exchange server which located in my inetranal network but through internet only. I don't want to give any kind of direct connectivity between this network and my internal network.&lt;/P&gt;&lt;P&gt;there is a solution ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 05:24:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-nating-problem/m-p/658869#M496590</guid>
      <dc:creator>reagentom</dc:creator>
      <dc:date>2006-11-15T05:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515E Nating Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-nating-problem/m-p/658870#M496591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry gavin I didn't get you, my DNS is outside.&lt;/P&gt;&lt;P&gt;if  there is anything else related to my ISP please let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 06:14:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-nating-problem/m-p/658870#M496591</guid>
      <dc:creator>reagentom</dc:creator>
      <dc:date>2006-11-15T06:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515E Nating Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-nating-problem/m-p/658871#M496592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom&lt;/P&gt;&lt;P&gt;how can you access 10.3.2.2  if don't have a route for it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers &lt;/P&gt;&lt;P&gt;Claudio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 09:09:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-nating-problem/m-p/658871#M496592</guid>
      <dc:creator>c.spescha</dc:creator>
      <dc:date>2006-11-15T09:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515E Nating Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-nating-problem/m-p/658872#M496594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to access through public IP (NAT)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:39:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-nating-problem/m-p/658872#M496594</guid>
      <dc:creator>reagentom</dc:creator>
      <dc:date>2006-11-15T10:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515E Nating Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-nating-problem/m-p/658873#M496596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On ur Exchange IIS Server have u given any sort of IP restrictions ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 11:54:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-nating-problem/m-p/658873#M496596</guid>
      <dc:creator>baudhayan</dc:creator>
      <dc:date>2006-11-15T11:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515E Nating Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-nating-problem/m-p/658874#M496598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No man for sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 12:49:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-nating-problem/m-p/658874#M496598</guid>
      <dc:creator>reagentom</dc:creator>
      <dc:date>2006-11-15T12:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515E Nating Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-nating-problem/m-p/658875#M496601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you cannot access a public ip address from inside. but why don't you set up vlan on the FW and set ACL between them?&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 13:04:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-nating-problem/m-p/658875#M496601</guid>
      <dc:creator>c.spescha</dc:creator>
      <dc:date>2006-11-15T13:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515E Nating Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-nating-problem/m-p/658876#M496603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;He is correct, it is impossible to get access to the public addresses from the inside of the firewall.  If you DNS servers are external to your network, then there isn't an easy solution to this problem.  If you were to get up a DNS server and put the internal IP with the DNS name of the server and set up ACLs on the router that this internet only network is tied to to allow access to the server, but nothing else on your internal network; this might be the easiest solution.  Other than that, like c.spescha said, setting up VLANs on your firewall and seperating the two networks that way.  You can translate the exchange server to the public address to the other internal network and you have pretty good control of what that network can get to and what it can't get to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 16:04:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-nating-problem/m-p/658876#M496603</guid>
      <dc:creator>gbudd12345</dc:creator>
      <dc:date>2006-11-15T16:04:29Z</dc:date>
    </item>
  </channel>
</rss>

