source: genesis/nodes/CNodeAZC/wleiden.conf@ 8360

Last change on this file since 8360 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.6 KB
Line 
1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config CNodeAZC
6
7$location='AZC, Rijnsburgerweg 124,2333 AG, Leiden';
8$master_ip='172.19.144.1';
9$nodetype='CNode';
10$nodename='AZC';
11$release="5.0-RELEASE";
12
13
14$status='up';
15
16
17#edugis x,y 92611,465207
18$X='92611';
19$Y='465207';
20
21$config{'ep0'}=sprintf <<ED0;
22COMMENT=Ethernet
23TYPE=ethernet
24IP=172.19.144.65/26
25
26DESC=Ethernet naar AZC
27SDESC=2azc
28
29DHCP=70-80
30
31
32ED0
33
34$config{'wi0'}=sprintf <<EW0;
35COMMENT=link naar Lijtweg2
36TYPE=wireless
37IP=172.16.1.97/30
38DESC=Link naar Lijtweg2
39SDESC=2lijtweg2
40
41
42
43MODE=master
44ESSID=il-n.azc.wleiden.net
45CHANNEL=7
46
47
48DHCP=no
49
50EW0
51
52$config{'wi0:0'}=sprintf <<EW00;
53COMMENT=link naar Endegeest
54TYPE=wireless
55IP=172.19.144.129/28
56DESC=Link naar Endegeest
57SDESC=2endegeest
58
59EW00
60
61
62$config{'wi1'}=sprintf <<EW1;
63COMMENT=link naar WP
64TYPE=wireless
65#11=Wandy WP depedance
66#12=Computer dependance
67IP=172.16.2.9/29
68DESC=Link naar WP
69SDESC=2wp
70
71MODE=master
72ESSID=il-no.azc.wleiden.net
73
74
75CHANNEL=10
76
77
78DHCP=no
79
80EW1
81
82$config{'wi1:0'}=sprintf <<EW10;
83COMMENT=Link naar Wissel
84TYPE=wireless
85IP=172.16.2.53/30
86DESC=Link naar Wissel
87SDESC=2wissel
88
89EW10
90
91
92$config{'wi1:1'}=sprintf <<EW11;
93COMMENT=Link naar Eddy
94TYPE=wireless
95IP=172.16.2.113/30
96DESC=Link naar Eddy
97SDESC=2eddy
98
99EW11
100
101
102$config{'wi2'}=sprintf <<EW2;
103COMMENT=link naar Rabo
104TYPE=wireless
105IP=172.16.0.222/30
106DESC=Link naar Rabo
107SDESC=2rabo
108
109
110MODE=managed
111ESSID=il-w.rabo.wleiden.net
112
113CHANNEL=5
114
115
116DHCP=no
117
118EW2
119
120$config{'wi3'}=sprintf <<EW3;
121COMMENT=Link naar Unigor
122TYPE=wireless
123IP=172.16.0.166/30
124DESC=Link naar Unigor
125SDESC=2unigor
126
127
128
129DHCP=no
130
131MODE=managed
132ESSID=n-o.unigor.wleiden.net
133
134CHANNEL=1
135
136
137EW3
138
139
140
Note: See TracBrowser for help on using the repository browser.