source: genesis/nodes/CNodeWP/wleiden.conf@ 8261

Last change on this file since 8261 was 8261, checked in by rick, 15 years ago
  • Commented variables are kind of useless as no program will be able to parse them. So made them 'active'
  • The text behind the $config proves to be a more usefull description than the normal DESC field, pushed them into a variable called COMMENT so we can finally start using them.
  • Commented code is in general bad stuff with a revision control system as it clutters the view, made the non active interface just 'idle' active.
  • Property svn:eol-style set to native
File size: 875 bytes
RevLine 
[3407]1#
2# Read by /usr/local/sbin/wireless-up.pl
3#
[3432]4# config CNodeWP
[6528]5$location=" Openbare Basisschool Woutertje Pieterse, Houtlaan 60, 2334 CL, Leiden";
[3407]6$master_ip='172.19.168.1';
[3582]7$nodetype='CNode';
[3407]8$nodename='WP';
[7566]9$release="8.0-RELEASE";
[4996]10
[3407]11$DISK='FLASH';
12
[4815]13#edugis x,y 92927,465365
[4867]14$X='92927';
15$Y='465365';
[3407]16
[3422]17$status='up';
[3407]18
[8261]19$config{'sis0'}=sprintf <<SIS0;
20COMMENT=eth
[3407]21TYPE=ethernet
22IP=172.19.168.65/29
23
24
25DESC=Ethernet naar de school
26SDESC=eth
27
28DHCP=no
29
30
31SIS0
32
33
[8261]34$config{'wi0'}=sprintf <<EW0;
35COMMENT=Locale Omni
[3407]36TYPE=wireless
37IP=$master_ip/26
38
39DESC=Omni voor de buurt
40SDESC=omni
41
42DHCP=10-60
43
44MODE=master
45ESSID=ap-omni.wp.wleiden.net
46CHANNEL=5
47
48
49
50EW0
51
52
[8261]53$config{'wi1'}=sprintf <<EW1;
54COMMENT=Link naar AZC
[3407]55TYPE=wireless
[3432]56#11=Wandy WP depedance
57#12=Computer dependance
58IP=172.16.2.10/29
[3407]59DESC=Link naar AZC
60SDESC=2azc
61
62
63MODE=managed
64ESSID=il-no.azc.wleiden.net
65CHANNEL=11
66
67
68DHCP=no
[4870]69EW1
Note: See TracBrowser for help on using the repository browser.