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

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