source: genesis/nodes/CNodeOBLc/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: 708 bytes
Line 
1$location="Centrale Bibliotheek, Nieuwstraat 4, 2312 KB, Leiden";
2$master_ip='172.17.153.1';
3$nodetype='CNode';
4$nodename='OBLc';
5
6$status='up';
7
8$release="5.0-RELEASE";
9
10
11# edugis x,y 93844,463741
12$X='93844';
13$Y='463741';
14
15$config{'xl0'}=sprintf <<XL0;
16COMMENT=Ethernet
17TYPE=ethernet
18STATUS=up
19IP=172.17.152.65/27
20
21DESC=Ethernet naar OBL
22SDESC=eth
23
24DHCP=no
25
26
27
28XL0
29
30$config{'ep0'}=sprintf <<EP0;
31COMMENT=Ethernet
32TYPE=ethernet
33STATUS=up
34IP=$master_ip/24
35
36DESC=AP voor bieb
37SDESC=apples
38
39DHCP=10-250
40
41
42
43
44EP0
45
46
47$config{'wi0'}=sprintf <<EW1;
48COMMENT=link naar CeTIM3
49TYPE=wireless
50IP=172.16.0.162/30
51DESC=Link naar CeTIM3
52SDESC=2cetim3
53
54
55MODE=managed
56ESSID=il-nw.cetim3.wleiden.net
57CHANNEL=9
58
59
60DHCP=no
61
62EW1
63
64
Note: See TracBrowser for help on using the repository browser.