<?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 515E Help in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-515e-help/m-p/381961#M540840</link>
    <description>&lt;P&gt;I'm trying to use a 515E to replace a Symantec VPN/FW that uses a single public address for the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Internet for internal users&lt;/P&gt;&lt;P&gt;2) 3 Site-to-Site VPN's&lt;/P&gt;&lt;P&gt;3) PPTP port 1723 (forwards to internal address 192.168.1.20)&lt;/P&gt;&lt;P&gt;4) SMTP port 25 (forwards to internal address 192.168.1.110)&lt;/P&gt;&lt;P&gt;5) WTS port 3389 (forwards to internal address 192.168.1.5)&lt;/P&gt;&lt;P&gt;6) Web port 80 (forwards to internal server 192.168.1.6)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to get the PIX to handle Internet and the Site-to-Site VPN's but when I tried to set up SMTP, PPOE, etc. it would knock down the VPN's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions? Can the PIX do all of this through one outside interface?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 07:59:31 GMT</pubDate>
    <dc:creator>k.grossman</dc:creator>
    <dc:date>2020-02-21T07:59:31Z</dc:date>
    <item>
      <title>PIX 515E Help</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-help/m-p/381961#M540840</link>
      <description>&lt;P&gt;I'm trying to use a 515E to replace a Symantec VPN/FW that uses a single public address for the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Internet for internal users&lt;/P&gt;&lt;P&gt;2) 3 Site-to-Site VPN's&lt;/P&gt;&lt;P&gt;3) PPTP port 1723 (forwards to internal address 192.168.1.20)&lt;/P&gt;&lt;P&gt;4) SMTP port 25 (forwards to internal address 192.168.1.110)&lt;/P&gt;&lt;P&gt;5) WTS port 3389 (forwards to internal address 192.168.1.5)&lt;/P&gt;&lt;P&gt;6) Web port 80 (forwards to internal server 192.168.1.6)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to get the PIX to handle Internet and the Site-to-Site VPN's but when I tried to set up SMTP, PPOE, etc. it would knock down the VPN's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions? Can the PIX do all of this through one outside interface?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:59:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-help/m-p/381961#M540840</guid>
      <dc:creator>k.grossman</dc:creator>
      <dc:date>2020-02-21T07:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515E Help</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-help/m-p/381962#M540841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check your conduit permits or ACLs for proper entries.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2005 20:13:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-help/m-p/381962#M540841</guid>
      <dc:creator>umedryk</dc:creator>
      <dc:date>2005-03-10T20:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515E Help</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-help/m-p/381963#M540842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works fine, I have configured that in multiple places.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example for port redirection:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;http server is: 192.168.1.10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip address outside YOUR-PUB-IP 255.255.255.240&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;access-list acl_out permit tcp any interface outside eq http&lt;/P&gt;&lt;P&gt;access-group acl_out in interface outside&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface http 192.168.1.10 http netmask 255.255.255.255 0 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 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 Gateway 1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whwn you change the NAT PAT settings you have to do a &lt;/P&gt;&lt;P&gt;CLEAR XLATE and this will reset all connections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Post your config so that I can see wahts wrong in your config !&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>Thu, 10 Mar 2005 21:54:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-help/m-p/381963#M540842</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2005-03-10T21:54:38Z</dc:date>
    </item>
  </channel>
</rss>

