Last change
on this file since 7537 was 7429, checked in by richardvm, 15 years ago |
Added internalif (var) for firewallrules
|
File size:
828 bytes
|
Rev | Line | |
---|
[7361] | 1 | #
|
---|
| 2 | #
|
---|
| 3 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
| 4 | #
|
---|
[7364] | 5 | # config Proxy8 bij Richard
|
---|
| 6 | # Test proxy voor Proxyfactory
|
---|
[7361] | 7 |
|
---|
[7395] | 8 | $master_ip='172.16.4.37';
|
---|
| 9 | $gateway='192.168.58.1';
|
---|
| 10 | $internalroute='172.16.4.38';
|
---|
[7429] | 11 | $internalif='sis';
|
---|
[7361] | 12 | $gw_open='closed';
|
---|
| 13 | $nodetype='Proxy';
|
---|
| 14 | $nodename='Proxy8';
|
---|
[7409] | 15 | $proxyid='08';
|
---|
[7361] | 16 | $labelpos='left';
|
---|
| 17 | $location=" Richard, Terschelling 244, 3524az Utrecht";
|
---|
| 18 |
|
---|
| 19 | $status='up';
|
---|
| 20 |
|
---|
| 21 | $release="8.0-RELEASE";
|
---|
| 22 | $node_config_version="1";
|
---|
| 23 | $genesis_control="YES";
|
---|
| 24 |
|
---|
| 25 | $OS='FreeBSD';
|
---|
| 26 |
|
---|
| 27 | #edugis x,y 93348,463569
|
---|
| 28 | $X='093348';
|
---|
| 29 | $Y='463569';
|
---|
| 30 |
|
---|
| 31 |
|
---|
| 32 | $config{'sis0'}=sprintf <<SIS0; # Link naar Router
|
---|
| 33 | TYPE=ethernet
|
---|
[7394] | 34 | IP=192.168.58.2/24
|
---|
[7361] | 35 |
|
---|
| 36 | DESC=Link naar Router
|
---|
| 37 | SDESC=uplink
|
---|
| 38 | SPEED=10240000000
|
---|
| 39 |
|
---|
| 40 | DHCP=no
|
---|
| 41 |
|
---|
| 42 | SIS0
|
---|
[7377] | 43 |
|
---|
| 44 | $config{'sis1'}=sprintf <<SIS1; # Link naar Laptop
|
---|
| 45 | TYPE=ethernet
|
---|
| 46 | IP=172.16.4.37/30
|
---|
| 47 |
|
---|
| 48 | DESC=Link naar Laptop
|
---|
| 49 | SDESC=downlink
|
---|
| 50 | SPEED=10240000000
|
---|
| 51 |
|
---|
| 52 | DHCP=no
|
---|
| 53 |
|
---|
| 54 | SIS1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.