<?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: SSL VPN Portal Page in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/ssl-vpn-portal-page/m-p/24557#M17906</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Initially you only need to alow SSL and IPSEC from untrust to untrust.&amp;nbsp; What is the zone for your tunnel interface? If it is something other than untrus or trus you will need to create rules that allow from the untrust to the VPN-Zone and VPN-Zone to trust.&amp;nbsp; Use the CLI commands to see which rule is dropping your traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show session all filter source &amp;lt;ip_of_test_pc&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should show you at least one session, app = ssl, and some ID number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then look at the ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Show session id xxxxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will show you the ingress and egress&amp;nbsp; interfaces and the security rule that allowed or dropped the packets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is not enough then you will need to open a support ticket.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Krall&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Mar 2011 08:24:16 GMT</pubDate>
    <dc:creator>skrall</dc:creator>
    <dc:date>2011-03-02T08:24:16Z</dc:date>
    <item>
      <title>SSL VPN Portal Page</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ssl-vpn-portal-page/m-p/24556#M17905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to set up ssl vpn on PAN. I would like to know which security policies are necessary to make the portal work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My actual rule is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source Zone: untrust&lt;/P&gt;&lt;P&gt;Destination Zone: untrust&lt;/P&gt;&lt;P&gt;Source Address: any&lt;/P&gt;&lt;P&gt;Source User: any&lt;/P&gt;&lt;P&gt;Destination Address: public ip&lt;/P&gt;&lt;P&gt;Application: ssl, ipsec, panos-web-interface, web-browsing&lt;/P&gt;&lt;P&gt;Service: application-default&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use "any" as service, the portal is shown, I can log in and the tunnel works, but using the above rule the portal doesn't work. Inspecting the log I can see that traffic is denied by the default block rule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;deny untrust untrust addr.src addr.dst 22735 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;443 addr.src.nat addr.dst.nat 22735 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;20077 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;tcp &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;web-browsing &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;deny default_block&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addr.src = addr.scr.nat&lt;/P&gt;&lt;P&gt;Addr.dst = addt.dst.nat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Somehow port 443 is mapped by some kind of nat to port 20077 so I suppose that I have to open it. Which port range should be opened?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2011 22:17:49 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ssl-vpn-portal-page/m-p/24556#M17905</guid>
      <dc:creator>ajripa</dc:creator>
      <dc:date>2011-02-28T22:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: SSL VPN Portal Page</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ssl-vpn-portal-page/m-p/24557#M17906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Initially you only need to alow SSL and IPSEC from untrust to untrust.&amp;nbsp; What is the zone for your tunnel interface? If it is something other than untrus or trus you will need to create rules that allow from the untrust to the VPN-Zone and VPN-Zone to trust.&amp;nbsp; Use the CLI commands to see which rule is dropping your traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show session all filter source &amp;lt;ip_of_test_pc&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should show you at least one session, app = ssl, and some ID number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then look at the ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Show session id xxxxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will show you the ingress and egress&amp;nbsp; interfaces and the security rule that allowed or dropped the packets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is not enough then you will need to open a support ticket.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Krall&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 08:24:16 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ssl-vpn-portal-page/m-p/24557#M17906</guid>
      <dc:creator>skrall</dc:creator>
      <dc:date>2011-03-02T08:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: SSL VPN Portal Page</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ssl-vpn-portal-page/m-p/24558#M17907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had a Block_All rule defined for logging reasons. This rule overruled the default intrazone-allow-rule and avoided the properly working of the vpn portal page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Mar 2011 17:18:35 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ssl-vpn-portal-page/m-p/24558#M17907</guid>
      <dc:creator>ajripa</dc:creator>
      <dc:date>2011-03-27T17:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: SSL VPN Portal Page</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ssl-vpn-portal-page/m-p/24559#M17908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The reason your portal page is being blocked when using application default for the service is that the web-browsing application traffic is on port 443 for the ssl vpn portal and not the default of 80/8080. See this post: &lt;A href="https://live.paloaltonetworks.com/docs/DOC-1198"&gt;https://live.paloaltonetworks.com/docs/DOC-1198&lt;/A&gt; as to why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way I got around it was to create a service for the IPSec traffic, called it service-ipsec on UDP 4500-4501 and then use specific services, i.e. service-http, service-https &amp;amp; service-ipsec, instead of application default or any.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 19:47:35 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ssl-vpn-portal-page/m-p/24559#M17908</guid>
      <dc:creator>PierreJvR</dc:creator>
      <dc:date>2011-03-31T19:47:35Z</dc:date>
    </item>
  </channel>
</rss>

