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

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

$OS variable is not used anymore

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