source: genesis/nodes/CNodeBurcht/wleiden.conf@ 7939

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

$genesis_control is not used anymore

  • Property svn:eol-style set to native
File size: 1.1 KB
Line 
1#
2# config CNodeBurcht
3
4$location="Societeit de Burcht, Brugsteeg 14, 2312 JS, Leiden";
5$master_ip='172.17.184.1';
6$nodetype='CNode';
7$nodename='Burcht';
8
9$release="7.2";
10
11
12$status='up';
13
14# edugis x,y 93794,463755
15$X='93794';
16$Y='463755';
17
18# Range which spans the two ethernet nic's to the
19# two AP's (sis0, sis1)
20#
21$tproxy='172.17.184.64/26 172.17.184.128/26';
22
23$config{'sis0'}=sprintf <<SIS0;
24TYPE=ethernet
25IP=172.17.184.65/26
26
27DESC=Access Point 1 (tuinzaal)
28SDESC=aptuinzaal
29
30# Keep one IP address (66) available for the
31# Accesspoint itself. The topmost address
32# (127) is broadcast.
33DHCP=67-126
34
35
36SIS0
37
38$config{'sis1'}=sprintf <<SIS1;
39TYPE=ethernet
40IP=172.17.184.129/26
41
42DESC=Access Point 2 (kroeg)
43SDESC=apkroeg
44
45
46# Keep one IP addres for the AP (130)
47# topmost 191 is the broadcast address.
48#
49DHCP=131-190
50
51SIS1
52
53$config{'wi0'}=sprintf <<EW0;
54TYPE=wireless
55IP=172.16.0.146/30
56
57DESC=Interlink naar Vosko
58SDESC=2vosko
59
60DHCP=no
61
62
63MODE=managed
64ESSID=il-no.vosko.wleiden.net
65
66
67EW0
68
69
70$config{'wi1'}=sprintf <<EW1;
71TYPE=wireless
72IP=172.16.0.106/30
73
74DESC=Interlink naar Cetim3
75SDESC=2cetim3
76
77DHCP=no
78
79
80
81
82MODE=managed
83ESSID=il-nw.cetim3.wleiden.net
84
85
86
87
88EW1
89
90
Note: See TracBrowser for help on using the repository browser.