source: genesis/nodes/CNodeHofwijck/wleiden.conf@ 8292

Last change on this file since 8292 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.4 KB
Line 
1#
2# config CNodeHofwijck
3$location="Zorgcentrum Hofwijck, Oranjelaan 38, 2341 CC, Oegstgeest";
4$master_ip='172.23.16.1';
5$nodetype='CNode';
6$nodename='Hofwijck';
7$release="8.0-RELEASE";
8$status='up';
9$X='92795';
10$Y='466629';
11
12$config{'ath0'}=sprintf <<ATH0;
13COMMENT=ap voor de buurt
14TYPE=wireless
15IP=$master_ip/26
16DESC=AP
17SDESC=ap
18DHCP=10-60
19MODE=master
20ESSID=ap-WirelessLeiden-Hofwijck
21CHANNEL=8
22ATH0
23
24$config{'ue0'}=sprintf <<UE0;
25COMMENT=Ethernet naar Hofwijck
26TYPE=ethernet
27IP=172.23.16.65/28
28DESC=Ethernet naar Hofwijck
29SDESC=2hofwijck
30UE0
31
32$config{'vr0'}=sprintf <<VR0;
33COMMENT=b-Link naar Lange Voort
34TYPE=ethernet
35EXTRA_TYPE=eth2wifibridge
36IP=172.16.3.133/30
37DESC=InterLink naar Lange Voort
38SDESC=2langevoort
39DHCP=no
40MODE=bridge ap
41ESSID=il-w.hofwijck.wleiden.net
42CHANNEL=3
43Bullet_IP=192.168.1.20
44BulletMAC=00:15:6D:E8:E7:37
45VR0
46
47$config{'vr1'}=sprintf <<VR1;
48COMMENT=Link naar UniGorN
49TYPE=ethernet
50EXTRA_TYPE=eth2wifibridge
51IP=172.16.4.42/30
52DESC=Link naar UniGorN
53SDESC=2unigorn
54DHCP=no
55MODE=bridge station
56ESSID=il-o.unigorn.wleiden.net
57CHANNEL=104
58NS_IP=192.168.1.21
59NSMAC=00:15:6D:F6:BE:DB
60VR1
61
62$config{'vr2'}=sprintf <<VR2;
63COMMENT=Link naar Lijtweg1
64TYPE=ethernet
65EXTRA_TYPE=eth2wifibridge
66IP=172.16.1.82/30
67DESC=Link naar Lijtweg1
68SDESC=2lijtweg1
69DHCP=no
70MODE=bridge station
71ESSID=il-o.lijtweg1.wleiden.net
72CHANNEL=124
73NS_IP=192.168.1.21
74NSMAC=00:15:6D:F6:BE:D0
75VR2
76
77
78
Note: See TracBrowser for help on using the repository browser.