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

Last change on this file since 8188 was 7925, checked in by ronald, 14 years ago

use master_ip as base for AP address range (2)

  • Property svn:eol-style set to native
File size: 740 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; # Ethernet
21TYPE=ethernet
22IP=172.17.152.65/27
23
24DESC=Ethernet naar OBL
25SDESC=eth
26
27DHCP=no
28
29
30
31XL0
32
33$config{'ep0'}=sprintf <<EP0; # Ethernet
34TYPE=ethernet
35IP=$master_ip/24
36
37DESC=AP voor bieb
38SDESC=apples
39
40DHCP=10-250
41
42
43
44
45EP0
46
47
48$config{'wi0'}=sprintf <<EW1; # 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.