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

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

$labelpos variable is not used anymore

  • Property svn:eol-style set to native
File size: 992 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$gw_open='closed';
9$nodetype='CNode';
10$nodename='OBLc';
11
12$status='up';
13
14$release="5.0-RELEASE";
15$node_config_version="1";
16$genesis_control="YES";
17
18$OS='FreeBSD';
19
20# edugis x,y 93844,463741
21$X='93844';
22$Y='463741';
23
24$config{'xl0'}=sprintf <<XL0; # Ethernet
25TYPE=ethernet
26IP=172.17.152.65/27
27
28DESC=Ethernet naar OBL
29SDESC=eth
30
31DHCP=no
32
33
34
35XL0
36
37$config{'ep0'}=sprintf <<EP0; # Ethernet
38TYPE=ethernet
39IP=172.17.153.1/24
40
41DESC=AP voor bieb
42SDESC=apples
43
44DHCP=10-250
45#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;}
46
47
48
49
50EP0
51
52
53$config{'wi0'}=sprintf <<EW1; # 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.