<?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 VPNC + PAN-OS 7.1 in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/vpnc-pan-os-7-1/m-p/78723#M43013</link>
    <description>&lt;P&gt;Does anyone use vpnc (As in the linux ipsec client) with xauth connecting to a PA?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have a bunch o' PA's which we are in the middle of upgrading to 7.1 however once an upgrade from 7.0.6 to 7.1 is done, VPNC will no longer connect. Downgrading back to 7.0.6 again allows VPNC to connect.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The error in the logs is (ISAKMP_N_ATTRIBUTES_NOT_SUPPORTED)(13) which is not particularly informative. I have checked the globalprotect config and verified it is the same as our PA's running 7.0.6. At this point I have had to roll back the upgrade which has brought VPNC again into a working state.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 27 May 2016 11:00:22 GMT</pubDate>
    <dc:creator>BrentAddis</dc:creator>
    <dc:date>2016-05-27T11:00:22Z</dc:date>
    <item>
      <title>VPNC + PAN-OS 7.1</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/vpnc-pan-os-7-1/m-p/78723#M43013</link>
      <description>&lt;P&gt;Does anyone use vpnc (As in the linux ipsec client) with xauth connecting to a PA?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have a bunch o' PA's which we are in the middle of upgrading to 7.1 however once an upgrade from 7.0.6 to 7.1 is done, VPNC will no longer connect. Downgrading back to 7.0.6 again allows VPNC to connect.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The error in the logs is (ISAKMP_N_ATTRIBUTES_NOT_SUPPORTED)(13) which is not particularly informative. I have checked the globalprotect config and verified it is the same as our PA's running 7.0.6. At this point I have had to roll back the upgrade which has brought VPNC again into a working state.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2016 11:00:22 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/vpnc-pan-os-7-1/m-p/78723#M43013</guid>
      <dc:creator>BrentAddis</dc:creator>
      <dc:date>2016-05-27T11:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: VPNC + PAN-OS 7.1</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/vpnc-pan-os-7-1/m-p/78815#M43040</link>
      <description>&lt;P&gt;sound like the following bug which is fixed in PAN-OS 7.1.2:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Snap 2016.05.31 - 003.jpg" style="width: 624px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/4191iC4CC526EE0A0C364/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Snap 2016.05.31 - 003.jpg" alt="Snap 2016.05.31 - 003.jpg" /&gt;&lt;/span&gt;﻿&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2016 10:13:49 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/vpnc-pan-os-7-1/m-p/78815#M43040</guid>
      <dc:creator>Remo</dc:creator>
      <dc:date>2016-05-31T10:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: VPNC + PAN-OS 7.1</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/vpnc-pan-os-7-1/m-p/78981#M43092</link>
      <description>&lt;P&gt;Use following command to resolve the issue:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;set cli config-output-format set&lt;/P&gt;
&lt;P&gt;configure&lt;/P&gt;
&lt;P&gt;show | match "client-auth"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now in output of last command you will get a line as follows:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;set global-protect global-protect-gateway &amp;lt;gateway_name&amp;gt; client-auth &amp;lt;client_auth_name&amp;gt; os any &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Change "any" to Any&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;set global-protect global-protect-gateway &amp;lt;gateway_name&amp;gt; client-auth &amp;lt;client_auth_name&amp;gt; os Any&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;commit&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 22:23:31 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/vpnc-pan-os-7-1/m-p/78981#M43092</guid>
      <dc:creator>pankaku</dc:creator>
      <dc:date>2016-06-01T22:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: VPNC + PAN-OS 7.1</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/vpnc-pan-os-7-1/m-p/79049#M43120</link>
      <description>&lt;P&gt;An additional work-around is to create an authentication reference pointed to the same authentication profile as the "Any" line&amp;nbsp;specifically for X-Auth. The below worked in my proof-of-concept lab where I am testing 7.1.2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GP_ClientAuth.JPG" style="width: 500px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/4268iE76940F29CDDC543/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="GP_ClientAuth.JPG" alt="GP_ClientAuth.JPG" /&gt;&lt;/span&gt;﻿&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EDIT: The orginal bug is indeed fixed in 7.1.2, however the bug-fix was not applied in my POC lab since I was upgrading from earlier 7.1 code. To truly fix the "Any" OS option&amp;nbsp;if you find yourself in a similar corner-case rollback to 7.0.x and then re-upgrade to 7.1.2(+) so the migration script can slipstream the bugfix in.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2016 05:57:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/vpnc-pan-os-7-1/m-p/79049#M43120</guid>
      <dc:creator>CFettig</dc:creator>
      <dc:date>2016-06-03T05:57:57Z</dc:date>
    </item>
  </channel>
</rss>

