Guest User!

You are not Sophos Staff.

Specific IP and route settings

Hi!

I'm trying out UTM 9 for a small virtual cluster I'm hosting with OVH.
They have a funny way of assigning extra IP addresses to devices and I'm having a hard time getting it configured in Sophos.

This is what it should be in a run-of-the-mill debian distro. And this works.

auto lo eth0

iface lo inet loopback
iface eth0 inet static
address 178.x.x.31
netmask 255.255.255.255
broadcast 178.x.x.31
post-up route add 37.x.x.254 dev eth0
post-up route add default gw 37.x.x.254
post-down route del 37.x.x.254 dev eth0
post-down route del default gw 37.x.x.254


178.x.x.31 = IP address of the VM
37.x.x.x = IP address of my ESX host

From a networking point of view this doesn't make any sense, I know. But can it be done?
Parents Reply Children
No Data