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
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
[8493]25STATUS=up
[4029]26IP=172.28.138.65/29
27
28DESC=Naar_binnen
29SDESC=eth
30
31DHCP=no
32
33
34SIS0
35
36
[8261]37$config{'sis1'}=sprintf <<SIS1;
38TYPE=ethernet
[8493]39STATUS=up
[8261]40IP=172.28.138.73/29
[4029]41
[8261]42DESC=Ethernet naar onbekend
43SDESC=eth
[4029]44
[8261]45DHCP=no
46
47
48SIS1
49
50
51$config{'wi0'}=sprintf <<EW0;
52COMMENT=OMNI
[4029]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
[8261]71$config{'wi1'}=sprintf <<EW1;
72COMMENT=Planned interlink Richting Leiden
[4029]73TYPE=wireless
[4546]74IP=172.16.28.1/30
[4029]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
[8261]90$config{'wi2'}=sprintf <<EW2;
91COMMENT=interlink naar Stadhuis
[4029]92TYPE=wireless
[4546]93IP=172.28.1.137/30
[4029]94DESC=Link_naar_SHFortis
95SDESC=2SHFortis
96
97
98MODE=managed
[4546]99ESSID=il-o.shfortis.walphen.net
100CHANNEL=3
[4029]101
102
103DHCP=no
104
[4870]105EW2
Note: See TracBrowser for help on using the repository browser.