source: genesis/nodes/CNodeKoster/wleiden.conf@ 7925

Last change on this file since 7925 was 7660, checked in by rick, 15 years ago

Also the commented variables are waving bye,bye

  • 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; # Ethernet (Proxy)
23TYPE=ethernet
24IP=172.17.255.228/29
25
26DESC=2vloer
27SDESC=eth
28
29#DHCP=68-70
30DHCP=no
31
32
33
34SIS0
35
36#$config{'sis1'}=sprintf <<SIS1; # Ethernet
37#TYPE=ethernet
38#IP=172.28.176.75/29
39#
40#DESC=Ethernet naar ......
41#SDESC=eth
42#
43#DHCP=no
44#
45#
46#SIS1
47
48
49$config{'wi0'}=sprintf <<EW0; # OMNI
50TYPE=wireless
51IP=$master_ip/26
52
53DESC=omni voor de buurt
54SDESC=ap-omni
55
56DHCP=10-60
57
58
59MODE=master
60ESSID=ap-omni.koster.walphen.net
61CHANNEL=8
62
63HEIGHT=16
64
65EW0
66
67
68$config{'wi1'}=sprintf <<EW1; # interlink naar noord HWFortis2
69TYPE=wireless
70IP=172.28.1.158/30
71DESC=Link naar HWFortis2
72SDESC=2HWFortis2
73
74
75MODE=master
76ESSID=il-w.koster.walphen.net
77CHANNEL=5
78
79
80DHCP=no
81
82EW1
83
84
85$config{'wi2'}=sprintf <<EW2; # interlink naar Stadhuis
86TYPE=wireless
87IP=172.28.1.129/30
88DESC=Link naar SHFortis
89SDESC=2SHFortis
90
91
92MODE=managed
93ESSID=il-w.shfortis.walphen.net
94CHANNEL=11
95
96
97DHCP=no
98
99EW2
Note: See TracBrowser for help on using the repository browser.