source: genesis/nodes/CNodeRabo2/wleiden.conf@ 8296

Last change on this file since 8296 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.
File size: 1.0 KB
Line 
1#
2# config CNodeRabo2
3$location="Rabobank (Zuid), Schipholweg 105, 2316 XC, Leiden";
4$master_ip='172.19.137.1';
5$nodetype='CNode';
6$nodename='Rabo2';
7$release="8.0-RELEASE";
8$status='up';
9$X='93554';
10$Y='464974';
11
12$config{'ath0'}=sprintf <<ATH0;
13COMMENT=ap zuid
14TYPE=wireless
15IP=$master_ip/26
16DESC=AP Zuid
17SDESC=ap-z
18DHCP=10-60
19MODE=master
20ESSID=ap-WirelessLeiden-Rabo2
21CHANNEL=2
22ATH0
23
24$config{'vr0'}=sprintf <<VR0;
25COMMENT=Ethernet naar Rabo1
26IP=172.19.137.66/30
27DHCP=no
28DESC=Lokaal ethernet
29SDESC=2rabo1
30VR0
31
32$config{'vr1'}=sprintf <<VR1;
33COMMENT=link naar NodeCope
34TYPE=ethernet
35EXTRA_TYPE=eth2wifibridge
36SUBTYPE=802.11a
37IP=172.16.1.153/30
38DESC=Link naar Cope
39SDESC=2cope
40DHCP=no
41MODE=bridge ap
42ESSID=il-z.rabo2.wleiden.net
43CHANNEL=132
44NS_IP=192.168.1.20
45NSMAC=
46VR1
47
48$config{'vr2'}=sprintf <<VR2;
49COMMENT=Link naar DirkLos2
50TYPE=ethernet
51EXTRA_TYPE=eth2wifibridge
52IP=172.16.3.38/30
53DESC=InterLink naar DirkLos2
54SDESC=2dirklos2
55DHCP=no
56MODE=bridge station
57ESSID=il-no.dirklos2.wleiden.net
58CHANNEL=140
59NS_IP=192.168.1.21
60NSMAC=
61VR2
Note: See TracBrowser for help on using the repository browser.