source: genesis/nodes/CNodePPFortis/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.2 KB
Line 
1#
2#
3#
4# Read by /usr/local/sbin/wireless-up.pl
5#
6$location="PolderPeil, 2408 RD, Alphen aan den Rijn";
7$master_ip='172.28.138.1';
8$nodetype='CNode';
9$nodename='PPFortis';
10$release="5.0-RELEASE";
11
12$DISK='FLASH';
13
14$status='up';
15
16# edugis x,y 104920,458730
17$X='104920';
18$Y='458730';
19
20#$AGGREGATE=22;
21
22$config{'sis0'}=sprintf <<SIS0;
23COMMENT=Ethernet IP's 65 - 70 /248
24TYPE=ethernet
25IP=172.28.138.65/29
26
27DESC=Naar_binnen
28SDESC=eth
29
30DHCP=no
31
32
33SIS0
34
35
36$config{'sis1'}=sprintf <<SIS1;
37TYPE=ethernet
38IP=172.28.138.73/29
39
40DESC=Ethernet naar onbekend
41SDESC=eth
42
43DHCP=no
44
45
46SIS1
47
48
49$config{'wi0'}=sprintf <<EW0;
50COMMENT=OMNI
51TYPE=wireless
52IP=$master_ip/26
53
54DESC=omni voor de buurt
55SDESC=ap-omni
56
57DHCP=10-60
58
59
60MODE=master
61ESSID=ap-omni.PPFortis.walphen.net
62CHANNEL=8
63
64HEIGHT=16
65
66EW0
67
68
69$config{'wi1'}=sprintf <<EW1;
70COMMENT=Planned interlink Richting Leiden
71TYPE=wireless
72IP=172.16.28.1/30
73
74
75DESC=Link_naar_Graphicall
76SDESC=2Leiden
77
78MODE=master
79ESSID=il-w.ppfortis.walphen.net
80CHANNEL=5
81
82
83DHCP=no
84
85EW1
86
87
88$config{'wi2'}=sprintf <<EW2;
89COMMENT=interlink naar Stadhuis
90TYPE=wireless
91IP=172.28.1.137/30
92DESC=Link_naar_SHFortis
93SDESC=2SHFortis
94
95
96MODE=managed
97ESSID=il-o.shfortis.walphen.net
98CHANNEL=3
99
100
101DHCP=no
102
103EW2
Note: See TracBrowser for help on using the repository browser.