source: genesis/nodes/CNodeAMWaterT2/wleiden.conf@ 8271

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