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