Last change
on this file since 7537 was 7517, checked in by huub, 15 years ago |
comment regels verwijderd uit configuratie proxy4
|
-
Property svn:eol-style
set to
native
|
File size:
1.1 KB
|
Rev | Line | |
---|
[5825] | 1 | #
|
---|
| 2 | #
|
---|
| 3 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
| 4 | #
|
---|
[7513] | 5 | # config Proxy4 in woning Pergolesipad 95 bij NodeLivingLab
|
---|
[5846] | 6 | # verbonden met Portaal glasvezel (172.16.0.0) via Linksys router subnet 192.168.1.0
|
---|
| 7 | # nameservers: 217.149.192.6 en 217.149.196.6
|
---|
[6394] | 8 | # WAN: 82.215.33.247, gateway 82.215.32.1
|
---|
[5825] | 9 |
|
---|
[7516] | 10 | $master_ip='172.16.2.254';
|
---|
[7513] | 11 | $gateway='192.168.1.1';
|
---|
[7516] | 12 | $internalroute='172.16.2.253';
|
---|
[7513] | 13 | $internalif='sis';
|
---|
[5825] | 14 | $gw_open='closed';
|
---|
| 15 | $nodetype='Proxy';
|
---|
| 16 | $nodename='Proxy4';
|
---|
[7513] | 17 | $proxyid='04';
|
---|
[5825] | 18 | $labelpos='left';
|
---|
[7513] | 19 | $location="Pergolesipad 95, 2324 DG, Leiden";
|
---|
[5825] | 20 | $status='up';
|
---|
[7513] | 21 | $release="8.0-RELEASE";
|
---|
[5825] | 22 | $node_config_version="1";
|
---|
| 23 | $genesis_control="YES";
|
---|
| 24 | $OS='FreeBSD';
|
---|
| 25 | $X='92036';
|
---|
| 26 | $Y='462256';
|
---|
| 27 |
|
---|
[7513] | 28 | $config{'sis0'}=sprintf <<SIS0; # Link naar Router
|
---|
| 29 | TYPE=ethernet
|
---|
| 30 | IP=192.168.1.100/24
|
---|
| 31 | DESC=Link naar Router
|
---|
| 32 | SDESC=uplink
|
---|
[5825] | 33 | SPEED=10240000000
|
---|
[7513] | 34 | DHCP=no
|
---|
[6395] | 35 | # user Linksys: <blanc>, standaard pwd
|
---|
| 36 | # admin interface via https
|
---|
[6583] | 37 | SIS0
|
---|
[5825] | 38 |
|
---|
[7513] | 39 | $config{'sis1'}=sprintf <<SIS1; # Link naar NodeLivingLab
|
---|
[5825] | 40 | TYPE=ethernet
|
---|
[7513] | 41 | IP=$master_ip/30
|
---|
| 42 | DESC=Link naar NodeLivingLab
|
---|
| 43 | SDESC=downlink
|
---|
[6092] | 44 | SPEED=10240000000
|
---|
| 45 | DHCP=no
|
---|
[6583] | 46 | SIS1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.