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

Last change on this file since 8265 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
Line 
1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config CNodeThomas
6$location="Thomas, Rapenburg 118, 2311 GB, Leiden";
7$master_ip='172.17.48.1';
8$nodetype='CNode';
9$nodename='Thomas';
10
11$release="5.0-RELEASE";
12
13
14$comment='Electronische schakelklok schakelt elke maandag- en vrijdagochtend om +/- 2:04 UTC gedurende 1 minuut uit.';
15
16$status='up';
17
18# edugis x,y 93510,463474
19$X='93510';
20$Y='463474';
21
22$config{'sis0'}=sprintf <<ED0;
23COMMENT=Ethernet
24TYPE=ethernet
25IP=172.17.48.65/29
26
27DESC=Ethernet naar Thomas
28SDESC=eth
29
30DHCP=67-70
31
32
33ED0
34
35$config{'wi0'}=sprintf <<EW0;
36COMMENT=OMNI
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
48CHANNEL=4
49
50
51EW0
52
53
54$config{'wi1'}=sprintf <<EW1;
55TYPE=wireless
56IP=172.16.0.206/30
57DESC=Link naar Vosko2
58SDESC=2vosko2
59
60
61MODE=managed
62ESSID=il-zo.vosko2.wleiden.net
63CHANNEL=1
64
65
66DHCP=no
67
68EW1
69
70
71$config{'wi2'}=sprintf <<EW2;
72COMMENT=link naar IMI
73TYPE=wireless
74IP=172.16.0.82/30
75DESC=Link naar IMI
76SDESC=2imi
77
78
79MODE=managed
80ESSID=il-no.imi.wleiden.net
81CHANNEL=8
82
83
84DHCP=no
85
86EW2
87
88
Note: See TracBrowser for help on using the repository browser.