Anywhere Access

Discuss and get help to configure the firewall
User avatar
david
Posts: 163
Joined: 08 Aug 2015 20:38

Re: Anywhere Access

Post by david »

That's fine!

All you need to do is to import your private key and certificate (and possibly intermediate chain certificates) into CG. I invite you to read the following documentations to get help:

- https://www.cacheguard.net/doc/guide/re ... e.html#ssl
- https://www.cacheguard.net/doc/command/tls.html

If you have any questions regarding the TLS/SSL configuration, please feel free to post them on our forum at viewforum.php?f=21.

Warm Regards,
David Janeway
CacheGuard Technical Team
https://www.cacheguard.com
User avatar
charles
Site Admin
Posts: 41
Joined: 06 Nov 2014 16:23
Location: Paris
Contact:

Re: Anywhere Access

Post by charles »

Hi,

We are pleased to announce that we just released CacheGuard-OS version EH-1.3.6. This new release fixes the bug that prevented to use CG's IP addresses as the destination IP in firewall rules. Therefore, you can safely replace previously mentioned firewall rules by the following rules:

Code: Select all

firewall external add InternetToWSHTTP allow tcp any rweb 192.168.155.1 80 nil 10.0.10.11 80
firewall external add InternetToWSHTTPS allow tcp any rweb 192.168.155.1 443 nil 10.0.10.11 443
As you can see, any has been replaced by CG's external IP address (192.168.155.1).

Best Regards,
Charles Tajvidi
IT Technical Architect
http://www.cacheguard.com
User avatar
david
Posts: 163
Joined: 08 Aug 2015 20:38

Re: Anywhere Access

Post by david »

Hi

To upgrade from CacheGuard-OS version EH-1.3.5 to EH-1.3.6, a patch has been made available. You can follow instructions below to automatically upgrade your CG appliance from the Web GUI:

- Go to the [GENERAL] > [System Operations] > [Load OS Patch] page using menus.
- Click on the SUBMIT button and wait for the termination of the patch download.
- Go to the [GENERAL] > [Whole Configuration] > [Apply New Configuration] page using menus. Please note that clicking on the blinking down arrow button in blue in the top icon bar returns you to the same page (it's actually a shortcut which is only visible when the configuration is modified).
- Click on the SUBMIT button and wait for the apply operation termination.

At this stage your CG appliance should be upgraded. To very that the upgrade is effective, please go to the [HELP] > [About this System] page and check the "Operating System" value.

Best Regards,
David Janeway
CacheGuard Technical Team
https://www.cacheguard.com
User avatar
david
Posts: 163
Joined: 08 Aug 2015 20:38

Re: Anywhere Access

Post by david »

Hi,

You can also use the CLI (Command Line Interface) to upgrade your CG appliance. To do so, please proceed as follows:
- Login from the console port or connect to your CG appliance using an SSH client (in this case the SSH administration service should be activated (admin ssh on ; apply force)).
- Perform the following command:

Code: Select all

system patch aload 
Wait for the termination of the patch download and then apply the patch using the command apply. After the termination of the apply operation, you can verify that the upgrade is effective by using the following command:

Code: Select all

system soft
Best Regards,
David Janeway
CacheGuard Technical Team
https://www.cacheguard.com
Douglas
Posts: 55
Joined: 15 Feb 2018 12:04

Re: Anywhere Access

Post by Douglas »

Upgrade successfully applied via WebGUI. Thanks.
Post Reply