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

Last change on this file since 10047 was 10047, checked in by rick, 13 years ago

Removing obsolete comments to make files cleaner for migration to new config
format.

Related-To ticket:117

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