source: genesis/nodes/CNodeHoutmarkt/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.2 KB
Line 
1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config CNodeHoutmarkt
6
7$location="Speciale Basisschool Vuurvogel, Houtmarkt 36, 2312 PZ, Leiden";
8$master_ip='172.19.8.1';
9$nodetype='CNode';
10$nodename='Houtmarkt';
11$release="5.0-RELEASE";
12
13
14$status='up';
15
16
17# edugis x,y 94213,464299
18$X='94213';
19$Y='464299';
20
21$config{'ep0'}=sprintf <<ED0;
22COMMENT=Ethernet
23TYPE=ethernet
24IP=172.19.8.65/28
25
26
27DESC=Ethernet naar tweemaster
28SDESC=eth
29
30DHCP=66-78
31
32
33
34ED0
35
36
37$config{'wi0'}=sprintf <<EW;
38COMMENT=Omni
39TYPE=wireless
40IP=$master_ip/26
41DESC=omni voor de buurt
42SDESC=omni
43
44DHCP=10-60
45
46
47MODE=master
48ESSID=ap-omni.houtmarkt.wleiden.net
49CHANNEL=1
50
51
52EW
53
54$config{'wi1'}=sprintf <<EW;
55COMMENT=active test AP
56TYPE=wireless
57IP=172.19.8.81/30
58DESC=TestAp
59SDESC=2locatie
60
61
62MODE=master
63ESSID=il-test.houtmarkt.wleiden.net
64
65
66DHCP=no
67
68EW
69
70$config{'wi2'}=sprintf <<EW;
71COMMENT=link naar Cetim2
72TYPE=wireless
73IP=172.16.0.42/30
74DESC=Link naar Cetim2
75SDESC=2Cetim2
76
77
78DHCP=no
79
80MODE=managed
81ESSID=il-no.cetim2.wleiden.net
82
83CHANNEL=10
84
85
86DHCP=no
87
88EW
89
90$config{'wi3'}=sprintf <<EW;
91COMMENT=link naar Som
92TYPE=wireless
93IP=172.16.0.50/30
94
95DESC=2som
96SDESC=2som
97
98
99DHCP=no
100
101
102MODE=managed
103ESSID=il-z.som.wleiden.net
104CHANNEL=5
105
106
107EW
108
109
110
111
112
Note: See TracBrowser for help on using the repository browser.