|
Last change
on this file since 7426 was 7426, checked in by huub, 16 years ago |
|
typefout in internalroute van proxy62
|
-
Property svn:eol-style
set to
native
|
|
File size:
828 bytes
|
| Line | |
|---|
| 1 | #
|
|---|
| 2 | #
|
|---|
| 3 | # Read by /usr/local/sbin/wireless-up.pl
|
|---|
| 4 | #
|
|---|
| 5 | # config Proxy62 bij Huub
|
|---|
| 6 | # verbonden met adsl gateway 192.168.1.254
|
|---|
| 7 | # nameservers: 217.149.192.6 en 217.149.196.6
|
|---|
| 8 |
|
|---|
| 9 | $master_ip='172.17.16.66';
|
|---|
| 10 | $gateway='192.168.1.254';
|
|---|
| 11 | $internalroute='172.17.16.65';
|
|---|
| 12 | $gw_open='closed';
|
|---|
| 13 | $nodetype='Proxy';
|
|---|
| 14 | $nodename='Proxy62';
|
|---|
| 15 | $labelpos='left';
|
|---|
| 16 | $location=" Huub, Rapenburg 62, 2311EZ, Leiden";
|
|---|
| 17 | $status='up';
|
|---|
| 18 | $release="8.0-RELEASE";
|
|---|
| 19 | $node_config_version="1";
|
|---|
| 20 | $genesis_control="YES";
|
|---|
| 21 | $OS='FreeBSD';
|
|---|
| 22 | $X='093348';
|
|---|
| 23 | $Y='463569';
|
|---|
| 24 |
|
|---|
| 25 | $config{'sis0'}=sprintf <<SIS0; # uplink naar ADSL router
|
|---|
| 26 | TYPE=ethernet
|
|---|
| 27 | IP=192.168.1.101/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/30
|
|---|
| 37 | DESC=ethernet naar NodeHuub
|
|---|
| 38 | SDESC=downlink
|
|---|
| 39 | SPEED=10240000000
|
|---|
| 40 | DHCP=no
|
|---|
| 41 | SIS1
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.