Last change
on this file since 7656 was 7656, checked in by rick, 15 years ago |
$node_config_version is not used anymore
|
-
Property svn:eol-style
set to
native
|
File size:
920 bytes
|
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
|
---|
| 8 | # let op: niet standaard configuratie ivm lokale ap's!
|
---|
| 9 | #
|
---|
[6925] | 10 |
|
---|
[7115] | 11 | $master_ip='172.17.0.1';
|
---|
[7549] | 12 | $gateway='192.168.200.1';
|
---|
[7548] | 13 | $internalroute='';
|
---|
| 14 | $internalif='sis';
|
---|
[6925] | 15 | $nodetype='Proxy';
|
---|
| 16 | $nodename='Proxy7';
|
---|
[7601] | 17 | $proxyid='7';
|
---|
[6925] | 18 | $location="Verpleeghuis Leythenrode, Hoogmadeseweg 55, 2351CP, Leiderdorp";
|
---|
[7548] | 19 | $status='up';
|
---|
| 20 | $release="8.0-RELEASE";
|
---|
[6925] | 21 | $genesis_control="YES";
|
---|
[7115] | 22 | $X='96728';
|
---|
| 23 | $Y='463407';
|
---|
[6925] | 24 |
|
---|
[7548] | 25 | $config{'sis0'}=sprintf <<SIS0; # Link naar Router
|
---|
| 26 | TYPE=ethernet
|
---|
[7549] | 27 | IP=192.168.200.100/24
|
---|
[7548] | 28 | DESC=Link naar Router
|
---|
| 29 | SDESC=uplink
|
---|
| 30 | DHCP=no
|
---|
| 31 | SIS0
|
---|
[6925] | 32 |
|
---|
[7115] | 33 | $config{'sis1'}=sprintf <<SIS1; # Local 24-subnet to node and clients
|
---|
[6925] | 34 | TYPE=ethernet
|
---|
[7108] | 35 | IP=$master_ip/24
|
---|
[7115] | 36 | #static route to wleiden.net via node
|
---|
[7549] | 37 | ROUTE=172.16.0.0/12 172.17.0.2
|
---|
[7115] | 38 | DESC=naar NodeLeythenrode and clients
|
---|
| 39 | SDESC=Leythenrode_subnet
|
---|
| 40 | DHCP=10-250
|
---|
[7108] | 41 | SIS1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.