source: genesis/nodes/CNodeOBLc/wleiden.conf@ 10067

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

Remove and modify some more comment lines.

Related-To ticket:117

  • Property svn:eol-style set to native
File size: 682 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$X='93844';
12$Y='463741';
13
14$config{'xl0'}=sprintf <<XL0;
15COMMENT=Ethernet
16TYPE=ethernet
17STATUS=up
18IP=172.17.152.65/27
19
20DESC=Ethernet naar OBL
21SDESC=eth
22
23DHCP=no
24
25
26
27XL0
28
29$config{'ep0'}=sprintf <<EP0;
30COMMENT=Ethernet
31TYPE=ethernet
32STATUS=up
33IP=$master_ip/24
34
35DESC=AP voor bieb
36SDESC=apples
37
38DHCP=10-250
39
40
41
42
43EP0
44
45
46$config{'wi0'}=sprintf <<EW1;
47COMMENT=link naar CeTIM3
48TYPE=wireless
49IP=172.16.0.162/30
50DESC=Link naar CeTIM3
51SDESC=2cetim3
52
53
54MODE=managed
55ESSID=il-nw.cetim3.wleiden.net
56CHANNEL=9
57
58
59DHCP=no
60
61EW1
62
63
Note: See TracBrowser for help on using the repository browser.