source: genesis/nodes/CNodeLvLn/wleiden.conf@ 7649

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

CABLE 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
60HEIGTH=10
61
62EW0
63
64$config{'wi1'}=sprintf <<EW1; # link naar cope
65TYPE=wireless
66IP=172.16.0.70/30
67DESC=Link naar cope
68SDESC=2cope
69POINT_TO_POINT=172.16.0.69
70
71MODE=managed
72ESSID=omni.cope0.wleiden.net
73CHANNEL=5
74
75DIRECTION=205
76BEAMWIDTH=35
77HEIGTH=10
78
79DHCP=no
80
81EW1
82
83$config{'wi2'}=sprintf <<EW2; # link naar CeTIM (HLK)
84TYPE=wireless
85IP=172.16.0.74/30
86DESC=Link naar CeTIM3
87SDESC=2cetim3
88POINT_TO_POINT=172.16.0.73
89
90
91
92
93
94MODE=managed
95ESSID=il-nw.cetim3.wleiden.net
96CHANNEL=9
97
98
99
100DIRECTION=135
101BEAMWIDTH=35
102#CABLE=1
103HEIGTH=13
104
105DHCP=no
106
107EW2
108
109
110
Note: See TracBrowser for help on using the repository browser.