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
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
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
[4752]82DESC=Link naar CeTIM3
83SDESC=2cetim3
[813]84POINT_TO_POINT=172.16.0.73
85
86
[830]87
88
[813]89
90MODE=managed
91ESSID=il-nw.cetim3.wleiden.net
92CHANNEL=9
93
[830]94
95
[813]96BEAMWIDTH=35
97#CABLE=1
98
99DHCP=no
100
101EW2
102
103
[4870]104
Note: See TracBrowser for help on using the repository browser.