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:42:23Z] – [Requirements] 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 46: Line 46:
   * 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 ====