[X2Go-Commits] [[X2Go Wiki]] page changed: doc:howto:x2gobroker

wiki-admin at x2go.org wiki-admin at x2go.org
Fri Feb 10 17:43:55 CET 2017


A page in your DokuWiki was added or changed. Here are the details:

Date        : 2017/02/10 16:43
Browser     : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address  : 78.43.90.159
Hostname    : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de
Old Revision: http://wiki.x2go.org/doku.php/doc:howto:x2gobroker?rev=1486744305
New Revision: http://wiki.x2go.org/doku.php/doc:howto:x2gobroker
Edit Summary: [Setting up the servers] - added some installation instructions
User        : stefanbaur

@@ -38,8 +38,21 @@
      * it will be faster to set up a new LDAP server with the proper settings for your production environment than to base your server on this demo and trying to "clean up" afterwards
      * Also, no user-friendly tool to manage LDAP settings is installed by default.
  </note>
  ===== Setting up the servers =====
+   * These installations use the Debian preseed mechanism.
+     * Thus, obviously, you will require a Debian ISO image.
+     *
We used the Debian 8.7.1, i386, netinst image - however, any Debian 8.x image should do.
+     * Preseed files can be included into a custom iso image, but for beginners, this may seem rather complicated - That's why we suggest using a web server to store them instead.
+     * If you don't have Apache/Lighttpd, or any other web server installed, you can spawn a temporary one using python (you need to be root to run it on the default "web" port 80):<code>cd /directory/where/you/keep/the/preseed_files && python -m SimpleHTTPServer 80</code>
+   * Please review the content of each preseed-file. You will have to change the IP addresses, for example.
+   * If you have control over your DHCP server, we strongly suggest assigning fixed IPs to the MAC addresses of the machines you use - if you can't do that:
+     * change each machine from DHCP to static IPs
+     * edit /etc/hosts on ldap1.x2go.example.com so names and IPs match again
+     * as root, run <code>service dnsmasq
restart</code> on ldap1.x2go.example.com
+   * You should set up the servers in the order that they are listed here.
+   * Each server will power down once the installation is complete. DO NOT power any one of them up until ALL of them are completely installed and shut down!
+   * Once installed, power them up in exactly the same sequence - and WAIT until bootup is complete before powering up the next!
  ==== ldap1.xgo.example.com ====
  <file - preseed_ldap1>
  # There are two sets of parameters you can use as the append line:
  # The minimum required is:


-- 
This mail was generated by DokuWiki at
http://wiki.x2go.org/



More information about the x2go-commits mailing list