<?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 wit a Pix 501 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/problems-wit-a-pix-501/m-p/250587#M567867</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Mathew..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have a little bit complex configuration. As I understand you would like to translate statically to 192.168.1.200 - internal host to be seen from outside as 193.100.10.67...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should only add two commands to complete this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 193.100.10.67 192.168.1.200 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any eq www host 193.100.10.67 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you don't need to use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 193.100.10.67 - 193.100.10.69 netmask 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;command. And another issue is very important - you should provide correct default gateway information for host 192.168.1.200...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dmitri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Mar 2004 12:46:48 GMT</pubDate>
    <dc:creator>dlitvine</dc:creator>
    <dc:date>2004-03-09T12:46:48Z</dc:date>
    <item>
      <title>Problems wit a Pix 501</title>
      <link>https://community.cisco.com/t5/network-security/problems-wit-a-pix-501/m-p/250586#M567866</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having problems with configuration of a Pix 501. This is the first time that I have set up one, and I can't get inward NAT to work. Here is a copy of my configuration : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is, is that if I try to open a http session to 193.x.x.67 from an external source, I don't get any response. The internal server (192.168.1.200) does not get have to the internet, but all other internal PC's do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brgds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matthew Reed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 6.3(1)&lt;/P&gt;&lt;P&gt;interface ethernet0 10baset&lt;/P&gt;&lt;P&gt;interface ethernet1 100full&lt;/P&gt;&lt;P&gt;nameif ethernet0 outside security0&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P&gt;enable password xxxx&lt;/P&gt;&lt;P&gt;passwd xxxx&lt;/P&gt;&lt;P&gt;hostname test&lt;/P&gt;&lt;P&gt;domain-name test.com&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;fixup protocol h323 h225 1720&lt;/P&gt;&lt;P&gt;fixup protocol h323 ras 1718-1719&lt;/P&gt;&lt;P&gt;fixup protocol http 80&lt;/P&gt;&lt;P&gt;fixup protocol ils 389&lt;/P&gt;&lt;P&gt;fixup protocol rsh 514&lt;/P&gt;&lt;P&gt;fixup protocol rtsp 554&lt;/P&gt;&lt;P&gt;fixup protocol sip 5060&lt;/P&gt;&lt;P&gt;fixup protocol sip udp 5060&lt;/P&gt;&lt;P&gt;fixup protocol skinny 2000&lt;/P&gt;&lt;P&gt;fixup protocol smtp 25&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;access-list acl_in permit icmp any any &lt;/P&gt;&lt;P&gt;access-list acl_out permit icmp any any &lt;/P&gt;&lt;P&gt;access-list acl_out permit tcp any host 193.100.10.67 eq www &lt;/P&gt;&lt;P&gt;access-list acl_out permit tcp any host 193.100.10.67  eq pop3 &lt;/P&gt;&lt;P&gt;access-list acl_out permit tcp any host 193.100.10.67 eq smtp &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any eq www host 193.100.10.67 &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any eq smtp host 193.100.10.67&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any eq pop3 host 193.100.10.67  &lt;/P&gt;&lt;P&gt;pager lines 24&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 193.x.x.x 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address inside 192.168.1.254 255.255.255.0&lt;/P&gt;&lt;P&gt;ip audit info action alarm&lt;/P&gt;&lt;P&gt;ip audit attack action alarm&lt;/P&gt;&lt;P&gt;pdm location 192.168.1.200 255.255.255.255 inside&lt;/P&gt;&lt;P&gt;pdm logging informational 100&lt;/P&gt;&lt;P&gt;pdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 600&lt;/P&gt;&lt;P&gt;global (outside) 1 x.x.x.67 - 193.100.10.69 netmask 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;nat (inside) 1 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) 193.100.10.67  192.168.1.200 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;rip inside passive version 1&lt;/P&gt;&lt;P&gt;rip inside default version 1&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 193.100.10.65 1&lt;/P&gt;&lt;P&gt;timeout xlate 0:05:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:16:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-wit-a-pix-501/m-p/250586#M567866</guid>
      <dc:creator>admin_2</dc:creator>
      <dc:date>2020-02-21T07:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problems wit a Pix 501</title>
      <link>https://community.cisco.com/t5/network-security/problems-wit-a-pix-501/m-p/250587#M567867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Mathew..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have a little bit complex configuration. As I understand you would like to translate statically to 192.168.1.200 - internal host to be seen from outside as 193.100.10.67...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should only add two commands to complete this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 193.100.10.67 192.168.1.200 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any eq www host 193.100.10.67 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you don't need to use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 193.100.10.67 - 193.100.10.69 netmask 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;command. And another issue is very important - you should provide correct default gateway information for host 192.168.1.200...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dmitri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2004 12:46:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-wit-a-pix-501/m-p/250587#M567867</guid>
      <dc:creator>dlitvine</dc:creator>
      <dc:date>2004-03-09T12:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problems wit a Pix 501</title>
      <link>https://community.cisco.com/t5/network-security/problems-wit-a-pix-501/m-p/250588#M567868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here are the only two commands that you should need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 193.100.10.67 192.168.1.200 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 193.100.10.67 eq www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you should issue a 'clear xlate'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2004 16:45:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-wit-a-pix-501/m-p/250588#M567868</guid>
      <dc:creator>doliver</dc:creator>
      <dc:date>2004-03-09T16:45:25Z</dc:date>
    </item>
  </channel>
</rss>

