<?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: How many tunnel for one user ? in SASE and Remote Access</title>
    <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/How-many-tunnel-for-one-user/m-p/189269#M11458</link>
    <description>&lt;P&gt;Spent most of the day looking at this issue on one of my gateways.&amp;nbsp; Our connected VPN client count was around 140-150 when we started getting the error "&lt;SPAN&gt;You cannot receive an office Mode IP address because the security gateway does not have a license for Office mode".&amp;nbsp; W&lt;/SPAN&gt;e are licensed for 205.&amp;nbsp; Eventually I found that the om_assigned_ips table was at 205 when the issue occurs.&lt;/P&gt;&lt;P&gt;In this case we had set the IP Lease Duration to 1day (1440 minutes) while also allowing simultaneous logins.&amp;nbsp; I'm not sure if there is a bug in the VPN client or if it was a user, but I'd see some VPN clients with multiple logins from the same IP, each session tying up a IP in the om_assigned_ips table.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found this looking at the detail from&amp;nbsp;&lt;EM&gt;fw tab -t om_assigned_ips -f - u&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I've set the lease time back to the default (15 minutes) and set simultaneous logins to only allow one per user.&amp;nbsp; Hopefully that sorts it out.&lt;/P&gt;&lt;P&gt;Thanks to&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/21294"&gt;@G_W_Albrecht&lt;/a&gt;&amp;nbsp;for the list of commands.&amp;nbsp; They were invaluable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Aug 2023 13:55:06 GMT</pubDate>
    <dc:creator>waynej</dc:creator>
    <dc:date>2023-08-11T13:55:06Z</dc:date>
    <item>
      <title>How many tunnel for one user ?</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/How-many-tunnel-for-one-user/m-p/74633#M11453</link>
      <description>&lt;P&gt;Hi everybody&lt;/P&gt;&lt;P&gt;I have an issue like this:&lt;/P&gt;&lt;P&gt;My VPN pool is 192.168.250.0/24&lt;/P&gt;&lt;P&gt;When i try to use Endpoint VPN to connect, the message is appear:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;Connection Failed: You cannot receive an Office Mode IP address at this time. Try to connect again. If the problem persists, contact your administrator.&lt;SPAN&gt;"&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I checked on Smartview Monitor, the concurrent users are 168, but the Log in Smartview Tracker is IP Pool full&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could anyone explain it to me ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you so much&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 08:53:40 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/How-many-tunnel-for-one-user/m-p/74633#M11453</guid>
      <dc:creator>PhongNN</dc:creator>
      <dc:date>2020-02-10T08:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: How many tunnel for one user ?</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/How-many-tunnel-for-one-user/m-p/74647#M11454</link>
      <description>&lt;P&gt;Endpoint RA VPN does not use the concurrent MAB users, but the EP VPN seats !&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;sk39034&lt;/STRONG&gt; To see the number of currently connected Remote Access users, run this command (in Expert mode) on the VPN Security Gateway:&lt;/P&gt;
