Last change
on this file since 8493 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.
|
File size:
531 bytes
|
Rev | Line | |
---|
[7351] | 1 | #
|
---|
| 2 | #
|
---|
| 3 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
| 4 | #
|
---|
[7479] | 5 | # config Proxy10 bij Zwaluw
|
---|
[7351] | 6 |
|
---|
| 7 | $master_ip='172.22.0.66';
|
---|
| 8 | $nodetype='Proxy';
|
---|
[7479] | 9 | $nodename='Proxy10';
|
---|
| 10 | $proxyid='10';
|
---|
[7351] | 11 |
|
---|
| 12 | $location="PC Basisschool De Zwaluw, A. Kleijnstraat 8, 2331 DV, Leiden";
|
---|
| 13 |
|
---|
| 14 | $status='up';
|
---|
| 15 |
|
---|
| 16 | $release="8.0-RELEASE";
|
---|
| 17 |
|
---|
| 18 |
|
---|
| 19 | # edugis x,y 90739,463249
|
---|
| 20 | $X='90739';
|
---|
| 21 | $Y='463249';
|
---|
| 22 |
|
---|
[8261] | 23 | $config{'sis0'}=sprintf <<SIS0;
|
---|
| 24 | COMMENT=Ethernet
|
---|
[7351] | 25 | TYPE=ethernet
|
---|
| 26 | IP=$master_ip/30
|
---|
| 27 | ROUTE=172.16.0.0/12 172.22.0.65
|
---|
| 28 |
|
---|
| 29 | DESC=Link naar Node zwaluw
|
---|
| 30 | SDESC=2zwaluwak
|
---|
| 31 | DHCP=no
|
---|
| 32 | SIS0
|
---|
| 33 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.