source: genesis/nodes/CNodeLCPL/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.3 KB
Line 
1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config CNodeLCPL
6$location="LCPL, Rooseveltstraat 4C, 2321 BM, Leiden";
7$master_ip='172.21.16.1';
8$nodetype='CNode';
9$nodename='LCPL';
10
11$status='up';
12
13$release="5.0-RELEASE";
14
15
16# edugis x,y 93049,462483
17$X='93049';
18$Y='462483';
19
20$LOKATIE='Roseveltstraat 4c, Leiden';
21
22$config{'sis0'}=sprintf <<ED0;
23COMMENT=Ethernet
24TYPE=ethernet
25IP=172.21.16.65/28
26
27DESC=Ethernet naar LCPL
28SDESC=2lab
29
30DHCP=no
31
32
33ED0
34
35$config{'sis0:0'}=sprintf <<ED00;
36COMMENT=Ethernet
37TYPE=ethernet
38IP=172.21.16.97/27
39
40DESC=Ethernet naar LCPL-Servers
41SDESC=2servers
42
43DHCP=no
44
45
46ED00
47
48$config{'sis0:1'}=sprintf <<ED01;
49COMMENT=Ethernet
50TYPE=ethernet
51IP=172.21.16.129/28
52
53DESC=Ethernet to LCPL-jails
54SDESC=2jails
55
56DHCP=no
57
58
59ED01
60
61$config{'wi0'}=sprintf <<EW0;
62COMMENT=omni
63TYPE=wireless
64IP=$master_ip/26
65
66DESC=omni 8Dbi
67SDESC=no
68
69DHCP=10-60
70
71
72MODE=master
73ESSID=ap-omni.LCPL.wleiden.net
74CHANNEL=1
75
76
77EW0
78
79$config{'wi1'}=sprintf <<EW1;
80COMMENT=Link naar Haagwijk
81
82TYPE=wireless
83IP=172.16.1.174/30
84DESC=Link naar Haagwijk
85SDESC=2haagwijk
86
87
88MODE=managed
89ESSID=il-o.haagwijk.wleiden.net
90
91CHANNEL=9
92
93
94DHCP=no
95
96EW1
97
98$config{'wi2'}=sprintf <<EW2;
99COMMENT=Link naar Grip
100TYPE=wireless
101IP=172.16.1.2/30
102DESC=Link naar Grip
103SDESC=2grip
104
105
106MODE=managed
107ESSID=il-zw.grip.wleiden.net
108
109CHANNEL=9
110
111
112DHCP=no
113
114EW2
115
116
117
Note: See TracBrowser for help on using the repository browser.