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

Last change on this file since 8745 was 8493, checked in by richardvm, 14 years ago

Added status info

  • 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;
23COMMENT=Ethernet IPs 65 - 70 /248
24TYPE=ethernet
25STATUS=up
26IP=172.28.138.65/29
27
28DESC=Naar_binnen
29SDESC=eth
30
31DHCP=no
32
33
34SIS0
35
36
37$config{'sis1'}=sprintf <<SIS1;
38TYPE=ethernet
39STATUS=up
40IP=172.28.138.73/29
41
42DESC=Ethernet naar onbekend
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.PPFortis.walphen.net
64CHANNEL=8
65
66HEIGHT=16
67
68EW0
69
70
71$config{'wi1'}=sprintf <<EW1;
72COMMENT=Planned interlink Richting Leiden
73TYPE=wireless
74IP=172.16.28.1/30
75
76
77DESC=Link_naar_Graphicall
78SDESC=2Leiden
79
80MODE=master
81ESSID=il-w.ppfortis.walphen.net
82CHANNEL=5
83
84
85DHCP=no
86
87EW1
88
89
90$config{'wi2'}=sprintf <<EW2;
91COMMENT=interlink naar Stadhuis
92TYPE=wireless
93IP=172.28.1.137/30
94DESC=Link_naar_SHFortis
95SDESC=2SHFortis
96
97
98MODE=managed
99ESSID=il-o.shfortis.walphen.net
100CHANNEL=3
101
102
103DHCP=no
104
105EW2
Note: See TracBrowser for help on using the repository browser.