&lt;P&gt;[Expert@HostName]# fw tab -t userc_users -s&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;sk14496&lt;/STRONG&gt; To see the username of each "connected" remote access user (in the last 15 minutes), run this command (in Expert mode) on VPN Security Gateway:&lt;/P&gt;
&lt;P&gt;[Expert@HostName]# fw tab -t userc_rules -f&lt;/P&gt;
&lt;P&gt;You can check the Office Mode state using the following:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;sk43883 - What is the difference between marcipan_ippool_users and om_assigned_ips&lt;/STRONG&gt;&amp;nbsp;:&lt;/P&gt;
&lt;P&gt;The marcipan table lists the office mode ip address. So if you type in the cmd&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;fw tab -t marcipan_ippool_users -f&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;This will show the list in readable format.&lt;/P&gt;
&lt;P&gt;The om_assigned_ips deals with the office mode ip address tied with the user name. Type the tab cmd with the -f switch.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;fw tab -t om_assigned_ips -f&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;STRONG&gt;sk36036 - to determine # of SNX users (# of individuals using office mode) on GW issue&lt;/STRONG&gt;&amp;nbsp;:&lt;/P&gt;
&lt;P&gt;fw tab -t sslt_om_ip_params -s&lt;/P&gt;
&lt;P&gt;You can also run the following command on the gateway, in order to see the number of OM IPs which are currently assigned by the gateway:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;fw tab -t om_assigned_ips -s&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;HOST NAME ID #VALS #PEAK #SLINKS localhost om_assigned_ips 372 1 1 0&lt;/P&gt;
&lt;P&gt;The above output (#VALS=1 ) means currently one client is assigned an OM IP. This includes SNX users with OM IPs as well, who take up from a different license (SSL). In order to find out how many there are of those and subtract them to leave only IPsec VPN clients (i.e. SecureClient, Endpoint Security VPN, Endpoint Connect), check the following table:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;fw tab -t sslt_om_ip_params -s&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;HOST NAME ID #VALS #PEAK #SLINKS localhost sslt_om_ip_params 372 1 1 0&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 10:35:52 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/How-many-tunnel-for-one-user/m-p/74647#M11454</guid>
      <dc:creator>G_W_Albrecht</dc:creator>
      <dc:date>2020-02-10T10:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: How many tunnel for one user ?</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/How-many-tunnel-for-one-user/m-p/74753#M11455</link>
      <description>&lt;P&gt;It's very usefull. Thank you so much&lt;/P&gt;&lt;P&gt;But my question is still unresolved&lt;/P&gt;&lt;P&gt;Because in Smartview Monitor, i saw the Remote User Tunnel is 166 and i cannot connect to VPN because IP pool full&lt;/P&gt;&lt;P&gt;The IP Pool is 192.168.150.0/24, and it should be assign for 254 user, right ?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 04:52:59 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/How-many-tunnel-for-one-user/m-p/74753#M11455</guid>
      <dc:creator>PhongNN</dc:creator>
      <dc:date>2020-02-11T04:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: How many tunnel for one user ?</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/How-many-tunnel-for-one-user/m-p/74865#M11456</link>
      <description>If you’re not licensed for that many users, definitely not.&lt;BR /&gt;In any case, if you can provide (possibly redacted) output of the above commands, it might help us see what’s happening.</description>
      <pubDate>Tue, 11 Feb 2020 22:02:08 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/How-many-tunnel-for-one-user/m-p/74865#M11456</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2020-02-11T22:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: How many tunnel for one user ?</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/How-many-tunnel-for-one-user/m-p/78660#M11457</link>
      <description>&lt;P&gt;I have the same issue with them, currently, I have &lt;SPAN&gt;760 plus users are already connected but other users are unable to connect&amp;nbsp;and currently impacting their production. May i know the maximum users that can connect through the VPN? is there any command that i can use to check ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 10:01:20 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/How-many-tunnel-for-one-user/m-p/78660#M11457</guid>
      <dc:creator>chaymosphere</dc:creator>
      <dc:date>2020-03-18T10:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: How many tunnel for one user ?</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/How-many-tunnel-for-one-user/m-p/189269#M11458</link>
      <description>&lt;P&gt;Spent most of the day looking at this issue on one of my gateways.&amp;nbsp; Our connected VPN client count was around 140-150 when we started getting the error "&lt;SPAN&gt;You cannot receive an office Mode IP address because the security gateway does not have a license for Office mode".&amp;nbsp; W&lt;/SPAN&gt;e are licensed for 205.&amp;nbsp; Eventually I found that the om_assigned_ips table was at 205 when the issue occurs.&lt;/P&gt;&lt;P&gt;In this case we had set the IP Lease Duration to 1day (1440 minutes) while also allowing simultaneous logins.&amp;nbsp; I'm not sure if there is a bug in the VPN client or if it was a user, but I'd see some VPN clients with multiple logins from the same IP, each session tying up a IP in the om_assigned_ips table.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found this looking at the detail from&amp;nbsp;&lt;EM&gt;fw tab -t om_assigned_ips -f - u&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I've set the lease time back to the default (15 minutes) and set simultaneous logins to only allow one per user.&amp;nbsp; Hopefully that sorts it out.&lt;/P&gt;&lt;P&gt;Thanks to&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/21294"&gt;@G_W_Albrecht&lt;/a&gt;&amp;nbsp;for the list of commands.&amp;nbsp; They were invaluable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 13:55:06 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/How-many-tunnel-for-one-user/m-p/189269#M11458</guid>
      <dc:creator>waynej</dc:creator>
      <dc:date>2023-08-11T13:55:06Z</dc:date>
    </item>
  </channel>
</rss>

