opennic:setup:webmindind

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
opennic:setup:webmindind [2020-03-17T09:56:57Z] – [Requirements] Added some details fouroh-llcopennic:setup:webmindind [2020-03-17T21:05:21Z] – [Requirements] Tested and updated install commands fouroh-llc
Line 9: Line 9:
 The following describes the required state of the VPS - before installing DNS. You may use other than Linode for this but be advised that most provider like GCE, AWS, DigitalOcean are not NOT going to allow for one or the other (GCE does not provide  IP6 rDNS, for example). The following describes the required state of the VPS - before installing DNS. You may use other than Linode for this but be advised that most provider like GCE, AWS, DigitalOcean are not NOT going to allow for one or the other (GCE does not provide  IP6 rDNS, for example).
  
-Here we start from a recent Debian release by Linode. At the time of writing that is Debian 9, and we recommend you we install the smallest "Nanode 1GB RAM" instance.+Here we start from a recent Debian release by Linode. At the time of writing that is Debian 9, and we recommend you  install the smallest "Nanode 1GB RAM" instance.
   * Do not use ssh keys for now, install with a strong root password.   * Do not use ssh keys for now, install with a strong root password.
   * Buy the backup for this Linode, and use the snapshot before each Debian upgrade.   * Buy the backup for this Linode, and use the snapshot before each Debian upgrade.
Line 23: Line 23:
 apt-get install firewalld apt-get install firewalld
  
-firewall-cmd --permanent --add-service={https--permanent+firewall-cmd --add-service=https --permanent
 firewall-cmd --add-port=22/tcp --permanent firewall-cmd --add-port=22/tcp --permanent
 firewall-cmd --add-port=10000-10100/tcp --permanent firewall-cmd --add-port=10000-10100/tcp --permanent
Line 34: Line 34:
 At this point it is a good idea to reboot, to make sure you are still able to ssh into the instance. Then install webmin. At this point it is a good idea to reboot, to make sure you are still able to ssh into the instance. Then install webmin.
 <code> <code>
-echo deb https://download.webmin.com/download/repository sarge contrib” | sudo tee -a /etc/apt/sources.list.d/sources.list+echo 'deb https://download.webmin.com/download/repository sarge contrib| sudo tee -a /etc/apt/sources.list.d/sources.list
 wget http://www.webmin.com/jcameron-key.asc wget http://www.webmin.com/jcameron-key.asc
 apt-key add jcameron-key.asc apt-key add jcameron-key.asc
Line 41: Line 41:
 </code> </code>
  
-Access your instance from the browser, by the IP4 address, at the default port 10000. I would recommend to continue all other installation and configuration from Webmin, for several reasons. Also, this is a good time to take your first snapshot+This is a good time to take your first snapshot. Access your instance from the browser, by the IP4 address, at the default port 10000. I would recommend to continue all other installation and configuration from Webmin, for several reasons.  
-  * If something breaks lets Webmin break it, that was the fix is going to benefit everyone+  * If something breaks lets allow Webmin to break it, that was the fix is going to benefit everyone
   * If something is not fully functional make a note of it NOW - document your own progress   * If something is not fully functional make a note of it NOW - document your own progress
   * If something is not available make a note of it NOW - and ask to be implemented   * If something is not available make a note of it NOW - and ask to be implemented
- 
- 
-