source: genesis/nodes/CNodePPFortis/wleiden.conf@ 8024

Last change on this file since 8024 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="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; # Ethernet IP's 65 - 70 /248
23TYPE=ethernet
24IP=172.28.138.65/29
25
26DESC=Naar_binnen
27SDESC=eth
28
29DHCP=no
30
31
32SIS0
33
34
35#$config{'sis1'}=sprintf <<SIS1; # Ethernet
36#TYPE=ethernet
37#IP=172.28.138.73/29
38#
39#DESC=Ethernet naar ......
40#SDESC=eth
41#
42#DHCP=no
43#
44#
45#SIS1
46
47
48$config{'wi0'}=sprintf <<EW0; # OMNI
49TYPE=wireless
50IP=$master_ip/26
51
52DESC=omni voor de buurt
53SDESC=ap-omni
54
55DHCP=10-60
56
57
58MODE=master
59ESSID=ap-omni.PPFortis.walphen.net
60CHANNEL=8
61
62HEIGHT=16
63
64EW0
65
66
67$config{'wi1'}=sprintf <<EW1; # Planned interlink Richting Leiden
68TYPE=wireless
69IP=172.16.28.1/30
70
71
72DESC=Link_naar_Graphicall
73SDESC=2Leiden
74
75MODE=master
76ESSID=il-w.ppfortis.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.137/30
88DESC=Link_naar_SHFortis
89SDESC=2SHFortis
90
91
92MODE=managed
93ESSID=il-o.shfortis.walphen.net
94CHANNEL=3
95
96
97DHCP=no
98
99EW2
Note: See TracBrowser for help on using the repository browser.