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