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.
|
-
Property svn:eol-style
set to
native
|
File size:
874 bytes
|
Rev | Line | |
---|
[6822] | 1 | #
|
---|
| 2 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
| 3 | #
|
---|
| 4 | # config CNodeAMrecpark
|
---|
| 5 | $location="Recreatiepark, , Aalsmeer";
|
---|
| 6 | $master_ip='172.25.98.1';
|
---|
| 7 | $nodetype='CNode';
|
---|
| 8 | $nodename='AMrecpark';
|
---|
| 9 | $release="6.0-RELEASE";
|
---|
| 10 |
|
---|
| 11 |
|
---|
| 12 | $status='up';
|
---|
| 13 |
|
---|
[7022] | 14 | $X='109880';
|
---|
| 15 | $Y='474684';
|
---|
[6822] | 16 |
|
---|
| 17 | $AGGREGATE=22;
|
---|
| 18 |
|
---|
[8261] | 19 | $config{'sis0'}=sprintf <<ED0;
|
---|
| 20 | COMMENT=ethernet poort 0 Soekris
|
---|
[6822] | 21 | TYPE=ethernet
|
---|
| 22 | IP=172.25.98.65/29
|
---|
| 23 |
|
---|
[6823] | 24 | DESC=Ethernet poort
|
---|
[6822] | 25 | SDESC=eth
|
---|
| 26 |
|
---|
| 27 | DHCP=no
|
---|
| 28 |
|
---|
| 29 |
|
---|
| 30 | ED0
|
---|
| 31 |
|
---|
[8261] | 32 | $config{'ath0'}=sprintf <<EW0;
|
---|
| 33 | COMMENT=OMNI voor Wifi rondom Recreatiepark Aalsmeer
|
---|
[6822] | 34 | TYPE=wireless
|
---|
| 35 | IP=$master_ip/26
|
---|
| 36 |
|
---|
| 37 | DESC=AP voor de buurt
|
---|
| 38 | SDESC=ap-omni
|
---|
| 39 |
|
---|
| 40 | DHCP=10-60
|
---|
| 41 |
|
---|
| 42 | MODE=master
|
---|
| 43 | # Naam van de wifi rondstraler
|
---|
[7434] | 44 | ESSID=westeinder-rekprk
|
---|
| 45 | CHANNEL=11
|
---|
[6822] | 46 |
|
---|
| 47 |
|
---|
| 48 | EW0
|
---|
| 49 |
|
---|
[8261] | 50 | $config{'wi0'}=sprintf <<EW1;
|
---|
| 51 | COMMENT=Link naar Watertoren Aalsmeer
|
---|
[6822] | 52 | TYPE=wireless
|
---|
[6830] | 53 | IP=172.16.2.130/30
|
---|
[6822] | 54 | DESC=Link naar AMwtrt
|
---|
| 55 | SDESC=2AMwtrt
|
---|
| 56 | MODE=managed
|
---|
| 57 | ESSID=il-n.amwtrt.wleiden.net
|
---|
| 58 | CHANNEL=1
|
---|
| 59 | G/AIN=9dBi
|
---|
| 60 | DHCP=no
|
---|
| 61 |
|
---|
[6823] | 62 | EW1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.