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

Last change on this file since 7657 was 7657, checked in by rick, 15 years ago

$genesis_control is not used anymore

  • Property svn:eol-style set to native
File size: 908 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=172.17.153.1/24
36
37DESC=AP voor bieb
38SDESC=apples
39
40DHCP=10-250
41#DHCP_STATIC= host ipaq1{hardware ethernet 00:02:2D:0E:4F:0D; fixed-address 172.188.8.2;} host ipaq2{hardware ethernet 00:02:2D:09:21:28; fixed-address 172.188.8.3;}
42
43
44
45
46EP0
47
48
49$config{'wi0'}=sprintf <<EW1; # link naar CeTIM3
50TYPE=wireless
51IP=172.16.0.162/30
52DESC=Link naar CeTIM3
53SDESC=2cetim3
54
55
56MODE=managed
57ESSID=il-nw.cetim3.wleiden.net
58CHANNEL=9
59
60
61DHCP=no
62
63EW1
64
65
Note: See TracBrowser for help on using the repository browser.