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