Hi Everybody,
We are happy to announce global availability of Dome Firewall Virtual Appliance 2.6.0 and Central Manager 1.4.0. This release provides several improvements and various fixes. This post communicates all the major changes in Dome Firewall 2.6.0 and Central Manager 1.4.0.
What's New ?
All previous versions of Dome Firewall Central Manager are updated to 1.4.0 and in order to upgrade Dome Firewall to latest version go to System > Firmware and hit Upgrade button. For more info please visit: https://help.comodo.com/topic-451-1-...e-Version.html
Feel free to check the attached Release Notes for further information.
Click here to learn more about Dome Firewall and get your own copy of the software today, it's FREE!!
How to create USB Sticks for installing Dome Firewall 2.6.0 to hardware appliance of your Choice:
This guide will help you create USB installation sticks for Dome Firewall 2.6.0.
Prequisites:
Here you can find the Installer Script https://cdome.comodo.com/release-notes/DomeFWUSBscript/make_usb_installer.sh
>Step 1: Copy the script to a local folder
>Step 2: Insert the target USB media into one of the USB ports, note the mounted device
>Step 3: Invoke the script as shown below:
Assuming the USB Port is mounted as /dev/sdc , if else please update below path accordingly.
Now your USB installation stick is ready to be used! All you have to do is insert USB into the phsyical appliance of your choice and hit Enter in the installation screen that shows "Install Dome Firewall"
We are happy to announce global availability of Dome Firewall Virtual Appliance 2.6.0 and Central Manager 1.4.0. This release provides several improvements and various fixes. This post communicates all the major changes in Dome Firewall 2.6.0 and Central Manager 1.4.0.
What's New ?
- L2TP VPN Support: By using L2TP IPSEC PSK client-to-site VPN tunnels now can be created for mobile devices, smartphones and tablets.
- Dome Firewall Central Manager now can be used for managing VPN settings and users of multiple remote Dome Firewalls from a single window and without having to leave your seat.
- A new bootable USB Script is available for creating USB Sticks for installing Dome Firewall 2.6.0 physical machines of your choice. Please check below for How-to.
All previous versions of Dome Firewall Central Manager are updated to 1.4.0 and in order to upgrade Dome Firewall to latest version go to System > Firmware and hit Upgrade button. For more info please visit: https://help.comodo.com/topic-451-1-...e-Version.html
Feel free to check the attached Release Notes for further information.
Click here to learn more about Dome Firewall and get your own copy of the software today, it's FREE!!
How to create USB Sticks for installing Dome Firewall 2.6.0 to hardware appliance of your Choice:
This guide will help you create USB installation sticks for Dome Firewall 2.6.0.
Prequisites:
- Ubuntu 14.04 (or an equivalent debian distro)
- A Dome Firewall 2.6.0 ISO image to use
- A USB flash disk of at least 2GB ( Warning : the contents of the disk will be completely erased after the operation)
- A debian based distro
- The installer script
Here you can find the Installer Script https://cdome.comodo.com/release-notes/DomeFWUSBscript/make_usb_installer.sh
>Step 1: Copy the script to a local folder
Code:
$ mkdir usb-creation $ cd usb-creation $ cp ./make_usb_installer.sh .
>Step 3: Invoke the script as shown below:
Assuming the USB Port is mounted as /dev/sdc , if else please update below path accordingly.
Code:
$ ./make_usb_installer.sh /dev/sdc <path-to-iso-image>
Now your USB installation stick is ready to be used! All you have to do is insert USB into the phsyical appliance of your choice and hit Enter in the installation screen that shows "Install Dome Firewall"
Comment