source: genesis/nodes/CNodeLMdorp/wleiden.conf@ 10074

Last change on this file since 10074 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: 957 bytes
Line 
1$location="NH Kerk, Dorpsstraat 49. 2451 AP, Leimuiden";
2$master_ip='172.25.40.1';
3$nodetype='CNode';
4$nodename='LMdorp';
5$release="7.2-RELEASE";
6
7
8$status='down';
9
10$X='106185';
11$Y='470864';
12
13$LOCATION='Dorpskerk, Dorpsstraat, Leimuiden';
14
15$config{'sis0'}=sprintf <<ED0;
16COMMENT=eth
17TYPE=ethernet
18STATUS=up
19IP=172.25.40.65/29
20
21DESC=Ethernet naar kerk
22SDESC=eth
23DHCP=no
24
25ED0
26
27$config{'wi0'}=sprintf <<EW0;
28COMMENT=OMNI
29TYPE=wireless
30IP=$master_ip/26
31
32DESC=AP voor de buurt
33SDESC=ap-omni
34
35DHCP=10-60
36
37
38MODE=master
39ESSID=ap.lmdorp.wleiden.net
40CHANNEL=5
41
42
43EW0
44
45$config{'wi1'}=sprintf <<EW1;
46COMMENT=link naar LMKempers1
47TYPE=wireless
48IP=172.16.1.194/30
49DESC=Link naar LMKempers1
50SDESC=2lmkempers1
51
52
53MODE=managed
54ESSID=il-zw.kmprs.wleiden.net
55CHANNEL=1
56
57
58DHCP=no
59
60EW1
61
62$config{'wi2'}=sprintf <<EW2;
63COMMENT=link naar Space
64TYPE=wireless
65IP=172.16.0.61/30
66DESC=Link naar Space
67SDESC=2space
68
69MODE=master
70ESSID=il-w.lmdorp.wleiden.net
71CHANNEL=11
72
73
74DHCP=no
75
76EW2
77
78
Note: See TracBrowser for help on using the repository browser.