Last change
on this file since 7924 was 7660, checked in by rick, 15 years ago |
Also the commented variables are waving bye,bye
|
File size:
739 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 |
|
---|
| 23 | $config{'sis0'}=sprintf <<SIS0; # Ethernet
|
---|
| 24 | TYPE=ethernet
|
---|
| 25 | IP=$master_ip/30
|
---|
| 26 | ROUTE=172.16.0.0/12 172.22.0.65
|
---|
| 27 |
|
---|
| 28 | DESC=Link naar Node zwaluw
|
---|
| 29 | SDESC=2zwaluwak
|
---|
| 30 | DHCP=no
|
---|
| 31 | SIS0
|
---|
| 32 |
|
---|
[7372] | 33 | #$config{'sis1'}=sprintf <<SIS1; # Ethernet naar de school
|
---|
| 34 | #TYPE=ethernet
|
---|
| 35 | #DESC=Internetzwaluw
|
---|
| 36 | #SDESC=2adsl
|
---|
| 37 | #DHCP=yes
|
---|
| 38 | #SIS1
|
---|
[7351] | 39 |
|
---|
| 40 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.