source: genesis/nodes/CNodeRoomburgh3/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.2 KB
RevLine 
[7219]1#
2#
3#
4$location="R.K. Zorgcentrum Roomburgh, Hof van Roomburgh 46, 2314 ZC, Leiden";
[7391]5$master_ip='172.18.50.1';
[7219]6$nodetype='CNode';
7$nodename='Roomburgh3';
[7527]8$release="8.0-RELEASE";
[7219]9$status='up';
10$X='95180';
11$Y='462890';
12
[8261]13$config{'ath0'}=sprintf <<AT0;
14COMMENT=link naar ...
[7219]15TYPE=wireless
16IP=172.16.3.161/30
[8171]17DESC=b-link naar ....
18SDESC=2undefined
[7219]19MODE=master
20ESSID=il-n3.roomburgh3.wleiden.net
[7391]21CHANNEL=
[7219]22DHCP=no
23AT0
24
[8261]25$config{'vr0'}=sprintf <<VR0;
26COMMENT=Ethernet to local subnet with PoE
[7219]27TYPE=ethernet
28IP=172.18.49.73/28
29DESC=Ethernet to Roomburgh1,2 and lounge
30SDESC=localsubnet
31DHCP=no
32VR0
33
[8261]34$config{'vr1'}=sprintf <<VR1;
35COMMENT=a-link to DeClerq via Nanostation5
[7219]36TYPE=ethernet
37EXTRA_TYPE=eth2wifibridge
[7391]38IP=172.16.3.130/30
39DESC=Ethernet to interlink north-east (DeClerq)
40SDESC=2DeClerq
[8098]41DHCP=no
[8261]42MODE=managed
43ESSID=il-w.declercq.wleiden.net
44CHANNEL=52
45NS_IP=192.168.1.21
46NSMAC=00:15:6D:BD:69:30
[7219]47VR1
48
[8261]49$config{'vr2'}=sprintf <<VR2;
50COMMENT=link to Zijloever via Nanostation5
[7219]51TYPE=ethernet
52EXTRA_TYPE=eth2wifibridge
53IP=172.16.3.157/30
[7221]54DESC=ethernet to interlink noord-2
55SDESC=2Zijloever
[8261]56MODE=master
57ESSID=il-n.roomburgh3.wleiden.net
58CHANNEL=44
59NS_IP=192.168.1.20
60NSMAC=00:15:6D:EA:F0:28
[7219]61VR2
62
[7328]63
Note: See TracBrowser for help on using the repository browser.