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

Last change on this file since 8265 was 8265, checked in by rick, 14 years ago

Cosmetic ' renamed

  • Property svn:eol-style set to native
File size: 1.2 KB
RevLine 
[4029]1#
2#
3#
4# Read by /usr/local/sbin/wireless-up.pl
5#
[6576]6$location="PolderPeil, 2408 RD, Alphen aan den Rijn";
[4029]7$master_ip='172.28.138.1';
8$nodetype='CNode';
9$nodename='PPFortis';
[4996]10$release="5.0-RELEASE";
11
[4029]12$DISK='FLASH';
13
[4839]14$status='up';
[4029]15
[4867]16# edugis x,y 104920,458730
[4839]17$X='104920';
18$Y='458730';
[4029]19
20#$AGGREGATE=22;
21
[8261]22$config{'sis0'}=sprintf <<SIS0;
[8265]23COMMENT=Ethernet IPs 65 - 70 /248
[4029]24TYPE=ethernet
25IP=172.28.138.65/29
26
27DESC=Naar_binnen
28SDESC=eth
29
30DHCP=no
31
32
33SIS0
34
35
[8261]36$config{'sis1'}=sprintf <<SIS1;
37TYPE=ethernet
38IP=172.28.138.73/29
[4029]39
[8261]40DESC=Ethernet naar onbekend
41SDESC=eth
[4029]42
[8261]43DHCP=no
44
45
46SIS1
47
48
49$config{'wi0'}=sprintf <<EW0;
50COMMENT=OMNI
[4029]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
[8261]69$config{'wi1'}=sprintf <<EW1;
70COMMENT=Planned interlink Richting Leiden
[4029]71TYPE=wireless
[4546]72IP=172.16.28.1/30
[4029]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
[8261]88$config{'wi2'}=sprintf <<EW2;
89COMMENT=interlink naar Stadhuis
[4029]90TYPE=wireless
[4546]91IP=172.28.1.137/30
[4029]92DESC=Link_naar_SHFortis
93SDESC=2SHFortis
94
95
96MODE=managed
[4546]97ESSID=il-o.shfortis.walphen.net
98CHANNEL=3
[4029]99
100
101DHCP=no
102
[4870]103EW2
Note: See TracBrowser for help on using the repository browser.