<?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 Change WebUI Port with CLI in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Change-WebUI-Port-with-CLI/m-p/46750#M87413</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I just installed a new CheckPoint 1450 at a remote location. The firewall rules are functioning and live. Back at my office, I am able to SSH into the firewall just fine, but I am unable to get to the WEBUI for management. I manage it on a public IP address and configured the firewall's Administrative Access allowing my Public IP. I also configured it for port 4434, which I believe I need to change it to 443 in order to gain access.&lt;/P&gt;&lt;P&gt;I looked through documentation and they provided:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;webui enable&amp;nbsp;&lt;/SPAN&gt;&amp;lt;port_number&amp;gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;CLISH&amp;gt; set web ssl-port &amp;lt;port number&amp;gt;&lt;/P&gt;&lt;P&gt;I am not sure this applies. I just ssh into the firewall and attempted to run these with expert mode, but it does not seem like these commands exist.&lt;/P&gt;</description>
    <pubDate>Wed, 13 Mar 2019 13:32:13 GMT</pubDate>
    <dc:creator>Jason_Hamilton</dc:creator>
    <dc:date>2019-03-13T13:32:13Z</dc:date>
    <item>
      <title>Change WebUI Port with CLI</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Change-WebUI-Port-with-CLI/m-p/46750#M87413</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I just installed a new CheckPoint 1450 at a remote location. The firewall rules are functioning and live. Back at my office, I am able to SSH into the firewall just fine, but I am unable to get to the WEBUI for management. I manage it on a public IP address and configured the firewall's Administrative Access allowing my Public IP. I also configured it for port 4434, which I believe I need to change it to 443 in order to gain access.&lt;/P&gt;&lt;P&gt;I looked through documentation and they provided:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;webui enable&amp;nbsp;&lt;/SPAN&gt;&amp;lt;port_number&amp;gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;CLISH&amp;gt; set web ssl-port &amp;lt;port number&amp;gt;&lt;/P&gt;&lt;P&gt;I am not sure this applies. I just ssh into the firewall and attempted to run these with expert mode, but it does not seem like these commands exist.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 13:32:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Change-WebUI-Port-with-CLI/m-p/46750#M87413</guid>
      <dc:creator>Jason_Hamilton</dc:creator>
      <dc:date>2019-03-13T13:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Change WebUI Port with CLI</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Change-WebUI-Port-with-CLI/m-p/46768#M87414</link>
      <description>&lt;P&gt;Neither apply. You should use a port away from 443 and add it to your URL.&lt;/P&gt;
&lt;P&gt;Embedded GAIA uses the following commands:&lt;/P&gt;
&lt;P&gt;combined command to start with anything allowed&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;set admin-access&amp;nbsp;&lt;SPAN style="font-size: 18px;"&gt;interfaces&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;&amp;nbsp;any access allow allowed-ipv4-addresses any web-access-port 4434&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P style="font-family: DINOTRegular;"&gt;&lt;SPAN style="font-family: inherit;"&gt;separate commands:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM style="font-family: inherit;"&gt;&lt;SPAN style="font-family: inherit;"&gt;set admin-access interfaces any&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;SPAN style="font-family: inherit;"&gt;set admin-access access allow&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;to allow any address access (together with the above Interface command) you can use:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;SPAN style="font-family: inherit;"&gt;set admin-access&amp;nbsp;allowed-ipv4-addresses any&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;or you can limit it to ranges and or single IP's:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;&lt;EM&gt;add admin-access-ipv4-address network-ipv4-address 2.9.8.0 mask-length 24&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;add admin-access-ipv4-address single-ipv4-address 2.8.7.10&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;set admin-access allowed-ipv4-addresses from-ip-list&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;to set the web ssl port:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;&lt;EM&gt;set admin-access web-access-port 4434&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 15:36:44 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Change-WebUI-Port-with-CLI/m-p/46768#M87414</guid>
      <dc:creator>Maarten_Sjouw</dc:creator>
      <dc:date>2019-03-13T15:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Change WebUI Port with CLI</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Change-WebUI-Port-with-CLI/m-p/46796#M87415</link>
      <description>&lt;P&gt;Awesome, thanks for the assistance!&lt;/P&gt;&lt;P&gt;Is there a command to commit the changes or should it go through right away?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 17:20:11 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Change-WebUI-Port-with-CLI/m-p/46796#M87415</guid>
      <dc:creator>Jason_Hamilton</dc:creator>
      <dc:date>2019-03-13T17:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Change WebUI Port with CLI</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Change-WebUI-Port-with-CLI/m-p/46797#M87416</link>
      <description>I believe the change happens right away, but you need to do a "save config" so it persists across reboots.</description>
      <pubDate>Wed, 13 Mar 2019 17:29:23 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Change-WebUI-Port-with-CLI/m-p/46797#M87416</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2019-03-13T17:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Change WebUI Port with CLI</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Change-WebUI-Port-with-CLI/m-p/46833#M87417</link>
      <description>No need for save config, does not even know the command.&lt;BR /&gt;In embedded all changes are instant and saved.</description>
      <pubDate>Wed, 13 Mar 2019 22:29:55 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Change-WebUI-Port-with-CLI/m-p/46833#M87417</guid>
      <dc:creator>Maarten_Sjouw</dc:creator>
      <dc:date>2019-03-13T22:29:55Z</dc:date>
    </item>
  </channel>
</rss>

