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

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

BEAMWIDTH variable is not used anymore

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