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
Last revisionBoth sides next revision
opennic:setup:webmindind [2020-03-17T10:01:28Z] – [Requirements] Spelling and grammar update fouroh-llcopennic:setup:webmindind [2020-03-17T21:17:50Z] fouroh-llc
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 allow Webmin to 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
  
 +==== Anchoring the Host ====