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

Last change on this file since 8687 was 8493, checked in by richardvm, 14 years ago

Added status info

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