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

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

Also the commented variables are waving bye,bye

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