Last change
on this file since 7653 was 7653, checked in by rick, 15 years ago |
$labelpos variable is not used anymore
|
File size:
708 bytes
|
Rev | Line | |
---|
[7480] | 1 | #
|
---|
| 2 | #
|
---|
| 3 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
| 4 | #
|
---|
| 5 | # config Proxy97 bij Plantsoen 97
|
---|
| 6 | #
|
---|
[7515] | 7 | #
|
---|
[7480] | 8 |
|
---|
| 9 | $master_ip='172.17.169.66';
|
---|
[7481] | 10 | $gateway='10.0.1.1';
|
---|
[7480] | 11 | $internalroute='172.17.169.65';
|
---|
| 12 | $gw_open='closed';
|
---|
| 13 | $nodetype='Proxy';
|
---|
| 14 | $nodename='Proxy97';
|
---|
[7515] | 15 | $proxyid='97';
|
---|
[7480] | 16 | $location="CeTIM office, Plantsoen 97, 2311 KL, Leiden";
|
---|
| 17 | $status='up';
|
---|
| 18 | $release="8.0-RELEASE";
|
---|
| 19 | $node_config_version="1";
|
---|
| 20 | $genesis_control="YES";
|
---|
| 21 | $OS='FreeBSD';
|
---|
| 22 | $X='94042';
|
---|
| 23 | $Y='463238';
|
---|
| 24 |
|
---|
[7515] | 25 | $config{'sis0'}=sprintf <<SIS0; # link naar router
|
---|
[7480] | 26 | TYPE=ethernet
|
---|
[7481] | 27 | IP=10.0.1.100/24
|
---|
[7515] | 28 | DESC=naar router
|
---|
[7480] | 29 | SDESC=uplink
|
---|
| 30 | DHCP=no
|
---|
| 31 | SIS0
|
---|
| 32 |
|
---|
[7515] | 33 | $config{'sis1'}=sprintf <<SIS1; # link naar NodePlantsoen2
|
---|
[7480] | 34 | TYPE=ethernet
|
---|
| 35 | IP=$master_ip/28
|
---|
[7515] | 36 | DESC=Link naar NodePlantsoen2
|
---|
[7480] | 37 | SDESC=downlink
|
---|
| 38 | DHCP=no
|
---|
| 39 | SIS1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.