source: genesis/nodes/CNodeThomas/wleiden.conf@ 8271

Last change on this file since 8271 was 8261, checked in by rick, 14 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: 1.1 KB
RevLine 
[861]1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config CNodeThomas
[6528]6$location="Thomas, Rapenburg 118, 2311 GB, Leiden";
[874]7$master_ip='172.17.48.1';
[861]8$nodetype='CNode';
9$nodename='Thomas';
10
[4996]11$release="5.0-RELEASE";
12
[861]13
[8260]14$comment='Electronische schakelklok schakelt elke maandag- en vrijdagochtend om +/- 2:04 UTC gedurende 1 minuut uit.';
[6811]15
[2605]16$status='up';
17
[4867]18# edugis x,y 93510,463474
[900]19$X='93510';
[4867]20$Y='463474';
[861]21
[8261]22$config{'sis0'}=sprintf <<ED0;
23COMMENT=Ethernet
[861]24TYPE=ethernet
[874]25IP=172.17.48.65/29
[861]26
27DESC=Ethernet naar Thomas
[3306]28SDESC=eth
[861]29
[4454]30DHCP=67-70
[861]31
32
33ED0
34
[8261]35$config{'wi0'}=sprintf <<EW0;
36COMMENT=OMNI
[861]37TYPE=wireless
38IP=$master_ip/26
39
40DESC=Omni voor de buurt
41SDESC=omni
42
43DHCP=10-60
44
45
46MODE=master
47ESSID=ap-omni.thomas.wleiden.net
[5125]48CHANNEL=4
[861]49
50
51EW0
52
53
[4012]54$config{'wi1'}=sprintf <<EW1;
[861]55TYPE=wireless
56IP=172.16.0.206/30
[4752]57DESC=Link naar Vosko2
58SDESC=2vosko2
[861]59
60
61MODE=managed
[4469]62ESSID=il-zo.vosko2.wleiden.net
[8261]63CHANNEL=1
[861]64
65
66DHCP=no
67
68EW1
69
70
[8261]71$config{'wi2'}=sprintf <<EW2;
72COMMENT=link naar IMI
[861]73TYPE=wireless
[4423]74IP=172.16.0.82/30
[861]75DESC=Link naar IMI
76SDESC=2imi
77
78
79MODE=managed
[4121]80ESSID=il-no.imi.wleiden.net
[8261]81CHANNEL=8
[861]82
83
84DHCP=no
85
[864]86EW2
[861]87
[4870]88
Note: See TracBrowser for help on using the repository browser.