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

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

HEIGTH 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
72HEIGHT=16
73
74EW0
75
76
77$config{'wi1'}=sprintf <<EW1; # Planned interlink Richting Leiden
78TYPE=wireless
79IP=172.16.28.1/30
80
81
82DESC=Link_naar_Graphicall
83SDESC=2Leiden
84POINT_TO_POINT=172.16.28.2
85
86MODE=master
87ESSID=il-w.ppfortis.walphen.net
88CHANNEL=5
89
90DIRECTION=170
91BEAMWIDTH=40
92
93DHCP=no
94
95EW1
96
97
98$config{'wi2'}=sprintf <<EW2; # interlink naar Stadhuis
99TYPE=wireless
100IP=172.28.1.137/30
101DESC=Link_naar_SHFortis
102SDESC=2SHFortis
103POINT_TO_POINT=172.28.1.138
104
105
106MODE=managed
107ESSID=il-o.shfortis.walphen.net
108CHANNEL=3
109
110DIRECTION=270
111BEAMWIDTH=40
112
113DHCP=no
114
115EW2
Note: See TracBrowser for help on using the repository browser.