|
Last change
on this file since 9708 was 9308, checked in by huub, 14 years ago |
|
release info geupdate voor de geconverteerde nodes en proxies
|
|
File size:
670 bytes
|
| Line | |
|---|
| 1 | #
|
|---|
| 2 | #
|
|---|
| 3 | # Read by /usr/local/sbin/wireless-up.pl
|
|---|
| 4 | #
|
|---|
| 5 | # config Proxy97 bij Plantsoen 97
|
|---|
| 6 | #
|
|---|
| 7 | #
|
|---|
| 8 |
|
|---|
| 9 | $master_ip='172.17.169.66';
|
|---|
| 10 | $gateway='10.0.1.1';
|
|---|
| 11 | $internalroute='172.17.169.65';
|
|---|
| 12 | $internalif='sis1';
|
|---|
| 13 | $nodetype='Proxy';
|
|---|
| 14 | $nodename='Proxy97';
|
|---|
| 15 | $proxyid='97';
|
|---|
| 16 | $location="CeTIM office, Plantsoen 97, 2311 KL, Leiden";
|
|---|
| 17 | $status='up';
|
|---|
| 18 | $release="8.0-RELEASE";
|
|---|
| 19 | $ileiden='yes';
|
|---|
| 20 | $X='94042';
|
|---|
| 21 | $Y='463238';
|
|---|
| 22 |
|
|---|
| 23 | $config{'sis0'}=sprintf <<SIS0;
|
|---|
| 24 | COMMENT=link naar router
|
|---|
| 25 | TYPE=ethernet
|
|---|
| 26 | IP=10.0.1.100/24
|
|---|
| 27 | DESC=naar router
|
|---|
| 28 | SDESC=uplink
|
|---|
| 29 | DHCP=no
|
|---|
| 30 | SIS0
|
|---|
| 31 |
|
|---|
| 32 | $config{'sis1'}=sprintf <<SIS1;
|
|---|
| 33 | COMMENT=link naar NodePlantsoen2
|
|---|
| 34 | TYPE=ethernet
|
|---|
| 35 | IP=$master_ip/28
|
|---|
| 36 | DESC=Link naar NodePlantsoen2
|
|---|
| 37 | SDESC=downlink
|
|---|
| 38 | DHCP=no
|
|---|
| 39 | SIS1
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.