Changes between Version 23 and Version 24 of WikiStart


Ignore:
Timestamp:
Feb 1, 2010, 7:58:22 PM (15 years ago)
Author:
huub
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v23 v24  
    4747 summary route to the wleiden-network.
    4848
    49  * Nameservers: the proxies use Google nameservers by default and search wleiden.net
     49 * Name servers: the proxies use Google nameservers e.g. 8.8.8.8 by default and search wleiden.net
     50
     51 * The location specific configuration file has been named rc.conf.local (in stead of rc.node.local which is used in the nodefactory) and the configuration scripts have been modified where required. The reference to rc.node.local in the rc.conf file has been removed as rc.conf.local is read by default (see rc_conf_files variable in the /etc/defaults/rc.conf file).
     52
     53 * To access the wleiden netwerk from the local network one can set up a ssh-tunnel, i.e. to access the host 192.168.1.20 at some node   one can use:
     54   {{{
     55   ssh -L 8888:192.168.1.20:80 <node-ip>
     56   (for webinterface: http://localhost:8888)
     57   or
     58   ssh -L 2222:192.168.1.20:22 <node-ip>
     59   (for ssh connection: ssh -p 2222 root@localhost)
     60   Every application (port) requires a separate ssh tunnel.
     61   }}}
     62   We have decided not to use NAT as this requires the installation of a firewall which complicates the setup. In most cases access to wleiden.net will not be required.
     63
    5064
    5165= Building a Proxy Factory =
     
    187201mdconfig -d -u 0
    188202}}}
    189 
     203After this you may have to reboot the machine to release the md.
    190204
    191205C.2. Write the correct image to CF
     
    234248
    235249 == E. All done! Load the machine ==
    236  Place the new CF disk in the machine and boot it up (existing nodes: just reboot), you should be good to go! Especially first time booting can take a long time, depending also on hardware. In a Soekris4521 this takes about ten minutes. You can follow the boot process using e.g. minicom or tip, via a serial connection (communication parameters: 9600 8N1).
     250 Place the new CF disk in the machine and boot it up (existing nodes: just reboot), you should be good to go! Especially first time booting can take a long time (ssh-keys are generated), depending also on hardware. In a Soekris4521 this takes about ten minutes. You can follow the boot process using e.g. minicom or tip, via a serial connection (communication parameters: 9600 8N1).
    237251
    238252  Note 1. For subsequent nodes you can skip the build and go directly for step C, or take a look at development if you have to rebuild the image (after small changes).