Last change
on this file since 9722 was 9308, checked in by huub, 13 years ago |
release info geupdate voor de geconverteerde nodes en proxies
|
-
Property svn:eol-style
set to
native
|
File size:
1.1 KB
|
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.2-RELEASE";
|
---|
22 | $ileiden='yes';
|
---|
23 | $X='96728';
|
---|
24 | $Y='463407';
|
---|
25 |
|
---|
26 | $config{'sis0'}=sprintf <<SIS0;
|
---|
27 | COMMENT=Link naar Router
|
---|
28 | TYPE=ethernet
|
---|
29 | IP=192.168.200.100/24
|
---|
30 | DESC=Link naar Router
|
---|
31 | SDESC=uplink
|
---|
32 | DHCP=no
|
---|
33 | SIS0
|
---|
34 |
|
---|
35 | $config{'sis1'}=sprintf <<SIS1;
|
---|
36 | COMMENT=Local 24-subnet to node and clients
|
---|
37 | TYPE=ethernet
|
---|
38 | IP=$master_ip/28
|
---|
39 | DESC=naar NodeLeythenrode and ap bridges
|
---|
40 | SDESC=Leythenrode_subnet
|
---|
41 | DHCP=no
|
---|
42 | SIS1
|
---|
43 |
|
---|
44 | $config{'sis1:0'}=sprintf <<SIS10;
|
---|
45 | COMMENT=Local 24-subnet to node and clients
|
---|
46 | TYPE=ethernet
|
---|
47 | IP=172.17.7.1/24
|
---|
48 | DESC=naar NodeLeythenrode and local clients
|
---|
49 | SDESC=Leythenrode_subnet
|
---|
50 | DHCP=no
|
---|
51 | SIS10
|
---|
52 |
|
---|
53 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.