<?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 501 port problems in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-501-port-problems/m-p/214728#M592111</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Cisco UBR (provided by the ISP) as a modem that connects directly to my 501.  The UBR has everything open, as it gives all access control over to the 501.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jun 2004 12:35:41 GMT</pubDate>
    <dc:creator>Terry6674</dc:creator>
    <dc:date>2004-06-04T12:35:41Z</dc:date>
    <item>
      <title>PIX 501 port problems</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-port-problems/m-p/214726#M592098</link>
      <description>&lt;P&gt;I have an old PIX 501 that still needs to open ports 80 and 443 for external access to my internal 192.168.1.10 computer.  I can't figure out where I'm going wrong, any feedback would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 6.1(4)&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 xxxxx&lt;/P&gt;&lt;P&gt;passwd xxxx&lt;/P&gt;&lt;P&gt;hostname pixfirewall&lt;/P&gt;&lt;P&gt;domain-name anyplace.com&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;fixup protocol http 80&lt;/P&gt;&lt;P&gt;fixup protocol h323 1720&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 smtp 25&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;fixup protocol sip 5060&lt;/P&gt;&lt;P&gt;fixup protocol skinny 2000&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;access-list 100 permit ip 192.168.1.0 255.255.255.0 172.16.0.0 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list outside permit tcp any host xxx.xxx.xxx.xxx eq www&lt;/P&gt;&lt;P&gt;access-list outside permit udp any host xxx.xxx.xxx.xxx eq 80&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging on&lt;/P&gt;&lt;P&gt;logging standby&lt;/P&gt;&lt;P&gt;interface ethernet0 10baset&lt;/P&gt;&lt;P&gt;interface ethernet1 10full&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 10.x.x.x.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;ip audit info action alarm&lt;/P&gt;&lt;P&gt;ip audit attack action alarm&lt;/P&gt;&lt;P&gt;ip local pool test 172.16.0.1-172.16.0.254&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 14400&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list 100&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) xxx.xxx.xxx.xxx 192.168.1.10 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;access-group outside in interface outside&lt;/P&gt;&lt;P&gt;conduit permit icmp any any&lt;/P&gt;&lt;P&gt;conduit permit esp any any&lt;/P&gt;&lt;P&gt;conduit permit udp any eq isakmp any&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 10.1.10.1 1&lt;/P&gt;&lt;P&gt;timeout xlate 0:05: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 si&lt;/P&gt;&lt;P&gt;p 0:30:00 sip_media 0:02:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ protocol tacacs+&lt;/P&gt;&lt;P&gt;aaa-server RADIUS protocol radius&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 192.168.1.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server community public&lt;/P&gt;&lt;P&gt;no snmp-server enable traps&lt;/P&gt;&lt;P&gt;floodguard enable&lt;/P&gt;&lt;P&gt;sysopt connection permit-ipsec&lt;/P&gt;&lt;P&gt;no sysopt route dnat&lt;/P&gt;&lt;P&gt;crypto ipsec transform-set myset esp-des esp-md5-hmac&lt;/P&gt;&lt;P&gt;crypto dynamic-map dynmap 30 set transform-set myset&lt;/P&gt;&lt;P&gt;crypto map newmap 20 ipsec-isakmp dynamic dynmap&lt;/P&gt;&lt;P&gt;crypto map newmap interface outside&lt;/P&gt;&lt;P&gt;isakmp enable outside&lt;/P&gt;&lt;P&gt;isakmp identity address&lt;/P&gt;&lt;P&gt;isakmp policy 10 authentication pre-share&lt;/P&gt;&lt;P&gt;isakmp policy 10 encryption des&lt;/P&gt;&lt;P&gt;isakmp policy 10 hash md5&lt;/P&gt;&lt;P&gt;isakmp policy 10 group 2&lt;/P&gt;&lt;P&gt;isakmp policy 10 lifetime 86400&lt;/P&gt;&lt;P&gt;telnet 192.168.1.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh 0.0.0.0 0.0.0.0 outside&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;dhcpd address 192.168.1.2-192.168.1.129 inside&lt;/P&gt;&lt;P&gt;dhcpd dns xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx&lt;/P&gt;&lt;P&gt;dhcpd lease 3600&lt;/P&gt;&lt;P&gt;dhcpd ping_timeout 750&lt;/P&gt;&lt;P&gt;dhcpd enable inside&lt;/P&gt;&lt;P&gt;terminal width 80&lt;/P&gt;&lt;P&gt;Cryptochecksum:xxxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a static IP through a cable modem.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:26:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-port-problems/m-p/214726#M592098</guid>
      <dc:creator>Terry6674</dc:creator>
      <dc:date>2020-02-21T07:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 port problems</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-port-problems/m-p/214727#M592105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume you have a router in between your modem and the Pix. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On your router, do you have in-bound port 80 traffic, forwarded to your web-server's port 80?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jun 2004 12:06:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-port-problems/m-p/214727#M592105</guid>
      <dc:creator>rais</dc:creator>
      <dc:date>2004-06-04T12:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 port problems</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-port-problems/m-p/214728#M592111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Cisco UBR (provided by the ISP) as a modem that connects directly to my 501.  The UBR has everything open, as it gives all access control over to the 501.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jun 2004 12:35:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-port-problems/m-p/214728#M592111</guid>
      <dc:creator>Terry6674</dc:creator>
      <dc:date>2004-06-04T12:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 port problems</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-port-problems/m-p/214729#M592116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What UBR model are you using? Does it have some public IP address? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has your ISP assigned you one special IP for your web-server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to remove access-lists and see if you are able to connect. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you ping your public IP from web? Go to: &lt;A class="jive-link-custom" href="http://lg.broadwing.net/looking/" target="_blank"&gt;http://lg.broadwing.net/looking/&lt;/A&gt; and see if you can ping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jun 2004 12:57:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-port-problems/m-p/214729#M592116</guid>
      <dc:creator>rais</dc:creator>
      <dc:date>2004-06-04T12:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 port problems</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-port-problems/m-p/214730#M592122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are couple of questions here...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 100 permit ip 192.168.1.0 255.255.255.0 172.16.0.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;This access-list includes your internal host (and network)&lt;/P&gt;&lt;P&gt;Then you apply nat 0 to this....&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list 100&lt;/P&gt;&lt;P&gt;This means your internal network is not translated as it exits the PIX (which I am assuming is connected to the internet on a single IP) when it's going to 172.16 networks (which I suspect your ISP would drop). So I'm not sure why that's there?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming that xxx.xxx.xxx.xxx is your internet interface it looks basically ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if you internal host is not using DHCP it shouldn't be in the DHCP range you have identified.&lt;/P&gt;&lt;P&gt;If it is using DHCP, you can't guarantee it will always have the right IP address. Which is the case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you setup &lt;/P&gt;&lt;P&gt;logging monitor debug&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;term mon&lt;/P&gt;&lt;P&gt;and try a connection from the outside what does the session show?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jun 2004 13:15:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-port-problems/m-p/214730#M592122</guid>
      <dc:creator>jonathanstevens</dc:creator>
      <dc:date>2004-06-04T13:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 port problems</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-port-problems/m-p/214731#M592125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you are using 10.x.x.x on the outside of the pix, then the pix is behind something that is doing NAT. you will need to tell your ISP that you do not want the ubr to do nat most likely&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jun 2004 14:06:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-port-problems/m-p/214731#M592125</guid>
      <dc:creator>mostiguy</dc:creator>
      <dc:date>2004-06-04T14:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 port problems</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-port-problems/m-p/214732#M592127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, My ISP provided me with a uBR905.  They questioned my configuration also, and as I am just a newbie, I explained that the management here wanted the VPN capability (which is turned on, I just omitted it from the 'wr t' I posted earlier).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ISP (Comcast) then opened all the ports on the uBR and let my 501 call all the shots.  I can ping my static IP address, but I can't access my File Server (which is static at 192.168.1.10 and uses the ports 80 and 443).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is some pruning that needs to take place, great, but I'm not sure what everything is for.  I do know that the uBR's outside is the static IP address, the inside is 10.1.10.1.   On the PIX, the outside is 10.1.10.2 and the inside is 192.168.1.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you suggest I remove the nat(inside) 0 access-list 100 line?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jun 2004 14:20:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-port-problems/m-p/214732#M592127</guid>
      <dc:creator>Terry6674</dc:creator>
      <dc:date>2004-06-04T14:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 port problems</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-port-problems/m-p/214733#M592128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This looks like a pretty nice product and supports NAT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/cable/ps2221/products_configuration_guide_chapter09186a008007cf8f.html#10297" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/cable/ps2221/products_configuration_guide_chapter09186a008007cf8f.html#10297&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to configure NAT statment on your UBR such that port 80 traffic goes to 192.168.1.10. It will be something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source static tcp 192.168.1.10 80 w.x.y.z 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where your public IP (w.x.y.z) is available here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.netdept.com/ipandhost.jsp" target="_blank"&gt;http://www.netdept.com/ipandhost.jsp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you may be able to use 'interface cable-modem0' instead of IP address. Use '?' in router to get help on ip nat, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jun 2004 15:10:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-port-problems/m-p/214733#M592128</guid>
      <dc:creator>rais</dc:creator>
      <dc:date>2004-06-04T15:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 port problems</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-port-problems/m-p/214734#M592130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internet --- uBR905 ---- PIX501 ----- Fileserver &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;uBR (outside - w.x.y.z, inside 10.1.10.1)&lt;/P&gt;&lt;P&gt;Pix (outside -10.1.10.2 inside 192.168.1.1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I bypassed the PIX and went straight through the uBR's port and it worked fine, so I know the uBR's configured to pass 80 &amp;amp; 443 TCP &amp;amp; UDP.  This verifies the PIX is the sole holdup.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What lines do I need to modify to allow the PIX to pass (both ways) 80 &amp;amp; 443 to 192.168.1.10?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jun 2004 18:35:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-port-problems/m-p/214734#M592130</guid>
      <dc:creator>Terry6674</dc:creator>
      <dc:date>2004-06-07T18:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 port problems</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-port-problems/m-p/214735#M592132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You already have the following line in your config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside permit tcp any host xxx.xxx.xxx.xxx eq www &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temporarily open it for any host in your network and see if that works. For https simply add another line with 443 instead of www.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2004 13:23:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-port-problems/m-p/214735#M592132</guid>
      <dc:creator>rais</dc:creator>
      <dc:date>2004-06-08T13:23:36Z</dc:date>
    </item>
  </channel>
</rss>

