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

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

$node_config_version is not used anymore

  • Property svn:eol-style set to native
File size: 1.3 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$nodetype='CNode';
10$nodename='LvLn';
11$release="5.0-RELEASE";
12$genesis_control="YES";
13
14
15$status='up';
16
17# edugis x,y 93395,464130
18$X='93395';
19$Y='464130';
20
21$config{'ep0'}=sprintf <<ED0; # eth
22TYPE=ethernet
23IP=172.17.144.65/29
24# 172.17.144.66 lvln2
25# 172.17.144.67 vpn-router
26DESC=lvln backbone ethernet
27SDESC=eth
28DHCP=no
29ED0
30
31
32$config{'ep0:0'}=sprintf <<ED00; # link naar lvln2 via ethernet
33TYPE=ethernet
34IP=172.16.0.25/30
35DESC=link naar lvln2
36SDESC=2lvln2
37DHCP=no
38ED00
39
40
41$config{'wi0'}=sprintf <<EW0; # OMNI
42TYPE=wireless
43IP=$master_ip/26
44
45DESC=Omni voor de buurt
46SDESC=omni
47DHCP_STATIC= host wout{hardware ethernet 00:0C:41:BC:D8:69; fixed-address 172.17.144.10;}
48DHCP=10-60
49
50MODE=master
51ESSID=omni.lvln0.wleiden.net
52CHANNEL=10
53
54
55EW0
56
57$config{'wi1'}=sprintf <<EW1; # link naar cope
58TYPE=wireless
59IP=172.16.0.70/30
60DESC=Link naar cope
61SDESC=2cope
62
63MODE=managed
64ESSID=omni.cope0.wleiden.net
65CHANNEL=5
66
67
68DHCP=no
69
70EW1
71
72$config{'wi2'}=sprintf <<EW2; # link naar CeTIM (HLK)
73TYPE=wireless
74IP=172.16.0.74/30
75DESC=Link naar CeTIM3
76SDESC=2cetim3
77
78
79
80
81
82MODE=managed
83ESSID=il-nw.cetim3.wleiden.net
84CHANNEL=9
85
86
87
88#CABLE=1
89
90DHCP=no
91
92EW2
93
94
95
Note: See TracBrowser for help on using the repository browser.