This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Sophos UTM Google Cloud

Hi all,

AWS has a cloud version of Sophos that can be deployed.

https://aws.amazon.com/marketplace/pp/B01M1ORUI6

However, I would like to know when a version will become available to deploy on Google Cloud?

I have tried building an image to work on GCP, however, I've bad no luck thus far. I can't get my VM to boot on GCP. I would really like to migrating my hosting to GCP, so getting a Sophos firewall running there, is essential.

Anyone with the same issue?

Thanks

Chris



This thread was automatically locked due to age.
Parents
  • Hi Chris and welcome to the UTM Community!

    For UTM, AWS is the only cloud provider actively supported.  For Sophos XG, it's Azure.

    When you say that you can't get your VM to boot, do you mean that you've loaded the software ISO into an instance and that it won't boot?  If so, then it's likely an insurmountable hardware issue.

    Cheers - Bob

     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
  • Hi,

    What I've done is:

    Installed a new Sophos UTM 9 on a VMWare Virtual machine.

    The virtual machine has 2 disks attached.

    What I then did was to create a raw bootable disk from the running Sophos install, since you can't upload ISO images to Google.

     

    So basically:

    Step 1:

    sudo dd if=/dev/sda of=/tmp/disk.raw bs=4M conv=sparse

    Step 2:
    sudo tar -Sczf /tmp/compressed-image.tar.gz disk.raw

    Step 3:


    Create an image from the tar file.

    Step 4:

    Create a VM from the image. Enable the serial console and boot the VM. The VM boots, and I'm left with the below issue:

     

    serialport: Connected:
    SeaBIOS (version 1.8.2-20180718_090847-google)
    Total RAM Size = 0x00000001e0000000 = 7680 MiB
    CPUs found: 2     Max CPUs supported: 256
    found virtio-scsi at 0:3
    virtio-scsi vendor='Google' product='PersistentDisk' rev='1' type=0 removable=0
    virtio-scsi blksize=512 sectors=41943040 = 20480 MiB
    drive 0x000f2280: PCHS=0/0/0 translation=lba LCHS=1024/255/63 s=41943040
    Booting from Hard Disk 0...
     

    It just hangs at this point, and does nothing further. So I'm not sure what the exact issue is.

    Thanks

    Chris

Reply
  • Hi,

    What I've done is:

    Installed a new Sophos UTM 9 on a VMWare Virtual machine.

    The virtual machine has 2 disks attached.

    What I then did was to create a raw bootable disk from the running Sophos install, since you can't upload ISO images to Google.

     

    So basically:

    Step 1:

    sudo dd if=/dev/sda of=/tmp/disk.raw bs=4M conv=sparse

    Step 2:
    sudo tar -Sczf /tmp/compressed-image.tar.gz disk.raw

    Step 3:


    Create an image from the tar file.

    Step 4:

    Create a VM from the image. Enable the serial console and boot the VM. The VM boots, and I'm left with the below issue:

     

    serialport: Connected:
    SeaBIOS (version 1.8.2-20180718_090847-google)
    Total RAM Size = 0x00000001e0000000 = 7680 MiB
    CPUs found: 2     Max CPUs supported: 256
    found virtio-scsi at 0:3
    virtio-scsi vendor='Google' product='PersistentDisk' rev='1' type=0 removable=0
    virtio-scsi blksize=512 sectors=41943040 = 20480 MiB
    drive 0x000f2280: PCHS=0/0/0 translation=lba LCHS=1024/255/63 s=41943040
    Booting from Hard Disk 0...
     

    It just hangs at this point, and does nothing further. So I'm not sure what the exact issue is.

    Thanks

    Chris

Children
No Data