source: genesis/nodes/CNodeLorentzhof/wleiden.conf@ 8271

Last change on this file since 8271 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 CNodeLorentzhof
6$location="Zorgcentrum Lorentzhof, Lorentzhof 1, 2313 GA, Leiden";
7$master_ip='172.18.64.1';
8$nodetype='CNode';
9$nodename='Lorentzhof';
10
11$status='up';
12
13$release="5.0-RELEASE";
14
15
16# edugis x,y 94028,463030
17$X='94028';
18$Y='463030';
19
20$LOKATIE='Lorentzhof 1, 2313 GA, Leiden';
21
22$config{'sis0'}=sprintf <<ED0;
23COMMENT=Ethernet
24TYPE=ethernet
25IP=172.18.64.65/28
26
27DESC=Ethernet naar Lorentzhof
28SDESC=eth
29
30DHCP=no
31
32
33ED0
34
35
36
37$config{'wi0'}=sprintf <<EW0;
38COMMENT=omni
39TYPE=wireless
40IP=$master_ip/26
41
42DESC=omni 8Dbi
43SDESC=no
44
45DHCP=10-60
46
47
48MODE=master
49ESSID=ap-omni.lorentzhof.wleiden.net
50CHANNEL=8
51
52
53EW0
54
55$config{'wi1'}=sprintf <<EW1;
56TYPE=wireless
57IP=172.16.1.10/30
58DESC=Link naar Roomburgh2
59SDESC=2roomburgh2
60
61MODE=managed
62ESSID=il-zw.roomburgh2.wleiden.net
63
64HEIGHT=13
65DHCP=no
66CHANNEL 2
67EW1
68
69
70$config{'wi2'}=sprintf <<EW2;
71COMMENT=Link naar Plantsoen
72TYPE=wireless
73IP=172.16.1.225/30
74DESC=Link naar Plantsoen
75SDESC=2plantsoen
76
77
78MODE=master
79ESSID=il-n.lorentzhof.wleiden.net
80CHANNEL=4
81
82HEIGHT=13
83DHCP=no
84
85EW2
86
87$config{'wi3'}=sprintf <<EW3;
88COMMENT=Link Haagwijk
89
90TYPE=wireless
91IP=172.16.1.229/30
92DESC=Link naar Haagwijk
93SDESC=2haagwijk
94
95
96MODE=managed
97ESSID=il-o.haagwijk.wleiden.net
98
99CHANNEL=1
100
101HEIGHT=13
102DHCP=no
103
104EW3
105
106
107
108
Note: See TracBrowser for help on using the repository browser.