source: genesis/nodes/CNodeAMdrijfhuis/wleiden.conf@ 8341

Last change on this file since 8341 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: 878 bytes
RevLine 
[6822]1#
2# Read by /usr/local/sbin/wireless-up.pl
3#
[6830]4# config CNodeAMDrijfhuis
[7022]5$location="Jachthaven Drijfhuis, , Aalsmeer";
[6829]6$master_ip='172.25.99.1';
[6822]7$nodetype='CNode';
8$nodename='AMdrijfhuis';
9$release="6.0-RELEASE";
10
11
12$status='up';
13
[7022]14$X='111208';
15$Y='475284';
[6822]16
17$AGGREGATE=22;
18
[8261]19$config{'sis0'}=sprintf <<ED0;
20COMMENT=ethernet poort 0 Soekris
[6822]21TYPE=ethernet
[6829]22IP=172.25.99.65/29
[6822]23
[6823]24DESC=Ethernet poort
[6822]25SDESC=eth
26
27DHCP=no
28
29
30ED0
31
[8261]32$config{'ath0'}=sprintf <<EW0;
33COMMENT=OMNI voor Wifi rondom drijfhuis in Aalsmeer
[6822]34TYPE=wireless
35IP=$master_ip/26
36DESC=AP voor de buurt
37SDESC=ap-omni
38DHCP=10-60
39MODE=master
40# Naam van de wifi rondstraler
[7434]41ESSID=westeinder-drfhs
42CHANNEL=11
[6822]43
44EW0
45
[8261]46$config{'wi0'}=sprintf <<EW0;
47COMMENT=Link naar Watertoren Aalsmeer
[6822]48TYPE=wireless
49IP=172.16.2.126/30
50DESC=Link naar AMwtrt
51SDESC=2AMwtrt
52MODE=managed
53ESSID=il-n.amwtrt.wleiden.net
54CHANNEL=1
55G/AIN=9dBi
56DHCP=no
57EW0
Note: See TracBrowser for help on using the repository browser.