source: genesis/nodes/CNodeRoomburgh1/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.3 KB
Line 
1#
2#
3#
4$location="R.K. Zorgcentrum Roomburgh - noord, Hof van Roomburgh 46, 2314 ZC, Leiden";
5$master_ip='172.18.48.1';
6$nodetype='CNode';
7$nodename='Roomburgh1';
8$release="8.0-RELEASE";
9$status='up';
10$X='95180';
11$Y='462890';
12
13$config{'ath0'}=sprintf <<ATH0;
14COMMENT=ap noordzijde
15TYPE=wireless
16IP=$master_ip/26
17DESC=AP voor de Noordzijde
18SDESC=ap
19DHCP=10-60
20MODE=master
21ESSID=ap-WirelessLeiden-Roomburgh1
22CHANNEL=8
23ATH0
24
25$config{'vr0'}=sprintf <<VR0;
26COMMENT=link naar ROC
27TYPE=ethernet
28EXTRA_TYPE=eth2wifibridge
29IP=172.16.0.10/30
30DESC=Link naar ROCl
31SDESC=2rocl
32SDESC=2
33DHCP=no
34MODE=bridge ap
35ESSID=il-wzw.roomburgh2.wleiden.net
36CHANNEL=100
37NS_IP=192.168.1.20
38NSMAC=00:15:6D:EA:F0:38
39VR0
40
41$config{'vr1'}=sprintf <<VR1;
42COMMENT=link naar Cetim1
43TYPE=ethernet
44EXTRA_TYPE=eth2wifibridge
45IP=172.16.0.194/30
46DESC=link naar cetim1
47SDESC=2cetim1
48DHCP=no
49MODE=managed
50ESSID=il-zo.cetim1.wleiden.net
51CHANNEL=132
52NS_IP=192.168.1.21
53NSMAC=00:15:6D:EA:EF:87
54VR1
55
56$config{'vr2'}=sprintf <<VR2;
57COMMENT=link naar Rosmolen
58TYPE=ethernet
59EXTRA_TYPE=eth2wifibridge
60DESC=Link naar Rosmolen
61SDESC=2rosmolen
62IP=172.16.3.73/29
63DHCP=no
64MODE=bridge ap
65ESSID=il-nnw.roomburgh1.wleiden.net
66CHANNEL=124
67
68VR2
69
70$config{'ue0'}=sprintf <<UE0;
71COMMENT=Ethernet lokaal en Roomburgh2,3
72TYPE=ethernet
73IP=172.18.49.71/28
74DESC=Ethernet voor lounge room (beneden)
75SDESC=eth
76DHCP=74-78
77UE0
78
Note: See TracBrowser for help on using the repository browser.