source: genesis/nodes/CNodePlantsoen2/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.
  • Property svn:eol-style set to native
File size: 1.6 KB
Line 
1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config CNodePlantsoen2
6$location="CeTIM office, Plantsoen 97, 2311 KL, Leiden";
7$master_ip='172.17.169.1';
8$nodetype='CNode';
9$nodename='Plantsoen2';
10$status='up';
11$release="8.0-RELEASE";
12
13
14# edugis x,y 94042,463238
15$X='94042';
16$Y='463238';
17
18
19$config{'ath0'}=sprintf <<ATH0;
20COMMENT=AP voor buurt
21TYPE=wireless
22IP=$master_ip/26
23DESC=AP voor de buurt
24SDESC=ap
25DHCP=10-60
26MODE=master
27ESSID=ap-omni.plantsoen2.wleiden.net
28CHANNEL=7
29ATH0
30
31$config{'vr0'}=sprintf <<VR0;
32COMMENT=Lokaal ethernet met PoE
33TYPE=ethernet
34IP=172.17.169.65/28
35MEDIA=100baseT/UTP
36DESC=Ethernet naar woning Plantsoen
37SDESC=2plantsoen
38DHCP=no
39VR0
40
41$config{'vr1'}=sprintf <<VR1;
42COMMENT=a-link to Stadhuis via Nanostation5
43TYPE=ethernet
44EXTRA_TYPE=eth2wifibridge
45IP=172.16.3.106/30
46DHCP=no
47DESC=Ethernet to interlink north-north-west (Stadhuis)
48SDESC=2Stadhuis
49VR1
50
51$config{'vr1:0'}=sprintf <<VR10;
52COMMENT=ethernet to nanostation mgmt interface
53TYPE=ethernet
54IP=172.16.3.189/30
55DESC=ethernet to nanostation mgmt interface
56SDESC=manageNS5
57DHCP=no
58MODE=managed
59ESSID=il-zo.stadhuis.wleiden.net
60CHANNEL=44
61DISTANCE=0.5 km
62VR10
63
64$config{'vr2'}=sprintf <<VR2;
65COMMENT=a-link to Vosko via Nanostation2
66TYPE=ethernet
67EXTRA_TYPE=eth2wifibridge
68IP=172.16.3.170/30
69DHCP=no
70DESC=ethernet to interlink noord-2
71SDESC=2vosko
72VR2
73
74$config{'vr2:0'}=sprintf <<VR20;
75COMMENT=to Nanostation2 management interface
76TYPE=ethernet
77IP=172.16.3.193/30
78DESC=ethernet to Nanostation2 management interface
79SDESC=manageNS2
80DHCP=no
81MODE=managed
82ESSID=il-zo.vosko3.wleiden.net
83CHANNEL=
84DISTANCE=0.7 km
85VR20
Note: See TracBrowser for help on using the repository browser.