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