|
Last change
on this file since 7547 was 7515, checked in by huub, 16 years ago |
|
nieuwe config file voor proxy97 volgens richard-model
|
|
File size:
762 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 | $gw_open='closed';
|
|---|
| 13 | $nodetype='Proxy';
|
|---|
| 14 | $nodename='Proxy97';
|
|---|
| 15 | $proxyid='97';
|
|---|
| 16 | $labelpos='left';
|
|---|
| 17 | $location="CeTIM office, Plantsoen 97, 2311 KL, Leiden";
|
|---|
| 18 | $status='up';
|
|---|
| 19 | $release="8.0-RELEASE";
|
|---|
| 20 | $node_config_version="1";
|
|---|
| 21 | $genesis_control="YES";
|
|---|
| 22 | $OS='FreeBSD';
|
|---|
| 23 | $X='94042';
|
|---|
| 24 | $Y='463238';
|
|---|
| 25 |
|
|---|
| 26 | $config{'sis0'}=sprintf <<SIS0; # link naar router
|
|---|
| 27 | TYPE=ethernet
|
|---|
| 28 | IP=10.0.1.100/24
|
|---|
| 29 | DESC=naar router
|
|---|
| 30 | SDESC=uplink
|
|---|
| 31 | SPEED=10240000000
|
|---|
| 32 | DHCP=no
|
|---|
| 33 | SIS0
|
|---|
| 34 |
|
|---|
| 35 | $config{'sis1'}=sprintf <<SIS1; # link naar NodePlantsoen2
|
|---|
| 36 | TYPE=ethernet
|
|---|
| 37 | IP=$master_ip/28
|
|---|
| 38 | DESC=Link naar NodePlantsoen2
|
|---|
| 39 | SDESC=downlink
|
|---|
| 40 | SPEED=10240000000
|
|---|
| 41 | DHCP=no
|
|---|
| 42 | SIS1
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.