Scotwnw … thanks for the reply, and so quick! Here’s the issue. I’m not a sys-admin person, I have a geeky side that runs their own server (and router for inside to outside) from home for my photograph web sites. Up to now I have used Virtualmin totally to configure my server (exactly what a good “web panel” should do!). (I did do some research before writing my frustration (which has grown) and all this has been known for years, but nothing programmatically changed for Ubuntu.) Sadly when I read “set netplan config” I don’t really understand what you mean. This is me, not you
.I’ve looked through the etc files and when I find
/etc/netplan/01-network-manager-all.yaml all it contains is …
Let NetworkManager manage all devices on this system
network:
version: 2
renderer: NetworkManager
However …
/etc/NetworkManager/system-connections I find my internal / external interfaces… external containing
[connection]
id=Outside World
uuid=130fc907-7014-39db-a091-286efb0c29cc
type=ethernet
autoconnect-priority=-999
permissions=
timestamp=1573083917
[ethernet]
cloned-mac-address=74:D0:2B:34:B5:08
mac-address=0C:9D:92:CD:08:62
mac-address-blacklist=
[ipv4]
address1=xx.yy.zz.aa/32
dns=127.0.0.1;192.69.23.12;192.69.23.14;
dns-search=
ignore-auto-dns=true
method=manual
[ipv6]
addr-gen-mode=stable-privacy
dns-search=
method=ignore
which has all the correct information in it. (Why do “they” make this so confusing!). Do I have two network managers loaded by default? NO, because both those files are Network Manager “owned” files, supposedly. How do I know what Virtualmin will /will not use! And to be honest, how do I even know that Virtualmin will use the .yaml file … (Did I mention how much I dislike XML
)
Rant Over!
p.s. Thanks for the tip on disk temps. My reference was why automatic in Centos, but not in Ubuntu.
p.p.s … and I’m sure this has triggered the issue that I cannot restore a single virtual server and always have the message “Restore failed : Failed to work out externally visible IP address” … even though
Host Addresses
8.44.146.52 Yes apache-web-server.twin-peaks-video.com , apache-web-server
Network interfaces (active) reports
enp4s0 Ethernet 8.44.146.52 255.255.255.255 fe80::76d0:2bff:fe34:b508 Up
enp7s0 Ethernet 192.168.1.1 255.255.255.0 fe80::ed65:6a2c:e09f:f2c7 Up
lo Loopback 127.0.0.1 255.0.0.0 ::1 Up
Dashboard reports
System hostname apache-web-server.twin-peaks-video.com (8.44.146.52)
Operating system Ubuntu Linux 18.04.3
Check Configuration reports
Default IPv4 address for virtual servers is 8.44.146.52
But if I try to restore a virtual server I get the message
Starting restore of 1 domains from local file /home2/nigel2/VirtualMin_Backup/Sunday-October-20-2019/twin-peaks-video.com.tar.gz …
Extracting backup archive file …
… done
Re-creating virtual server twin-peaks-video.com …
Restore failed : Failed to work out externally visible IP address
If I set “Ignore virtual server creation warnings?” Virtualmin posts
Re-creating virtual server twin-peaks-video.com …
Restore failed : Failed to work out externally visible IP address
And exactly the same thing happens if I set in Restore Virtual Server >> Source and Format >> “Original IP address”
I thought that Virtualmin supports Ubuntu 18.04 … but sadly this just doesn’t seem to be true.