source: genesis/nodes/CNodeLvLz/wleiden.conf@ 8347

Last change on this file since 8347 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: 793 bytes
Line 
1#
2#
3#
4# Read by /usr/local/sbin/wireless-up.pl
5#
6# config CNodeLvLz (Lucas van Leyden Zuid)
7
8$location="Basisschool Lucas van Leyden, Vliet 20, 2311 RE, Leiden";
9$master_ip='172.17.40.1';
10$nodetype='CNode';
11$nodename='LvLz';
12$release="6.0-RELEASE";
13
14
15$status='up';
16
17# edugis x,y 93469,463350
18$X='93469';
19$Y='463350';
20
21$config{'ep0'}=sprintf <<ED0;
22COMMENT=eth
23TYPE=ethernet
24IP=172.17.40.65/29
25
26DESC=Ethernet naar School
27SDESC=eth
28
29DHCP=no
30
31
32
33ED0
34
35
36$config{'wi0'}=sprintf <<EW0;
37TYPE=wireless
38IP=172.16.0.38/30
39DESC=Link naar IMI
40SDESC=2imi
41
42
43MODE=managed
44ESSID=il-no.imi.wleiden.net
45CHANNEL=11
46
47
48DHCP=no
49
50EW0
51
52$config{'wi1'}=sprintf <<EW1;
53TYPE=wireless
54IP=172.16.0.78/30
55DESC=Link naar Hooglandse Kerk
56SDESC=2cetim2
57
58MODE=managed
59ESSID=il-zw.cetim2.wleiden.net
60CHANNEL=1
61
62
63DHCP=no
64
65EW1
66
67
68
Note: See TracBrowser for help on using the repository browser.