<?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 as internet router and firewall. Access inside host from in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-as-internet-router-and-firewall-access-inside-host-from/m-p/247513#M581353</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the suggestion!! However when I try and create the associated ACL it wants a static NAT.  Is there a way to get around that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Aug 2004 21:17:52 GMT</pubDate>
    <dc:creator>lantzd</dc:creator>
    <dc:date>2004-08-13T21:17:52Z</dc:date>
    <item>
      <title>Pix as internet router and firewall. Access inside host from outside.</title>
      <link>https://community.cisco.com/t5/network-security/pix-as-internet-router-and-firewall-access-inside-host-from/m-p/247511#M581349</link>
      <description>&lt;P&gt;We have a Pix 501 directly connected to a cable modem on the outside interface retrieving a single DHCP address.  The network on the inside is connected to a Cisco switch via one of the 4 network ports on the Pix. We have a windows 2000 web/file server and workstations also connected to the Cisco switch.  I need to provide public access to the web server from the outside via the single DHCP address. I have not been able to figure this out. It won't let me assign a NAT to the inside host because it overlaps with the single address assigned on the outside.  Please help!! Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:34:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-as-internet-router-and-firewall-access-inside-host-from/m-p/247511#M581349</guid>
      <dc:creator>lantzd</dc:creator>
      <dc:date>2020-02-21T07:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pix as internet router and firewall. Access inside host from</title>
      <link>https://community.cisco.com/t5/network-security/pix-as-internet-router-and-firewall-access-inside-host-from/m-p/247512#M581351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;static (inside, outside) tcp interface www inside.host.ip.address www netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will PAT the outside ip address's tcp port 80 to the inside.host.ip.address's port 80&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2004 16:35:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-as-internet-router-and-firewall-access-inside-host-from/m-p/247512#M581351</guid>
      <dc:creator>mostiguy</dc:creator>
      <dc:date>2004-08-13T16:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Pix as internet router and firewall. Access inside host from</title>
      <link>https://community.cisco.com/t5/network-security/pix-as-internet-router-and-firewall-access-inside-host-from/m-p/247513#M581353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the suggestion!! However when I try and create the associated ACL it wants a static NAT.  Is there a way to get around that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2004 21:17:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-as-internet-router-and-firewall-access-inside-host-from/m-p/247513#M581353</guid>
      <dc:creator>lantzd</dc:creator>
      <dc:date>2004-08-13T21:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Pix as internet router and firewall. Access inside host from</title>
      <link>https://community.cisco.com/t5/network-security/pix-as-internet-router-and-firewall-access-inside-host-from/m-p/247514#M581355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A full dynamic DHCP example with PIXOS 6.3.x:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say Internal Network is: 192.168.1.0/24&lt;/P&gt;&lt;P&gt;Internal WWW Web Server is: 192.168.1.10&lt;/P&gt;&lt;P&gt;Outside IP is: DHCP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip address outside dhcp setroute&lt;/P&gt;&lt;P&gt;ip address inside 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 192.168.1.0 255.255.255.0 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl_outside permit tcp any interface outside eq www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface www 192.168.1.10 www netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group acl_outside in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have fun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2004 18:48:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-as-internet-router-and-firewall-access-inside-host-from/m-p/247514#M581355</guid>
      <dc:creator>piseli</dc:creator>
      <dc:date>2004-08-17T18:48:01Z</dc:date>
    </item>
  </channel>
</rss>

