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

Last change on this file since 8261 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.3 KB
Line 
1#
2# config CNodeRustenborch
3$location="Zorgcentrum Rustenborch, Van Wijckersloothplein 3, 2341 BB, Oegstgeest";
4$master_ip='172.23.24.1';
5$nodetype='CNode';
6$nodename='Rustenborch';
7$release="8.0-RELEASE";
8$status='up';
9$X='91855';
10$Y='466407';
11
12$config{'ath0'}=sprintf <<ATH0;
13COMMENT=Ap
14TYPE=wireless
15IP=$master_ip/26
16DESC=ap
17SDESC=ap
18MODE=master
19ESSID=ap-WirelessLeiden-Rustenborch
20CHANNEL=1
21DHCP=10-60
22ATH0
23
24$config{'vr0'}=sprintf <<VR0;
25COMMENT=Ethernet
26TYPE=ethernet
27IP=172.23.24.65/28
28DESC=Ethernet naar rustenborch
29SDESC=eth
30DHCP=66-78
31VR0
32
33$config{'vr1'}=sprintf <<VR1;
34COMMENT=Link Lijtweg2
35TYPE=ethernet
36EXTRA_TYPE=eth2wifibridge
37IP=172.16.1.86/30
38DHCP=no
39DESC=Link naar Lijtweg2
40SDESC=2lijtweg2
41MODE=bridge station
42ESSID=il-w.lijtweg2.wleiden.net
43CHANNEL=116
44NS_IP=192.168.1.21
45NSMAC=00:15:6D:
46VR1
47
48$config{'vr2'}=sprintf <<VR2;
49COMMENT=Link naar UniGorN
50TYPE=ethernet
51EXTRA_TYPE=eth2wifibridge
52IP=172.16.1.90/30
53DHCP=no
54DESC=Link naar unigorn
55SDESC=2unigorn
56MODE=bridge station
57ESSID=il-o.unigorn.wleiden.net
58CHANNEL=104
59NSMAC=00:15:6D:
60NSIP=192.168.1.21
61VR2
62
63$config{'ue0'}=sprintf <<UE0;
64COMMENT=link naar Unused
65TYPE=ethernet
66EXTRA_TYPE=eth2wifibridge
67IP=172.16.1.101/30
68DHCP=no
69DESC=Link naar Unused
70SDESC=2unused
71MODE=master
72ESSID=il-no.rustenborch.wleiden.net
73CHANNEL=36
74UE0
75
Note: See TracBrowser for help on using the repository browser.