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

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