source: genesis/nodes/CNodeLvLz/wleiden.conf@ 10047

Last change on this file since 10047 was 10047, checked in by rick, 13 years ago

Removing obsolete comments to make files cleaner for migration to new config
format.

Related-To ticket:117

  • Property svn:eol-style set to native
File size: 710 bytes
Line 
1
2$location="Basisschool Lucas van Leyden, Vliet 20, 2311 RE, Leiden";
3$master_ip='172.17.40.1';
4$nodetype='CNode';
5$nodename='LvLz';
6$release="6.0-RELEASE";
7
8
9$status='up';
10
11# edugis x,y 93469,463350
12$X='93469';
13$Y='463350';
14
15$config{'ep0'}=sprintf <<ED0;
16COMMENT=eth
17TYPE=ethernet
18STATUS=up
19IP=172.17.40.65/29
20
21DESC=Ethernet naar School
22SDESC=eth
23
24DHCP=no
25
26
27
28ED0
29
30
31$config{'wi0'}=sprintf <<EW0;
32TYPE=wireless
33IP=172.16.0.38/30
34DESC=Link naar IMI
35SDESC=2imi
36
37
38MODE=managed
39ESSID=il-no.imi.wleiden.net
40CHANNEL=11
41
42
43DHCP=no
44
45EW0
46
47$config{'wi1'}=sprintf <<EW1;
48TYPE=wireless
49IP=172.16.0.78/30
50DESC=Link naar Hooglandse Kerk
51SDESC=2cetim2
52
53MODE=managed
54ESSID=il-zw.cetim2.wleiden.net
55CHANNEL=1
56
57
58DHCP=no
59
60EW1
61
62
63
Note: See TracBrowser for help on using the repository browser.