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