Changes between Version 23 and Version 24 of WikiStart
- Timestamp:
- Feb 1, 2010, 7:58:22 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v23 v24 47 47 summary route to the wleiden-network. 48 48 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 50 64 51 65 = Building a Proxy Factory = … … 187 201 mdconfig -d -u 0 188 202 }}} 189 203 After this you may have to reboot the machine to release the md. 190 204 191 205 C.2. Write the correct image to CF … … 234 248 235 249 == 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). 237 251 238 252 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).