source: genesis/nodes/CNodeSOM1/wleiden.conf@ 8360

Last change on this file since 8360 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.
File size: 983 bytes
Line 
1#
2# config CNodeSOM1
3$location="Luba, Eschertoren 1A, 2316 ET, Leiden";
4$master_ip='172.21.160.1';
5$nodetype='CNode';
6$nodename='SOM1';
7$release="8.0-RELEASE";
8$X='93880';
9$Y='464970';
10$status='up';
11
12$config{'ath0'}=sprintf <<ATH0;
13COMMENT=ap noord
14TYPE=wireless
15IP=$master_ip/26
16DESC=AP Noord
17SDESC=ap-n
18DHCP=10-60
19MODE=master
20ESSID=ap-WirelessLeiden-SOM1
21CHANNEL=8
22ATH0
23
24$config{'vr0'}=sprintf <<VR0;
25COMMENT=Ethernet naar SOM2
26TYPE=ethernet
27IP=172.16.3.137/30
28DESC=Ethernet naarSOM2
29SDESC=2som2
30DHCP=no
31VR0
32
33$config{'vr1'}=sprintf <<VR1;
34COMMENT=Link naar Broekplein
35TYPE=ethernet
36EXTRA_TYPE=eth2wifibridge
37IP=172.16.1.49/30
38DESC=link naar Broekplein
39SDESC=2broekplein
40DHCP=no
41MODE=bridge ap
42ESSID=il-n.som1.wleiden.net
43CHANNEL=132
44NSMAC=
45VR1
46
47$config{'vr2'}=sprintf <<VR2;
48COMMENT=Link naar Stadhuis
49TYPE=ethernet
50EXTRA_TYPE=eth2wifibridge
51IP=172.16.0.173/30
52DESC=Link naar Stadhuis
53SDESC=2Stadhuis
54DHCP=no
55MODE=bridge ap
56ESSID=il-z.som1.wleiden.net
57CHANNEL=52
58NSMAC=
59VR2
60
61
62
63
Note: See TracBrowser for help on using the repository browser.