source: genesis/nodes/CNodeDirkLos2/wleiden.conf@ 8316

Last change on this file since 8316 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: 1.6 KB
RevLine 
[7407]1#
[5899]2# config CNodeDirkLos2
[6527]3$location="Hogeschool Leiden, Zernikedreef 11, 2333 CK, Leiden";
[7407]4$master_ip='172.19.132.1';
[6916]5$nodetype='CNode';
6$nodename='DirkLos2';
[8181]7$release="8.0-RELEASE";
[6916]8$status='up';
9$X='092299';
10$Y='464748';
11
[8261]12$config{'ath0'}=sprintf <<AT0;
13COMMENT=Ap voor buurt
[8181]14TYPE=wireless
15IP=$master_ip/26
16DESC=AP voor de buurt
17SDESC=ap
18DHCP=10-60
19MODE=master
20ESSID=ap-WirelessLeiden-DirkLos
21CHANNEL=2
22AT0
[5856]23
[8261]24$config{'vr0'}=sprintf <<VR0;
25COMMENT=interlink west (unigor)
[5856]26TYPE=ethernet
[6564]27EXTRA_TYPE=eth2wifibridge
[8162]28IP=172.16.4.3/29
[5856]29DESC=Ethernet naar interlink west (unigor)
30SDESC=2Unigor
[7407]31DHCP=no
[8261]32MODE=station
33ESSID=il-o.unigor.wleiden.net
34CHANNEL=52
[8181]35VR0
[5856]36
[8261]37$config{'vr1'}=sprintf <<VR1;
38COMMENT=interlink noord-oost Rabo2
[6564]39TYPE=ethernet
40EXTRA_TYPE=eth2wifibridge
[5856]41IP=172.16.3.37/30
[8114]42DESC=Ethernet naar interlink noord-oost Rabo2
43SDESC=2Rabo2
[7407]44DHCP=no
[8261]45MODE=master
46ESSID=il-no.dirklos2.wleiden.net
47CHANNEL=140
[8181]48VR1
[5856]49
[8261]50$config{'vr2'}=sprintf <<VR2;
51COMMENT=interlink zuid-oost (stadhuis2)
[6564]52TYPE=ethernet
53EXTRA_TYPE=eth2wifibridge
[5899]54IP=172.16.3.46/30
55DESC=Ethernet naar interlink zuid-oost (stadhuis2)
[5856]56SDESC=2Stadhuis
[7407]57DHCP=no
[8261]58MODE=managed
59ESSID=il-nw.stadhuis2.wleiden.net
60CHANNEL=36
[8181]61VR2
[5856]62
[8181]63$config{'vr2:0'}=sprintf <<VR20;
[5856]64TYPE=ethernet
65IP=172.16.3.49/30
[8181]66DESC=Ethernet naar NS mgmt iface
[5856]67SDESC=2Wandy3
[7407]68DHCP=no
[8181]69VR20
[5856]70
[8261]71$config{'ue0'}=sprintf <<UE0;
72COMMENT=lokaal ethernet via switch in voedingskast met PoE
[8181]73TYPE=ethernet
74IP=172.16.3.57/30
75DESC=Local Ethernet naar DirkLos1
76SDESC=eth_to_DirkLos1
77DHCP=no
78UE0
[5856]79
[8261]80$config{'ue0:0'}=sprintf <<UE00;
81COMMENT=alias voor lokaal ethernet naar DirkLos1
[8181]82TYPE=ethernet
83IP=172.16.176.65/27
84DESC=Local Ethernet naar Hogeschool
85SDESC=eth_to_Hogeschool
86DHCP=70-94
87UE00
Note: See TracBrowser for help on using the repository browser.