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

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

GAIN variable is not used anymore

  • Property svn:eol-style set to native
File size: 1.5 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$gw_open='closed';
9$nodetype='CNode';
10$nodename='PPFortis';
11$release="5.0-RELEASE";
12$node_config_version="1";
13$genesis_control="YES";
14
15$OS='FreeBSD';
16$DISK='FLASH';
17$labelpos='center';
18
19$status='up';
20
21# edugis x,y 104920,458730
22$X='104920';
23$Y='458730';
24
25#$AGGREGATE=22;
26
27$config{'sis0'}=sprintf <<SIS0; # Ethernet IP's 65 - 70 /248
28TYPE=ethernet
29IP=172.28.138.65/29
30
31DESC=Naar_binnen
32SDESC=eth
33
34DHCP=no
35
36
37SIS0
38
39
40#$config{'sis1'}=sprintf <<SIS1; # Ethernet
41#TYPE=ethernet
42#IP=172.28.138.73/29
43#
44#DESC=Ethernet naar ......
45#SDESC=eth
46#SPEED=10240000000
47#
48#DHCP=no
49#
50#OSPF_BROADCAST=no
51#OSPF_NEIGHBORS=no
52#
53#SIS1
54
55
56$config{'wi0'}=sprintf <<EW0; # OMNI
57TYPE=wireless
58IP=$master_ip/26
59
60DESC=omni voor de buurt
61SDESC=ap-omni
62
63DHCP=10-60
64
65
66MODE=master
67ESSID=ap-omni.PPFortis.walphen.net
68CHANNEL=8
69
70DIRECTION=
71BEAMWIDTH=360
72CABLE=1
73HEIGHT=16
74
75EW0
76
77
78$config{'wi1'}=sprintf <<EW1; # Planned interlink Richting Leiden
79TYPE=wireless
80IP=172.16.28.1/30
81
82
83DESC=Link_naar_Graphicall
84SDESC=2Leiden
85POINT_TO_POINT=172.16.28.2
86
87MODE=master
88ESSID=il-w.ppfortis.walphen.net
89CHANNEL=5
90
91DIRECTION=170
92BEAMWIDTH=40
93CABLE=4
94HEIGTH=9
95
96DHCP=no
97
98EW1
99
100
101$config{'wi2'}=sprintf <<EW2; # interlink naar Stadhuis
102TYPE=wireless
103IP=172.28.1.137/30
104DESC=Link_naar_SHFortis
105SDESC=2SHFortis
106POINT_TO_POINT=172.28.1.138
107
108
109MODE=managed
110ESSID=il-o.shfortis.walphen.net
111CHANNEL=3
112
113DIRECTION=270
114BEAMWIDTH=40
115CABLE=4
116HEIGTH=9
117
118DHCP=no
119
120EW2
Note: See TracBrowser for help on using the repository browser.