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
|
Line | |
---|
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
|
---|
8 |
|
---|
9 | $master_ip='172.17.0.1';
|
---|
10 | $gateway='192.168.200.1';
|
---|
11 | $internalroute='172.17.0.2';
|
---|
12 | $internalif='sis1';
|
---|
13 | $nodetype='Proxy';
|
---|
14 | $nodename='Proxy7';
|
---|
15 | $proxyid='7';
|
---|
16 | $location="Verpleeghuis Leythenrode, Hoogmadeseweg 55, 2351CP, Leiderdorp";
|
---|
17 | $status='up';
|
---|
18 | $release="8.2-RELEASE";
|
---|
19 | $ileiden='yes';
|
---|
20 | $X='96728';
|
---|
21 | $Y='463407';
|
---|
22 |
|
---|
23 | $config{'sis0'}=sprintf <<SIS0;
|
---|
24 | COMMENT=Link naar Router
|
---|
25 | TYPE=ethernet
|
---|
26 | IP=192.168.200.100/24
|
---|
27 | DESC=Link naar Router
|
---|
28 | SDESC=uplink
|
---|
29 | DHCP=no
|
---|
30 | SIS0
|
---|
31 |
|
---|
32 | $config{'sis1'}=sprintf <<SIS1;
|
---|
33 | COMMENT=Local 24-subnet to node and clients
|
---|
34 | TYPE=ethernet
|
---|
35 | IP=$master_ip/28
|
---|
36 | DESC=naar NodeLeythenrode and ap bridges
|
---|
37 | SDESC=Leythenrode_subnet
|
---|
38 | DHCP=no
|
---|
39 | SIS1
|
---|
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.