Changes between Version 24 and Version 25 of WikiStart
- Timestamp:
- Mar 16, 2010, 9:14:40 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v24 v25 6 6 7 7 * proxy server for internet browsing from wleiden.net (no access to local subnet if present), e.g. tinyproxy 8 * name server for wleiden.net, e.g. nsd8 * name server, use of captive portal on nodes requires resolution of internet names, so recursive dns is required. 9 9 * ntpd for wleiden.net 10 10 * sshd for administrative use … … 12 12 * no browsing from wleiden.net of local webserver(s) 13 13 * access to wleiden.net from local network 14 * SSH tunnel to dellas (backdoor) 14 * SSH tunnel to dellphi (backdoor and used for monitoring (nagios) 15 * nmap for monitoring 15 16 16 17 == Previous (and other ongoing) work == … … 47 48 summary route to the wleiden-network. 48 49 49 * Name server s: the proxies use Google nameservers e.g. 8.8.8.8 by default and search wleiden.net50 * Name server: the proxies use Google nameservers e.g. 8.8.8.8 by default and search wleiden.net. Initially we have used nsd, but this has no recursive nameserver capabilities. Maradns is now under evaluation. 50 51 51 52 * 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).