source: genesis/nodes/CNodeLvLn/wleiden.conf@ 8261

Last change on this file since 8261 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#
4# Read by /usr/local/sbin/wireless-up.pl
5#
6# config CNodeLvLn (Lucas van Leyden Noord)
7$location="Basisschool Lucas van Leyden, Ursulasteeg 28, 2312 XA, Leiden";
8$master_ip='172.17.144.1';
9$nodetype='CNode';
10$nodename='LvLn';
11$release="5.0-RELEASE";
12
13
14$status='up';
15
16# edugis x,y 93395,464130
17$X='93395';
18$Y='464130';
19
20$config{'ep0'}=sprintf <<ED0;
21COMMENT=eth
22TYPE=ethernet
23IP=172.17.144.65/29
24# 172.17.144.66 lvln2
25# 172.17.144.67 vpn-router
26DESC=lvln backbone ethernet
27SDESC=eth
28DHCP=no
29ED0
30
31
32$config{'ep0:0'}=sprintf <<ED00;
33COMMENT=link naar lvln2 via ethernet
34TYPE=ethernet
35IP=172.16.0.25/30
36DESC=link naar lvln2
37SDESC=2lvln2
38DHCP=no
39ED00
40
41
42$config{'wi0'}=sprintf <<EW0;
43COMMENT=OMNI
44TYPE=wireless
45IP=$master_ip/26
46
47DESC=Omni voor de buurt
48SDESC=omni
49DHCP=10-60
50
51MODE=master
52ESSID=omni.lvln0.wleiden.net
53CHANNEL=10
54
55
56EW0
57
58$config{'wi1'}=sprintf <<EW1;
59COMMENT=link naar cope
60TYPE=wireless
61IP=172.16.0.70/30
62DESC=Link naar cope
63SDESC=2cope
64
65MODE=managed
66ESSID=omni.cope0.wleiden.net
67CHANNEL=5
68
69
70DHCP=no
71
72EW1
73
74$config{'wi2'}=sprintf <<EW2;
75COMMENT=link naar CeTIM (HLK)
76TYPE=wireless
77IP=172.16.0.74/30
78DESC=Link naar CeTIM3
79SDESC=2cetim3
80
81
82
83
84
85MODE=managed
86ESSID=il-nw.cetim3.wleiden.net
87CHANNEL=9
88
89
90
91
92DHCP=no
93
94EW2
95
96
97
Note: See TracBrowser for help on using the repository browser.