source: genesis/nodes/CNodeSHFortis/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.1 KB
Line 
1#
2#
3#
4# Read by /usr/local/sbin/wireless-up.pl
5#
6$location="Stadhuisplein 1, 2405 SH, Alphen aan den Rijn";
7$master_ip='172.28.136.1';
8$nodetype='CNode';
9$nodename='SHFortis';
10$release="5.0-RELEASE";
11
12
13$status='up';
14
15# edugis x,y 105150,460400
16$X='105150';
17$Y='460400';
18
19#$AGGREGATE=22;
20
21$config{'sis0'}=sprintf <<ED0;
22COMMENT=eth
23TYPE=ethernet
24IP=172.28.136.65/29
25
26DESC=2vloer
27SDESC=eth
28
29DHCP=68-70
30DHCP=no
31
32
33
34
35ED0
36
37$config{'wi0'}=sprintf <<EW0;
38COMMENT=OMNI
39TYPE=wireless
40IP=$master_ip/26
41
42DESC=omni voor de buurt
43SDESC=ap-omni
44
45DHCP=10-60
46
47
48MODE=master
49ESSID=ap-omni.shfortis.walphen.net
50CHANNEL=8
51
52HEIGHT=16
53
54EW0
55
56
57$config{'wi1'}=sprintf <<EW1;
58COMMENT=link naar Koster
59TYPE=wireless
60IP=172.28.1.130/30
61DESC=Link naar Koster
62SDESC=2Koster
63
64
65
66MODE=master
67ESSID=il-w.shfortis.walphen.net
68CHANNEL=11
69
70
71DHCP=no
72
73EW1
74
75
76$config{'wi2'}=sprintf <<EW2;
77COMMENT=link naar PPFortis
78TYPE=wireless
79IP=172.28.1.138/30
80DESC=Link naar PPFortis
81SDESC=2PPFortis
82
83
84MODE=master
85ESSID=il-o.shfortis.walphen.net
86CHANNEL=3
87
88
89DHCP=no
90
91EW2
92
93
Note: See TracBrowser for help on using the repository browser.