source: genesis/nodes/CNodeCope/wleiden.conf@ 8302

Last change on this file since 8302 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.5 KB
Line 
1#
2# config CNodeCope
3$location = "Cope, Rapenburg 8, 2311 EV, Leiden";
4$master_ip='172.17.8.1';
5$nodetype='CNode';
6$nodename='Cope';
7$release="8.0-RELEASE";
8$status='up';
9$X='93280';
10$Y='463889';
11
12$config{'ue0'}=sprintf <<UE0;
13COMMENT=link naar proxy1
14TYPE=ethernet
15IP=172.17.8.66/28
16DESC=Link naar proxy1
17SDESC=2proxy1
18UE0
19
20$config{'ath0'}=sprintf <<ATH0;
21COMMENT=OMNI
22TYPE=wireless
23IP=$master_ip/26
24DESC=AP voor de buurt
25SDESC=ap
26DHCP=10-60
27MODE=master
28ESSID=ap-WirelessLeiden-Cope
29CHANNEL=5
30ATH0
31
32$config{'ath0:0'}=sprintf <<ATH00;
33TYPE=wireless
34IP=172.16.0.170/30
35DESC=Link naar Vosko1
36SDESC=2vosko1
37DHCP=no
38ATH00
39
40$config{'vr0'}=sprintf <<VR0;
41COMMENT=a-link naar Unigor via NS5
42TYPE=ethernet
43EXTRA_TYPE=eth2wifibridge
44IP=172.16.4.34/30
45DESC=Ethernet to interlink UniGor
46SDESC=2unigor
47Default IP 192.168.1.20 for NS5 management
48MODE=11a bridge station
49ESSID=il-zo.unigor.wleiden.net
50CHANNEL=
51NS_IP=192.168.1.21
52NSMAC=00:15:6D:EA:F0:1D
53VR0
54
55$config{'vr1'}=sprintf <<VR1;
56COMMENT=a-link naar Stadhuis via NS5
57TYPE=ethernet
58EXTRA_TYPE=eth2wifibridge
59IP=172.16.3.214/30
60DESC=Link naar Stadhuis
61SDESC=2stadhuis
62Default IP 192.168.1.20 for NS5 management
63MODE=11a bridge managed
64ESSID=il-nw.stadhuis.wleiden.net
65CHANNEL=116
66NS_IP=192.168.1.21
67NSMAC=00:15:6D:EA:F0:4C
68VR1
69
70$config{'vr2'}=sprintf <<VR2;
71COMMENT=a-link naar Rabo via NS5
72TYPE=ethernet
73EXTRA_TYPE=eth2wifibridge
74IP=172.16.1.154/30
75DESC=ethernet to interlink
76SDESC=2rabo
77Default IP 192.168.1.20 for NS5 management
78MODE=managed
79ESSID=il-z.rabo.wleiden.net
80CHANNEL=44
81NSMAC=00:15:6D:EA:F0:0F
82VR2
Note: See TracBrowser for help on using the repository browser.