|
Last change
on this file since 8305 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:
831 bytes
|
| Line | |
|---|
| 1 | #
|
|---|
| 2 | #
|
|---|
| 3 | # Read by /usr/local/sbin/wireless-up.pl
|
|---|
| 4 | #
|
|---|
| 5 | # config CNodeKaag
|
|---|
| 6 |
|
|---|
| 7 | $location="Jachtwerf Hoogeboom, Julianalaan 72, 2159 LD, Kaag (Eiland)";
|
|---|
| 8 | $master_ip='172.27.0.1';
|
|---|
| 9 | $nodetype='CNode';
|
|---|
| 10 | $nodename='Kaag';
|
|---|
| 11 |
|
|---|
| 12 | $status='up';
|
|---|
| 13 |
|
|---|
| 14 | $release="5.0-RELEASE";
|
|---|
| 15 |
|
|---|
| 16 |
|
|---|
| 17 | # edugis x,y 98187,469717
|
|---|
| 18 | $X='98187';
|
|---|
| 19 | $Y='469717';
|
|---|
| 20 |
|
|---|
| 21 | $config{'sis0'}=sprintf <<ED0;
|
|---|
| 22 | COMMENT=Ethernet
|
|---|
| 23 | TYPE=ethernet
|
|---|
| 24 | IP=172.27.0.65/28
|
|---|
| 25 |
|
|---|
| 26 | DESC=Ethernet naar sis0
|
|---|
| 27 | SDESC=2sis0
|
|---|
| 28 |
|
|---|
| 29 | DHCP=no
|
|---|
| 30 |
|
|---|
| 31 |
|
|---|
| 32 | ED0
|
|---|
| 33 |
|
|---|
| 34 | $config{'wi0'}=sprintf <<EW0;
|
|---|
| 35 | COMMENT=Omni voor de buurt
|
|---|
| 36 | TYPE=wireless
|
|---|
| 37 | IP=$master_ip/26
|
|---|
| 38 | DESC=Omni voor de buurt
|
|---|
| 39 | SDESC=omni
|
|---|
| 40 |
|
|---|
| 41 |
|
|---|
| 42 | DHCP=no
|
|---|
| 43 | DHCP=10-60
|
|---|
| 44 |
|
|---|
| 45 | MODE=master
|
|---|
| 46 | ESSID=ap-omni.kaag.wleiden.net
|
|---|
| 47 |
|
|---|
| 48 | CHANNEL=11
|
|---|
| 49 |
|
|---|
| 50 |
|
|---|
| 51 | EW0
|
|---|
| 52 |
|
|---|
| 53 | $config{'wi1'}=sprintf <<EW1;
|
|---|
| 54 | COMMENT=link naar UniGorN
|
|---|
| 55 | TYPE=wireless
|
|---|
| 56 | IP=172.16.0.218/30
|
|---|
| 57 | DESC=Link naar UnigorN
|
|---|
| 58 | SDESC=2unigorn
|
|---|
| 59 |
|
|---|
| 60 |
|
|---|
| 61 | MODE=managed
|
|---|
| 62 | ESSID=il-o.unigorn.wleiden.net
|
|---|
| 63 |
|
|---|
| 64 |
|
|---|
| 65 | DHCP=no
|
|---|
| 66 |
|
|---|
| 67 | EW1
|
|---|
| 68 |
|
|---|
| 69 |
|
|---|
| 70 |
|
|---|
| 71 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.