Last change
on this file since 10048 was 10048, checked in by rick, 13 years ago |
Remove and modify some more comment lines.
Related-To ticket:117
|
-
Property svn:eol-style
set to
native
|
File size:
1.1 KB
|
Rev | Line | |
---|
[10048] | 1 | $comment=sprintf <<EOF;
|
---|
| 2 | verbonden met 'vuil' internet van Zorggroep Rijnland
|
---|
| 3 | lokaal ip en nameservers via dhcp
|
---|
| 4 | LET OP: niet standaard configuratie ivm lokale ap's!
|
---|
| 5 | Proxy is ook dhcpd server voor de lokale gebruikers,
|
---|
| 6 | dus apart dnsmasq geinstalleerd en geconfigureerd
|
---|
| 7 | EOF
|
---|
[6925] | 8 |
|
---|
[7115] | 9 | $master_ip='172.17.0.1';
|
---|
[7549] | 10 | $gateway='192.168.200.1';
|
---|
[7860] | 11 | $internalroute='172.17.0.2';
|
---|
[8018] | 12 | $internalif='sis1';
|
---|
[6925] | 13 | $nodetype='Proxy';
|
---|
| 14 | $nodename='Proxy7';
|
---|
[7601] | 15 | $proxyid='7';
|
---|
[6925] | 16 | $location="Verpleeghuis Leythenrode, Hoogmadeseweg 55, 2351CP, Leiderdorp";
|
---|
[7548] | 17 | $status='up';
|
---|
[9308] | 18 | $release="8.2-RELEASE";
|
---|
| 19 | $ileiden='yes';
|
---|
[7115] | 20 | $X='96728';
|
---|
| 21 | $Y='463407';
|
---|
[6925] | 22 |
|
---|
[8261] | 23 | $config{'sis0'}=sprintf <<SIS0;
|
---|
| 24 | COMMENT=Link naar Router
|
---|
[7548] | 25 | TYPE=ethernet
|
---|
[7549] | 26 | IP=192.168.200.100/24
|
---|
[7548] | 27 | DESC=Link naar Router
|
---|
| 28 | SDESC=uplink
|
---|
| 29 | DHCP=no
|
---|
| 30 | SIS0
|
---|
[6925] | 31 |
|
---|
[8261] | 32 | $config{'sis1'}=sprintf <<SIS1;
|
---|
| 33 | COMMENT=Local 24-subnet to node and clients
|
---|
[6925] | 34 | TYPE=ethernet
|
---|
[8489] | 35 | IP=$master_ip/28
|
---|
| 36 | DESC=naar NodeLeythenrode and ap bridges
|
---|
[7115] | 37 | SDESC=Leythenrode_subnet
|
---|
[8489] | 38 | DHCP=no
|
---|
[7108] | 39 | SIS1
|
---|
[8489] | 40 |
|
---|
| 41 | $config{'sis1:0'}=sprintf <<SIS10;
|
---|
| 42 | COMMENT=Local 24-subnet to node and clients
|
---|
| 43 | TYPE=ethernet
|
---|
| 44 | IP=172.17.7.1/24
|
---|
| 45 | DESC=naar NodeLeythenrode and local clients
|
---|
| 46 | SDESC=Leythenrode_subnet
|
---|
| 47 | DHCP=no
|
---|
| 48 | SIS10
|
---|
| 49 |
|
---|
| 50 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.