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

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

$node_config_version is not used anymore

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