|
Last change
on this file since 8289 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:
1000 bytes
|
| Line | |
|---|
| 1 | #
|
|---|
| 2 | # config CNodeHofland
|
|---|
| 3 | $location="Alan Janssen, Joke Smitlaan 116, 2253 PD, Voorschoten";
|
|---|
| 4 | $master_ip='172.20.148.1';
|
|---|
| 5 | $nodetype='CNode';
|
|---|
| 6 | $nodename='Hofland';
|
|---|
| 7 | $release="8.0-RELEASE";
|
|---|
| 8 | $status='up';
|
|---|
| 9 | $X='92035';
|
|---|
| 10 | $Y='462384';
|
|---|
| 11 |
|
|---|
| 12 | $config{'wi0'}=sprintf <<WI0;
|
|---|
| 13 | COMMENT=ap
|
|---|
| 14 | TYPE=wireless
|
|---|
| 15 | IP=$master_ip/26
|
|---|
| 16 | DESC=AP voor de buurt
|
|---|
| 17 | SDESC=ap
|
|---|
| 18 | DHCP=10-60
|
|---|
| 19 | MODE=master
|
|---|
| 20 | ESSID=ap-WirelessLeiden-Hofland
|
|---|
| 21 | CHANNEL=3
|
|---|
| 22 | WI0
|
|---|
| 23 |
|
|---|
| 24 | $config{'sis0'}=sprintf <<SIS0;
|
|---|
| 25 | COMMENT=Ethernet
|
|---|
| 26 | TYPE=ethernet
|
|---|
| 27 | IP=10.0.0.1/24
|
|---|
| 28 | DESC=Ethernet naar Alan
|
|---|
| 29 | SDESC=eth
|
|---|
| 30 | DHCP=no
|
|---|
| 31 | SIS0
|
|---|
| 32 |
|
|---|
| 33 | $config{'sis1'}=sprintf <<SIS1;
|
|---|
| 34 | COMMENT=link AJSoft2
|
|---|
| 35 | TYPE=ethernet
|
|---|
| 36 | EXTRA_TYPE=eth2wifibridge
|
|---|
| 37 | IP=172.16.3.54/30
|
|---|
| 38 | DESC=Link naar AJSoft2
|
|---|
| 39 | SDESC=2ajsoft2
|
|---|
| 40 | DHCP=no
|
|---|
| 41 | MODE=bridge managed
|
|---|
| 42 | ESSID=il-w.ajsoft2.wleiden.net
|
|---|
| 43 | CHANNEL=100
|
|---|
| 44 | NSMAC=00:15:6D:70:53:4A
|
|---|
| 45 | NS_IP=192.168.1.21
|
|---|
| 46 | SIS1
|
|---|
| 47 |
|
|---|
| 48 |
|
|---|
| 49 | $config{'wi1'}=sprintf <<WI1;
|
|---|
| 50 | COMMENT=naar Voorschoten
|
|---|
| 51 | TYPE=wireless
|
|---|
| 52 | IP=172.20.149.1/26
|
|---|
| 53 | DESC=InterLink naar Voorschoten
|
|---|
| 54 | SDESC=2voorschoten
|
|---|
| 55 | DHCP=no
|
|---|
| 56 | MODE=master
|
|---|
| 57 | ESSID=ap-zw.hofland.wleiden.net
|
|---|
| 58 | CHANNEL=8
|
|---|
| 59 | WI1
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.