source: genesis/nodes/CNodeLvLn/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.6 KB
Line 
1#
2#
3#
4# Read by /usr/local/sbin/wireless-up.pl
5#
6# config CNodeLvLn (Lucas van Leyden Noord)
7$location="Basisschool Lucas van Leyden, Ursulasteeg 28, 2312 XA, Leiden";
8$master_ip='172.17.144.1';
9$gw_open='closed';
10$nodetype='CNode';
11$nodename='LvLn';
12$release="5.0-RELEASE";
13$node_config_version="1";
14$genesis_control="YES";
15
16$OS='FreeBSD';
17
18$status='up';
19
20# edugis x,y 93395,464130
21$X='93395';
22$Y='464130';
23
24$config{'ep0'}=sprintf <<ED0; # eth
25TYPE=ethernet
26IP=172.17.144.65/29
27# 172.17.144.66 lvln2
28# 172.17.144.67 vpn-router
29DESC=lvln backbone ethernet
30SDESC=eth
31DHCP=no
32ED0
33
34
35$config{'ep0:0'}=sprintf <<ED00; # link naar lvln2 via ethernet
36TYPE=ethernet
37IP=172.16.0.25/30
38POINT_TO_POINT=172.16.0.26
39DESC=link naar lvln2
40SDESC=2lvln2
41DHCP=no
42ED00
43
44
45$config{'wi0'}=sprintf <<EW0; # OMNI
46TYPE=wireless
47IP=$master_ip/26
48
49DESC=Omni voor de buurt
50SDESC=omni
51DHCP_STATIC= host wout{hardware ethernet 00:0C:41:BC:D8:69; fixed-address 172.17.144.10;}
52DHCP=10-60
53
54MODE=master
55ESSID=omni.lvln0.wleiden.net
56CHANNEL=10
57
58DIRECTION=omni
59BEAMWIDTH=360
60
61EW0
62
63$config{'wi1'}=sprintf <<EW1; # link naar cope
64TYPE=wireless
65IP=172.16.0.70/30
66DESC=Link naar cope
67SDESC=2cope
68POINT_TO_POINT=172.16.0.69
69
70MODE=managed
71ESSID=omni.cope0.wleiden.net
72CHANNEL=5
73
74DIRECTION=205
75BEAMWIDTH=35
76
77DHCP=no
78
79EW1
80
81$config{'wi2'}=sprintf <<EW2; # link naar CeTIM (HLK)
82TYPE=wireless
83IP=172.16.0.74/30
84DESC=Link naar CeTIM3
85SDESC=2cetim3
86POINT_TO_POINT=172.16.0.73
87
88
89
90
91
92MODE=managed
93ESSID=il-nw.cetim3.wleiden.net
94CHANNEL=9
95
96
97
98DIRECTION=135
99BEAMWIDTH=35
100#CABLE=1
101
102DHCP=no
103
104EW2
105
106
107
Note: See TracBrowser for help on using the repository browser.