SYSTEM INFORMATION | |
---|---|
OS type and version | Ubuntu 22.04 |
Virtualmin version | 7.7 |
I have a basic Linode machine
I bought a cheap .top tld domain from Porkbun
In Porkbun I set
Authorative nameservers to:
ns1.example.top
ns2.example.top
Glue records to
ns1.example.top
172.xxx.xx.xxx
ns2.example.top
172.xxx.xx.xxx
** Both to the same IP as Linode only has the one IP
On the Linode server I did the following:
Update packages
apt update && apt upgrade -y
Set hostname
hostnamectl set-hostname ns1.example.top
Set hosts
nano /etc/hosts
172.xxx.xx.xxx ns1.example.top ns1
Finally I installed Virtualmin with
wget https://software.virtualmin.com/gpl/scripts/virtualmin-install.sh
chmod a+x virtualmin-install.sh
sh virtualmin-install.sh
Everything went smoothly without error, I can login with
https://172.xxx.xx.xxx:10000
but not
https://ns1.example.top:10000
The dash shows
System hostname ns1.example.top (172.xxx.xx.xxx)
Have I done something wrong?