<?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 Radius Accounting in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/radius-accounting/m-p/69457#M40305</link>
    <description>&lt;P&gt;Is there a way to configure the boxes to act as a NAS by sending a Radius Server (like Freeradius) accounting information? I am particularly interested on the session start and session stop attributes. I am about to provide Globalprotect VPN access to a community of users and need to account the resource use in the same Radius server where the authentication is done. Thank you for your help.&lt;/P&gt;</description>
    <pubDate>Mon, 14 Dec 2015 21:05:43 GMT</pubDate>
    <dc:creator>JCosta101</dc:creator>
    <dc:date>2015-12-14T21:05:43Z</dc:date>
    <item>
      <title>Radius Accounting</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/radius-accounting/m-p/69457#M40305</link>
      <description>&lt;P&gt;Is there a way to configure the boxes to act as a NAS by sending a Radius Server (like Freeradius) accounting information? I am particularly interested on the session start and session stop attributes. I am about to provide Globalprotect VPN access to a community of users and need to account the resource use in the same Radius server where the authentication is done. Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2015 21:05:43 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/radius-accounting/m-p/69457#M40305</guid>
      <dc:creator>JCosta101</dc:creator>
      <dc:date>2015-12-14T21:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Radius Accounting</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/radius-accounting/m-p/69674#M40357</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The on logs I remember about it are the following in the system logs, not sure it those are the ones&amp;nbsp;you're looking for.&lt;/P&gt;
&lt;TABLE width="569"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="63"&gt;globalprotect&lt;/TD&gt;
&lt;TD width="77"&gt;informational&lt;/TD&gt;
&lt;TD width="89"&gt;globalprotectgateway-auth-succ&lt;/TD&gt;
&lt;TD width="340"&gt;GlobalProtect gateway user authentication succeeded. Login from: 1.1.1.1, User name: username.&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;TABLE width="569"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="63"&gt;globalprotect&lt;/TD&gt;
&lt;TD width="77"&gt;informational&lt;/TD&gt;
&lt;TD width="89"&gt;globalprotectgateway-config-release&lt;/TD&gt;
&lt;TD width="340"&gt;
&lt;P&gt;GlobalProtect gateway client configuration released. User name: username, Private IP: 1.1.1.1.&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;TABLE width="569"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="63"&gt;globalprotect&lt;/TD&gt;
&lt;TD width="77"&gt;informational&lt;/TD&gt;
&lt;TD width="89"&gt;globalprotectgateway-logout-succ&lt;/TD&gt;
&lt;TD width="340"&gt;GlobalProtect gateway user logout succeeded. User name: username, Reason: reason.&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Currently the only way to send the system logs is forwarding to a syslog server, so the syslog server needs to parse them and resend them to your radius probably using a custom script.&lt;/P&gt;
&lt;P&gt;Another way will be to create a script using the xml api in order to query the logs, parse the info and resends it to the radius server.Hope it helps,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Gerardo.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Dec 2015 18:08:08 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/radius-accounting/m-p/69674#M40357</guid>
      <dc:creator>glastra1</dc:creator>
      <dc:date>2015-12-19T18:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Radius Accounting</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/radius-accounting/m-p/512613#M106509</link>
      <description>&lt;P&gt;HI&lt;BR /&gt;Want to bring this question, from&amp;nbsp;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;2015, up again.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I have a MidEye solution for 2-factor authentication of our VPN users.&lt;BR /&gt;A feature, I want to use, is called Assisted Login.&lt;BR /&gt;&lt;A href="https://docs.mideye.com/5.6.6/integrations/requirements/" target="_blank" rel="noopener"&gt;https://docs.mideye.com/5.6.6/integrations/requirements/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It requres session monitoring and that The Palo Alto can send RADIUS accounting, start / stop messages.to the MidEye server.&lt;BR /&gt;This can be done with Pulse Secure, Checkpoint and Cisco. But I cant fid a way to do it with Palo Alto.&lt;BR /&gt;So after 7 years I thought there must be a solution&lt;/P&gt;
&lt;P&gt;.&lt;/P&gt;
&lt;P&gt;DGC&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 21:27:05 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/radius-accounting/m-p/512613#M106509</guid>
      <dc:creator>Pagengruppen</dc:creator>
      <dc:date>2022-08-22T21:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Radius Accounting</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/radius-accounting/m-p/512809#M106542</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/179561"&gt;@Pagengruppen&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As far as I can see this hasn't been implemented since.&lt;/P&gt;
&lt;P data-unlink="true"&gt;Please contact your sales contact and ask him to add your vote to the existing feature request for it (&lt;SPAN class="news-body-text"&gt;&lt;SPAN&gt;&lt;STRONG&gt;FR ID: 1109&lt;/STRONG&gt; - Support for Radius Accounting&lt;/SPAN&gt;&lt;/SPAN&gt;).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;-Kiwi.&lt;/P&gt;
&lt;DIV id="ConnectiveDocSignExtentionInstalled" data-extension-version="1.0.4"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 Aug 2022 08:44:23 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/radius-accounting/m-p/512809#M106542</guid>
      <dc:creator>kiwi</dc:creator>
      <dc:date>2022-08-24T08:44:23Z</dc:date>
    </item>
  </channel>
</rss>

