source: genesis/nodes/CNodeAster/wleiden.conf@ 8333

Last change on this file since 8333 was 8261, checked in by rick, 14 years ago
  • Commented variables are kind of useless as no program will be able to parse them. So made them 'active'
  • The text behind the $config proves to be a more usefull description than the normal DESC field, pushed them into a variable called COMMENT so we can finally start using them.
  • Commented code is in general bad stuff with a revision control system as it clutters the view, made the non active interface just 'idle' active.
  • Property svn:eol-style set to native
File size: 833 bytes
Line 
1#
2#
3# Read by
4#
5# config CNodeAster, IRIS-type, dus ethernetpoorten voor il's!
6
7$location="flat, Asterstraat 254, 2223 VN, Katwijk";
8$master_ip='172.23.26.1';
9$nodetype='CNode';
10$nodename='Aster';
11$release="8.0-RELEASE";
12$status='planned';
13$X='88843';
14$Y='466945';
15
16$config{'ath0'}=sprintf <<ED1;
17COMMENT=omni voor de buurt
18TYPE=wireless
19IP=$master_ip/26
20DESC=omni voor de buurt
21SDESC=omni
22DHCP=10-60
23MODE=master
24ESSID=ap-WirelessLeiden.Aster
25CHANNEL=7
26HEIGHT=16
27ED1
28
29$config{'vr0'}=sprintf <<VR0;
30COMMENT=local subnet with PoE
31TYPE=ethernet
32IP=172.23.26.65/28
33DESC=local subnet
34SDESC=local
35DHCP=no
36VR0
37
38$config{'vr1'}=sprintf <<VR1;
39COMMENT=link naar lijtweg1 bridge
40TYPE=ethernet
41EXTRA_TYPE=eth2wifibridge
42IP=172.16.2.222/30
43DESC=bridge naar lijtweg1, il-west
44SDESC=aster2lijtweg1
45DHCP=no
46ESSID=il-w.lijtweg1.wleiden.net
47VR1
48
Note: See TracBrowser for help on using the repository browser.