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

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

DIRECTION variable is not used anymore

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