source: genesis/nodes/CNodeKoster/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="Prins Bernhardlaan 10, 2405 VT, Alphen aan den Rijn";
7$master_ip='172.28.137.1';
8$nodetype='CNode';
9$nodename='Koster';
10$release="5.0-RELEASE";
11
12$DISK='FLASH';
13
14$status='up';
15
16# edugis x,y 105000,461000
17$X='105000';
18$Y='461000';
19
20#$AGGREGATE=22;
21
22$config{'sis0'}=sprintf <<SIS0;
23COMMENT=Ethernet (Proxy)
24TYPE=ethernet
25IP=172.17.255.228/29
26
27DESC=2vloer
28SDESC=eth
29
30DHCP=68-70
31DHCP=no
32
33
34
35SIS0
36
37$config{'sis1'}=sprintf <<SIS1;
38COMMENT=Ethernet
39TYPE=ethernet
40IP=172.28.176.75/29
41
42DESC=Ethernet naar ......
43SDESC=eth
44
45DHCP=no
46
47
48SIS1
49
50
51$config{'wi0'}=sprintf <<EW0;
52COMMENT=OMNI
53TYPE=wireless
54IP=$master_ip/26
55
56DESC=omni voor de buurt
57SDESC=ap-omni
58
59DHCP=10-60
60
61
62MODE=master
63ESSID=ap-omni.koster.walphen.net
64CHANNEL=8
65
66HEIGHT=16
67
68EW0
69
70
71$config{'wi1'}=sprintf <<EW1;
72COMMENT=interlink naar noord HWFortis2
73TYPE=wireless
74IP=172.28.1.158/30
75DESC=Link naar HWFortis2
76SDESC=2HWFortis2
77
78
79MODE=master
80ESSID=il-w.koster.walphen.net
81CHANNEL=5
82
83
84DHCP=no
85
86EW1
87
88
89$config{'wi2'}=sprintf <<EW2;
90COMMENT=interlink naar Stadhuis
91TYPE=wireless
92IP=172.28.1.129/30
93DESC=Link naar SHFortis
94SDESC=2SHFortis
95
96
97MODE=managed
98ESSID=il-w.shfortis.walphen.net
99CHANNEL=11
100
101
102DHCP=no
103
104EW2
Note: See TracBrowser for help on using the repository browser.