Last change
on this file since 8018 was 8018, checked in by rick, 15 years ago |
$internalif flag is very confusing as the '1' was automagically added to the
back. Make them absolute
|
-
Property svn:eol-style
set to
native
|
File size:
942 bytes
|
Line | |
---|
1 | #
|
---|
2 | #
|
---|
3 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
4 | #
|
---|
5 | # config Proxy7 Leythenrode
|
---|
6 | # verbonden met 'vuil' internet van Zorggroep Rijnland
|
---|
7 | # lokaal ip en nameservers via dhcp
|
---|
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
|
---|
11 |
|
---|
12 | $master_ip='172.17.0.1';
|
---|
13 | $gateway='192.168.200.1';
|
---|
14 | $internalroute='172.17.0.2';
|
---|
15 | $internalif='sis1';
|
---|
16 | $nodetype='Proxy';
|
---|
17 | $nodename='Proxy7';
|
---|
18 | $proxyid='7';
|
---|
19 | $location="Verpleeghuis Leythenrode, Hoogmadeseweg 55, 2351CP, Leiderdorp";
|
---|
20 | $status='up';
|
---|
21 | $release="8.0-RELEASE";
|
---|
22 | $X='96728';
|
---|
23 | $Y='463407';
|
---|
24 |
|
---|
25 | $config{'sis0'}=sprintf <<SIS0; # Link naar Router
|
---|
26 | TYPE=ethernet
|
---|
27 | IP=192.168.200.100/24
|
---|
28 | DESC=Link naar Router
|
---|
29 | SDESC=uplink
|
---|
30 | DHCP=no
|
---|
31 | SIS0
|
---|
32 |
|
---|
33 | $config{'sis1'}=sprintf <<SIS1; # Local 24-subnet to node and clients
|
---|
34 | TYPE=ethernet
|
---|
35 | IP=$master_ip/24
|
---|
36 | DESC=naar NodeLeythenrode and clients
|
---|
37 | SDESC=Leythenrode_subnet
|
---|
38 | DHCP=10-250
|
---|
39 | SIS1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.