<?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: Simple PIX 501 Question in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/simple-pix-501-question/m-p/377562#M553897</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The LAN users will be port translated to the PIX outside interface IP and the again Port translated on the IOS Router. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the lazy boy configuration!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way could be to disable NAT completly on the PIX. Add a route with the LAN Network on the Router with the gatway pointing to the PIX. Then Add a PAT for the LAN network on the Router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick   &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Dec 2004 13:19:32 GMT</pubDate>
    <dc:creator>Patrick Iseli</dc:creator>
    <dc:date>2004-12-14T13:19:32Z</dc:date>
    <item>
      <title>Simple PIX 501 Question</title>
      <link>https://community.cisco.com/t5/network-security/simple-pix-501-question/m-p/377558#M553893</link>
      <description>&lt;P&gt;hi all!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a 1400 DSL router behind a DSL modem.&lt;/P&gt;&lt;P&gt;there is a ATM25 link between the modem and router. &lt;/P&gt;&lt;P&gt;all works fine !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, i want a pix501...like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LAN----PIX----router----modem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already a static ip adress (one only). &lt;/P&gt;&lt;P&gt;But,how can i configure this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:48:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/simple-pix-501-question/m-p/377558#M553893</guid>
      <dc:creator>IrisCluses</dc:creator>
      <dc:date>2020-02-21T07:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Simple PIX 501 Question</title>
      <link>https://community.cisco.com/t5/network-security/simple-pix-501-question/m-p/377559#M553894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will be a bit of a pain with just one IP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll need to setup NAT on your router and then give the PIX an internal IP from the router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As everythings been NAT'd you will have to mess around with port forwarding on the router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best bet would be to get a range of real IP's and give the PIX one of those so it has unrestricted access to the net.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Dec 2004 17:02:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/simple-pix-501-question/m-p/377559#M553894</guid>
      <dc:creator>nick.chettle</dc:creator>
      <dc:date>2004-12-13T17:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Simple PIX 501 Question</title>
      <link>https://community.cisco.com/t5/network-security/simple-pix-501-question/m-p/377560#M553895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use PAT - Port Address Traslation on the PIX Firewall for all outbound traffic. Do you have inbound http or mail traffic to a WebServer or Mailserver ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: All Public IP NAT/PAT is done on the Router to address 10.0.0.x/24 !!!&lt;/P&gt;&lt;P&gt;Router inside 10.0.0.1/24&lt;/P&gt;&lt;P&gt;PIX outside 10.0.0.254/24&lt;/P&gt;&lt;P&gt;PIX Inside 192.168.1.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example PIX:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip address outside 10.0.0.254 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address inside 192.168.1.1 255.255.255.0&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;route outside 0.0.0.0 0.0.0.0 10.0.0.1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Dec 2004 10:26:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/simple-pix-501-question/m-p/377560#M553895</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2004-12-14T10:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Simple PIX 501 Question</title>
      <link>https://community.cisco.com/t5/network-security/simple-pix-501-question/m-p/377561#M553896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you very much for your answer !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have (for the moment) inbound http or mail traffic...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this config is ok !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i don't understand the relation with my address IP fixed, like 194.251.63.52 for example.&lt;/P&gt;&lt;P&gt;it is the router who makes the translation of this address towards the pix? &lt;/P&gt;&lt;P&gt;how that does it function? &lt;/P&gt;&lt;P&gt;if i want to setup a vpn connection will be there no problem? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Dec 2004 10:58:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/simple-pix-501-question/m-p/377561#M553896</guid>
      <dc:creator>IrisCluses</dc:creator>
      <dc:date>2004-12-14T10:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Simple PIX 501 Question</title>
      <link>https://community.cisco.com/t5/network-security/simple-pix-501-question/m-p/377562#M553897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The LAN users will be port translated to the PIX outside interface IP and the again Port translated on the IOS Router. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the lazy boy configuration!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way could be to disable NAT completly on the PIX. Add a route with the LAN Network on the Router with the gatway pointing to the PIX. Then Add a PAT for the LAN network on the Router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick   &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Dec 2004 13:19:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/simple-pix-501-question/m-p/377562#M553897</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2004-12-14T13:19:32Z</dc:date>
    </item>
  </channel>
</rss>

