source: genesis/nodes/retired/CNodeAMWaterT2/wleiden.conf@ 8356

Last change on this file since 8356 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.0 KB
Line 
1#
2# Read by /usr/local/sbin/wireless-up.pl
3#
4# config CNodeAMWaterT2
5$location="Watertoren, Kudelstaartseweg,1431 GA, Aalsmeer";
6$master_ip='172.25.94.1';
7$nodetype='CNode';
8$nodename='AMWaterT2';
9$release="5.0-RELEASE";
10
11
12$status='up';
13
14$X='111998';
15$Y='474286';
16
17$AGGREGATE=22;
18
19$config{'sis0'}=sprintf <<ED0;
20COMMENT=ethernet poort 0 Soekris
21TYPE=ethernet
22IP=172.25.94.65/29
23
24DESC=Ethernet poort 0 van watertoren 2
25SDESC=eth
26
27DHCP=no
28
29
30ED0
31
32$config{'sis1'}=sprintf <<ED1;
33COMMENT=ethernet poort 1 naar node watertoren 1
34TYPE=ethernet
35IP=172.16.2.122/30
36
37DESC=Ethernet naar watertoren 1
38SDESC=2wtrt2
39
40DHCP=no
41
42
43
44ED1
45
46$config{'wi0'}=sprintf <<EW0;
47COMMENT=OMNI voor Watertoren
48TYPE=wireless
49IP=$master_ip/26
50
51DESC=APwatertoren voor de westeinderplas
52SDESC=apamwtrtrn
53
54DHCP=10-60
55
56
57MODE=master
58ESSID=ap.AMWaterTrn.wleiden.net
59CHANNEL=5
60
61
62EW0
63
64$config{'wi1'}=sprintf <<EW1;
65COMMENT=link naar onbekend
66TYPE=wireless
67IP=172.16.16.59/30
68DESC=Link naar onbekend
69SDESC=2onbekend
70
71
72
73MODE=master
74ESSID=il-no.amonbekend.wleiden.net
75CHANNEL=9
76
77DHCP=no
78
79EW1
80
81
Note: See TracBrowser for help on using the repository browser.