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

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

Remove and modify some more comment lines.

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