source: genesis/nodes/CNodeRoomburgh2/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.1 KB
Line 
1$location="R.K. Zorgcentrum Roomburgh, Hof van Roomburgh 46, 2314 ZC, Leiden";
2$master_ip='172.18.49.1';
3$nodetype='CNode';
4$nodename='Roomburgh2';
5$release="8.0-RELEASE";
6$status='up';
7$X='95185';
8$Y='462905';
9
10$config{'ath0'}=sprintf <<ATH0;
11COMMENT=ap zuidzijde
12TYPE=wireless
13IP=$master_ip/26
14DESC=AP voor de Zuidzijde
15SDESC=ap
16DHCP=10-60
17MODE=master
18ESSID=ap-WirelessLeiden-Roomburgh2
19CHANNEL=4
20ATH0
21
22$config{'vr0'}=sprintf <<VR0;
23COMMENT=Ethernet to local subnet
24TYPE=ethernet
25IP=172.18.49.72/28
26DESC=Ethernet to Roomburgh1,3 and lounge
27SDESC=localsubnet
28DHCP=no
29VR0
30
31$config{'vr1'}=sprintf <<VR1;
32COMMENT=tijdelijke link naar Leythenrode
33TYPE=ethernet
34EXTRA_TYPE=eth2wifibridge
35IP=172.16.3.122/30
36DESC=Link naar leythenrode
37SDESC=2leythenrode
38DHCP=no
39MODE=bridge managed
40ESSID=il-zw.leythenrode.wleiden.net
41CHANNEL=44
42NS_IP=192.168.1.21
43NSMAC=00:15:6D:EA:F0:7B
44VR1
45
46$config{'vr2'}=sprintf <<VR2;
47COMMENT=link naar Lorentzhof
48TYPE=ethernet
49EXTRA_TYPE=eth2wifibridge
50IP=172.16.1.9/30
51DESC=Link naar Lorentzhof
52SDESC=2lorentzhof
53MODE=bridge ap
54ESSID=il-zw.roomburgh2.wleiden.net
55CHANNEL=116
56NS_IP=192.168.1.20
57NSMAC=00:15:6D:EB:EF:A7
58DHCP=no
59VR2
60
Note: See TracBrowser for help on using the repository browser.