Last change
on this file since 8076 was 7657, checked in by rick, 15 years ago |
$genesis_control is not used anymore
|
File size:
812 bytes
|
Line | |
---|
1 | #
|
---|
2 | #
|
---|
3 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
4 | #
|
---|
5 | # config Proxy11 bij Node Lange Voort
|
---|
6 |
|
---|
7 | $master_ip='172.23.25.66';
|
---|
8 | $nodetype='Proxy';
|
---|
9 | $nodename='Proxy11';
|
---|
10 | $proxyid='11';
|
---|
11 |
|
---|
12 | $location="Bij Node LangeVoort hazenboslaan 39 2343 SW tegenover school met vleugel dak, Oegstgeest";
|
---|
13 | $status='up';
|
---|
14 |
|
---|
15 | $release="8.0-RELEASE";
|
---|
16 |
|
---|
17 |
|
---|
18 | # edugis x,y 92774,466843
|
---|
19 | $X='92774';
|
---|
20 | $Y='466843';
|
---|
21 |
|
---|
22 | $config{'sis0'}=sprintf <<SIS0; # Ethernet
|
---|
23 | TYPE=ethernet
|
---|
24 | IP=$master_ip/30
|
---|
25 | ROUTE=172.16.0.0/12 172.23.25.65
|
---|
26 |
|
---|
27 | DESC=Link naar Node LangeVoort
|
---|
28 | SDESC=2langevoort
|
---|
29 | DHCP=no
|
---|
30 | SIS0
|
---|
31 |
|
---|
32 | $config{'sis1'}=sprintf <<SIS1; # Ethernet naar adsl
|
---|
33 | TYPE=ethernet
|
---|
34 | IP=192.168.1.70
|
---|
35 | ROUTE=0.0.0.0/0 192.168.1.69
|
---|
36 |
|
---|
37 | DESC=adsl langevoort
|
---|
38 | SDESC=2adsl
|
---|
39 | SIS1
|
---|
40 |
|
---|
41 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.