<?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 Pix 501 and web server in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-501-and-web-server/m-p/371153#M550011</link>
    <description>&lt;P&gt;I have a new Pix 501 that I'm attempting to setup. I have a web server with the address below and need to open the follwing ports: I'm a newbie to Cisco routers and would appreciate any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PORTS:&lt;/P&gt;&lt;P&gt;25  E-mails sent out from IRM bridge server&lt;/P&gt;&lt;P&gt;80	HTTP internet traffic&lt;/P&gt;&lt;P&gt;443	Secure Internet (HTTPS)&lt;/P&gt;&lt;P&gt;3389	Terminal Service for RDP support&lt;/P&gt;&lt;P&gt;522, 389, 1503, 1720, 1731	Any workstation that will connect to RDP&lt;/P&gt;&lt;P&gt;w/Netmeeting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cisco router IP: 192.168.0.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internal Server 192.168.0.9&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;External IP 67-52-89.90&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 08:02:28 GMT</pubDate>
    <dc:creator>larrykopesky</dc:creator>
    <dc:date>2020-02-21T08:02:28Z</dc:date>
    <item>
      <title>Pix 501 and web server</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-and-web-server/m-p/371153#M550011</link>
      <description>&lt;P&gt;I have a new Pix 501 that I'm attempting to setup. I have a web server with the address below and need to open the follwing ports: I'm a newbie to Cisco routers and would appreciate any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PORTS:&lt;/P&gt;&lt;P&gt;25  E-mails sent out from IRM bridge server&lt;/P&gt;&lt;P&gt;80	HTTP internet traffic&lt;/P&gt;&lt;P&gt;443	Secure Internet (HTTPS)&lt;/P&gt;&lt;P&gt;3389	Terminal Service for RDP support&lt;/P&gt;&lt;P&gt;522, 389, 1503, 1720, 1731	Any workstation that will connect to RDP&lt;/P&gt;&lt;P&gt;w/Netmeeting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cisco router IP: 192.168.0.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internal Server 192.168.0.9&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;External IP 67-52-89.90&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:02:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-and-web-server/m-p/371153#M550011</guid>
      <dc:creator>larrykopesky</dc:creator>
      <dc:date>2020-02-21T08:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 501 and web server</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-and-web-server/m-p/371154#M550014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Larry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this setup. This should be the settings for your HyperTerminal session (with the console cable) to the PIX:&lt;/P&gt;&lt;P&gt;Bits per seconds: 9600&lt;/P&gt;&lt;P&gt;Data bits: 8&lt;/P&gt;&lt;P&gt;Parity: none&lt;/P&gt;&lt;P&gt;Stop bits: 1&lt;/P&gt;&lt;P&gt;Flow control: Hardware&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once there, enter these commands:&lt;/P&gt;&lt;P&gt;enable&lt;/P&gt;&lt;P&gt;&lt;PASSWORD prompt=""&gt;&lt;/PASSWORD&gt;&lt;/P&gt;&lt;P&gt;configure terminal&lt;/P&gt;&lt;P&gt;interface ethernet0 100full&lt;/P&gt;&lt;P&gt;interface ethernet1 100full&lt;/P&gt;&lt;P&gt;nameif ethernet0 security0&lt;/P&gt;&lt;P&gt;nameif ethernet1 security100&lt;/P&gt;&lt;P&gt;ip address outside 67.52.89.90 255.255.255.x (your netmask)&lt;/P&gt;&lt;P&gt;ip address inside 192.168.0.1 255.255.255.0&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 &lt;YOUR_GATEWAY_IP&gt;&lt;/YOUR_GATEWAY_IP&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface 25 192.168.0.9 25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface 80 192.168.0.9 80&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface 443 192.168.0.9 443&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface 3389 192.168.0.9 3389&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any interface outside eq 25&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any interface outside eq 80&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any interface outside eq 443&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any interface outside eq 3389&lt;/P&gt;&lt;P&gt;access-group inbound in interface outside&lt;/P&gt;&lt;P&gt;write memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure of the need of opening TCP ports 522, 389, 1503, 1720 and 1731 since I believe that you would be already connected to the server via RDP (?). Well, anyway, if you need to open those ports, then just add the proper "static" and "access-list"  statements (just follow the syntax provided).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico Rodriguez&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2005 01:00:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-and-web-server/m-p/371154#M550014</guid>
      <dc:creator>fedrodri</dc:creator>
      <dc:date>2005-03-29T01:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 501 and web server</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-and-web-server/m-p/371155#M550016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Federico,&lt;/P&gt;&lt;P&gt;Thanks for your reply. I ran the commands as you indicated but I still cannot access the web server or terminal services. One thing I forgot to mention is that there is an internal server at 192.168.0.98 that is providing DNS. Do I need to change anything on the cisco? Also I ran the following: What am I doing wrong? Please advise.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;larry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show static&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface smtp 192.168.0.9 smtp netmask &lt;/P&gt;&lt;P&gt;255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface 522 192.168.0.9 522 netmask &lt;/P&gt;&lt;P&gt;255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface ldap 192.168.0.9 ldap netmask &lt;/P&gt;&lt;P&gt;255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface 1503 192.168.0.9 1503 netmask &lt;/P&gt;&lt;P&gt;255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface h323 192.168.0.9 h323 netmask &lt;/P&gt;&lt;P&gt;255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface 1731 192.168.0.9 1721 netmask &lt;/P&gt;&lt;P&gt;255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface www 192.168.0.9 www netmask &lt;/P&gt;&lt;P&gt;255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface https 192.168.0.9 https netmask &lt;/P&gt;&lt;P&gt;255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface 3389 192.168.0.9 3389 netmask &lt;/P&gt;&lt;P&gt;255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show xlate:&lt;/P&gt;&lt;P&gt;PAT Global 67.52.89.90(1154) Local 192.168.0.11(1232)&lt;/P&gt;&lt;P&gt;PAT Global 67.52.89.90(1153) Local 192.168.0.11(1231)&lt;/P&gt;&lt;P&gt;PAT Global 67.52.89.90(1152) Local 192.168.0.11(1230)&lt;/P&gt;&lt;P&gt;PAT Global 67.52.89.90(1160) Local 192.168.0.11(1237)&lt;/P&gt;&lt;P&gt;PAT Global 67.52.89.90(1037) Local 192.168.0.98(1074)&lt;/P&gt;&lt;P&gt;PAT Global 67.52.89.90(1051) Local 192.168.0.11(1136)&lt;/P&gt;&lt;P&gt;PAT Global 67.52.89.90(1151) Local 192.168.0.11(1229)&lt;/P&gt;&lt;P&gt;PAT Global 67.52.89.90(1150) Local 192.168.0.11(1228)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2005 10:16:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-and-web-server/m-p/371155#M550016</guid>
      <dc:creator>larrykopesky</dc:creator>
      <dc:date>2005-03-31T10:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 501 and web server</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-and-web-server/m-p/371156#M550017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you mean that you cannot access the server via RDP or HTTP/HTTPS from inside using its public IP, or did you meant to say tha you cannot access it from the outside world... I guess it is the first one because if I open the web browser and try to go to 67.52.89.90 (next time remember to 'x'-it out, not to show your IPs!),  and I get redirected to /startup.asp with some bogus output, but this tells me that this is being redirected or port address translated correctly by the PIX. I assume that if one port is translated correctly, then the rest of the ports are as well!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK, so if you are trying to access the server with its public IP, that's not going to be possible at all. See the following link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- Cisco Secure PIX Firewall Frequently Asked Questions:&lt;/P&gt;&lt;P&gt;Q. Can I operate the PIX in a "one armed" configuration?&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/warp/public/110/pixfaq.shtml" target="_blank"&gt;http://www.cisco.com/warp/public/110/pixfaq.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot also try to access it by domain name (with the DNS-rewrite or DNS-Doctoring featuring), since DNS-Doctoring requires a one-to-one translation, which you don't have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that helps. Let me know if you have any questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bes regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico Rodriguez&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2005 18:35:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-and-web-server/m-p/371156#M550017</guid>
      <dc:creator>fedrodri</dc:creator>
      <dc:date>2005-03-31T18:35:21Z</dc:date>
    </item>
  </channel>
</rss>

