backup-domain Backup one or more virtual servers
list-scheduled-backups Outputs a list of scheduled backups
restore-domain Restore one or more virtual servers
list-backup-keys Lists all available backup encryption keys.
Virtual servers
clone-domain Duplicates an existing virtual server with a new name.
create-domain Create a virtual server
delete-domain Delete one or more virtual servers.
disable-domain Temporarily disable a virtual server
enable-domain Re-enable one virtual server
migrate-domain Imports a virtual server from some other product
modify-domain Change parameters of a virtual server
move-domain Change the owner of a virtual server
rename-domain ...
Comments
Submitted by nickolasnikolic on Sat, 06/08/2019 - 07:15 Comment #1
virtualmin @ nick.cool:10000 times out. even after restart of webmin.
Submitted by andreychek on Sat, 06/08/2019 - 08:15 Comment #2
Howdy -- thanks for contacting us!
Do you see the same results when trying to connect using the IP address, rather than the domain name?
Also, what is the output of this command:
netstat -anlp | grep :10000
Submitted by nickolasnikolic on Sat, 06/08/2019 - 08:21 Comment #3
nn@nn-p:~$ sudo netstat -anlp | grep :10000 [sudo] password for nn: Sorry, try again. [sudo] password for nn: tcp 0 0 0.0.0.0:10000 0.0.0.0:* LISTEN 3515/perl
tcp 0 0 192.168.1.25:60376 192.168.1.25:10000 ESTABLISHED 14607/chrome --type tcp 0 0 192.168.1.25:60374 192.168.1.25:10000 ESTABLISHED 14607/chrome --type tcp 0 0 192.168.1.25:10000 192.168.1.25:60374 ESTABLISHED 9567/perl
tcp 0 0 192.168.1.25:10000 192.168.1.25:60376 ESTABLISHED 9568/perl
tcp6 0 0 :::10000 :::* LISTEN 3515/perl
udp 0 0 0.0.0.0:10000 0.0.0.0:* 3515/perl
Submitted by nickolasnikolic on Sat, 06/08/2019 - 08:22 Comment #4
and yes, I do see the same result with the ip address
and thank you for your work.
Submitted by andreychek on Sat, 06/08/2019 - 08:31 Comment #5
It looks like Virtualmin is running on port 10000 there.
It also looks like Virtualmin is running behind a NAT router though.
Is it possible that port 10000 on the NAT router hasn't been forwarded to the Virtualmin server?
Submitted by nickolasnikolic on Sat, 06/08/2019 - 09:18 Comment #6
port 10000 is forwarded to the machine
Submitted by nickolasnikolic on Sat, 06/08/2019 - 09:22 Comment #7
and thank you for your work, as always
Submitted by andreychek on Sat, 06/08/2019 - 09:33 Comment #8
I just tested it now -- I browsed to this URL:
https://nick.cool:10000/
And I can see your Virtualmin login screen.
Is that working for you now, or are you still seeing the same issue?
Submitted by nickolasnikolic on Sat, 06/08/2019 - 09:38 Comment #9
seems to be running. What should I do if it happens again?
Submitted by andreychek on Sat, 06/08/2019 - 10:33 Comment #10
I'm glad to hear it's working now!
I'm unfortunately not really sure what the issue was, so I couldn't say what to do in the future.
It did look like Virtualmin was running, so it's possible it was a temporary routing or networking issue, but it's really hard to say.
Submitted by nickolasnikolic on Sat, 06/08/2019 - 15:56 Comment #11
seems to be down again:
nn@nick:~$ ping nick.cool:10000 ping: nick.cool:10000: Name or service not known
Submitted by nickolasnikolic on Sat, 06/08/2019 - 15:57 Comment #12
however cli is running:
nn@nick:~$ sudo virtualmin list-commands
Backup and restore
backup-domain Backup one or more virtual servers list-scheduled-backups Outputs a list of scheduled backups restore-domain Restore one or more virtual servers list-backup-keys Lists all available backup encryption keys.
Virtual servers
clone-domain Duplicates an existing virtual server with a new name. create-domain Create a virtual server delete-domain Delete one or more virtual servers. disable-domain Temporarily disable a virtual server enable-domain Re-enable one virtual server migrate-domain Imports a virtual server from some other product modify-domain Change parameters of a virtual server move-domain Change the owner of a virtual server rename-domain ...
Submitted by andreychek on Sat, 06/08/2019 - 16:34 Comment #13
Yeah I'm not able to access any ports on your server, it's not just Virtualmin port 10000.
That seems to indicate some sort of routing or networking issue.
You may need to ensure that the server is online, and that the iP address hasn't changed.
Submitted by nickolasnikolic on Sat, 06/08/2019 - 17:06 Comment #14
I reinstalled os and virtualmin during the period that you checked; check again
Submitted by andreychek on Sat, 06/08/2019 - 17:36 Comment #15
Yup, it all does appear to be accessible now.