Install Sophos Firewall on macOS
You can deploy a Sophos Firewall ISO image on a macOS server.
Download the ISO
To download the .zip file containing the software (ISO) image for deploying Sophos Firewall on a macOS server, do as follows:
- Go to Firewall Installers.
- Scroll to Software Installers: Firewall OS Software ISO for Intel Hardware.
- Click Download.
Prepare the USB drive
To prepare a USB drive to install the ISO, do as follows:
- Insert a standard USB drive that has the specified minimum space.
- Open the disk utility included in macOS.
- Locate the USB drive.
-
Go to Partitions and make the following changes:
- Volume scheme: 1 partition
- Format: Free Space
-
Select Apply.
- Open a terminal window and go to the ISO location.
-
To convert the ISO file into a new format, run the following command, replacing
SOPHOS_ISO
with the name of the ISO you downloaded:hdiutil convert -format UDRW -o sf.img.dmg SOPHOS_ISO
Here's an example:
hdiutil convert -format UDRW -o sf.img.dmg SW-20.0.0_GA-222.iso
-
This command converts and renames the ISO to
sf.img.dmg
. - Run the diskutil list and locate the path of the USB drive.
-
To write the converted ISO to the USB drive, run the following command, replacing
PATH_TO_USB
with the path to your USB drive:Tip
For the imaging to work on your system, you may need to run
sudo dd <rest of command>
.dd if=./sf.img.dmg of=PATH_TO_USB bs=1m
Here's an example where the USB path is
/dev/disk9
:dd if=./sf.img.dmg of=/dev/rdisk9 bs=1m
Note
The = path adds an
r
before the device path name. This is deliberate and enables RAW disk access. If you leave ther
out, the process will be slower.The process will take a few minutes. When the command prompt appears, you can remove the USB drive.
Install Sophos Firewall
To install Sophos Firewall on the server, do as follows:
- You may need to change the BIOS settings for the USB drive to start.
- Connect a monitor, keyboard, and a serial cable to the server.
- Type
y
when prompted and press Enter. - Follow the prompts to complete the installation.
- When installation is complete, remove the USB drive and restart the server. A first-time restart will take a few minutes.
Configure Sophos Firewall.
To power on and configure the virtual firewall, do as follows:
- Enter
https://172.16.16.16:4444
into your web browser to connect to the firewall. -
Select Start to open the setup assistant and complete basic setup and registration.
Restriction
The setup assistant won't start if you've changed the default password from the CLI console. You can complete the basic setup manually or reset the firewall to default to use the setup assistant.
To manage your Sophos Firewall licenses and subscriptions, see Licensing.