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

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

$gw_open variable is not used anymore

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