|
Last change
on this file since 7480 was 7480, checked in by huub, 16 years ago |
|
configuratie voor proxy97 bij kantoor CeTIM, Plantsoen 97
|
|
File size:
803 bytes
|
| Line | |
|---|
| 1 | #
|
|---|
| 2 | #
|
|---|
| 3 | # Read by /usr/local/sbin/wireless-up.pl
|
|---|
| 4 | #
|
|---|
| 5 | # config Proxy97 bij Plantsoen 97
|
|---|
| 6 | # verbonden met adsl gateway 192.168.1.1
|
|---|
| 7 | #
|
|---|
| 8 |
|
|---|
| 9 | $master_ip='172.17.169.66';
|
|---|
| 10 | $gateway='192.168.1.1';
|
|---|
| 11 | $internalroute='172.17.169.65';
|
|---|
| 12 | $gw_open='closed';
|
|---|
| 13 | $nodetype='Proxy';
|
|---|
| 14 | $nodename='Proxy97';
|
|---|
| 15 | $labelpos='left';
|
|---|
| 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 |
|
|---|
| 25 | $config{'sis0'}=sprintf <<SIS0; # uplink naar ADSL router
|
|---|
| 26 | TYPE=ethernet
|
|---|
| 27 | IP=192.168.1.97/24
|
|---|
| 28 | DESC=naar ADSL router
|
|---|
| 29 | SDESC=uplink
|
|---|
| 30 | SPEED=10240000000
|
|---|
| 31 | DHCP=no
|
|---|
| 32 | SIS0
|
|---|
| 33 |
|
|---|
| 34 | $config{'sis1'}=sprintf <<SIS1; # downlink naar WLeiden
|
|---|
| 35 | TYPE=ethernet
|
|---|
| 36 | IP=$master_ip/28
|
|---|
| 37 | DESC=ethernet naar NodePlantsoen2
|
|---|
| 38 | SDESC=downlink
|
|---|
| 39 | SPEED=10240000000
|
|---|
| 40 | DHCP=no
|
|---|
| 41 | SIS1
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.