| 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.16.4.32';
|
|---|
| 10 | $gw_open='closed';
|
|---|
| 11 | $nodetype='Proxy';
|
|---|
| 12 | $nodename='Proxy8';
|
|---|
| 13 | $labelpos='left';
|
|---|
| 14 | $location=" Richard, Terschelling 244, 3524az Utrecht";
|
|---|
| 15 |
|
|---|
| 16 | $status='up';
|
|---|
| 17 |
|
|---|
| 18 | $release="8.0-RELEASE";
|
|---|
| 19 | $node_config_version="1";
|
|---|
| 20 | $genesis_control="YES";
|
|---|
| 21 |
|
|---|
| 22 | $OS='FreeBSD';
|
|---|
| 23 |
|
|---|
| 24 | #edugis x,y 93348,463569
|
|---|
| 25 | $X='093348';
|
|---|
| 26 | $Y='463569';
|
|---|
| 27 |
|
|---|
| 28 |
|
|---|
| 29 | $config{'sis0'}=sprintf <<SIS0; # Link naar Router
|
|---|
| 30 | TYPE=ethernet
|
|---|
| 31 | IP=172.16.4.34/30
|
|---|
| 32 | ROUTE=0.0.0.0/0 172.16.4.33/30
|
|---|
| 33 |
|
|---|
| 34 | DESC=Link naar Router
|
|---|
| 35 | SDESC=uplink
|
|---|
| 36 | SPEED=10240000000
|
|---|
| 37 |
|
|---|
| 38 | DHCP=no
|
|---|
| 39 |
|
|---|
| 40 | SIS0
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.