Not sure if anyone has come across this and if they have a way around it. I'm trying to test out PMG in an OVHCloud VPS. Its a Debian 11 KVM and everytime I add the Proxmox repository and install proxmox-mailgateway it knocks out the ethernet address.
There are a couple of things that they're rolling out within the /etc/network/interfaces file:
-------------------
# Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d
# Cloud images dynamically generate config fragments for newly
# attached interfaces. See /etc/udev/rules.d/75-cloud-ifupdown.rules
# and /etc/network/cloud-ifupdown-helper. Dynamically generated
# configuration fragments are stored in /run:
source-directory /run/network/interfaces.d
-------------------
cat /etc/udev/rules.d/75-cloud-ifupdown.rules
# Handle allow-hotplug interfaces
SUBSYSTEM=="net", ACTION=="add", ENV{INTERFACE}=="eth*|en*", RUN+="/etc/network/cloud-ifupdown-helper"
-------------------
I can install the PMG, but the network interface gets modified / changed somehow.
The VPN has a static IP address assigned via DHCP, so I'm stumped as to how to get the packages installed on the VPS in the data centre in order to have a working PMG so I'm reaching out to this community to see if anyone has seen this happen in their data centre and if so how you got around it / resolved.
Thanks
There are a couple of things that they're rolling out within the /etc/network/interfaces file:
-------------------
# Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d
# Cloud images dynamically generate config fragments for newly
# attached interfaces. See /etc/udev/rules.d/75-cloud-ifupdown.rules
# and /etc/network/cloud-ifupdown-helper. Dynamically generated
# configuration fragments are stored in /run:
source-directory /run/network/interfaces.d
-------------------
cat /etc/udev/rules.d/75-cloud-ifupdown.rules
# Handle allow-hotplug interfaces
SUBSYSTEM=="net", ACTION=="add", ENV{INTERFACE}=="eth*|en*", RUN+="/etc/network/cloud-ifupdown-helper"
-------------------
I can install the PMG, but the network interface gets modified / changed somehow.
The VPN has a static IP address assigned via DHCP, so I'm stumped as to how to get the packages installed on the VPS in the data centre in order to have a working PMG so I'm reaching out to this community to see if anyone has seen this happen in their data centre and if so how you got around it / resolved.
Thanks
Last edited: