Last change
on this file since 8455 was 8337, checked in by richardvm, 14 years ago |
about a week to late, ip info was already added to dns a week ago
|
File size:
707 bytes
|
Line | |
---|
1 | #
|
---|
2 | #
|
---|
3 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
4 | #
|
---|
5 | # config Proxy12 bij Wireless Jacobswoude
|
---|
6 | # verbonden met adsl gateway aalmeer watertoren
|
---|
7 |
|
---|
8 | $master_ip='172.25.90.66';
|
---|
9 | $gateway='92.66.227.161';
|
---|
10 | $internalroute='172.25.90.65';
|
---|
11 |
|
---|
12 | $internalif='sis1';
|
---|
13 | $nodetype='Proxy';
|
---|
14 | $nodename='Proxy12';
|
---|
15 | $proxyid='12';
|
---|
16 | $location=" Watertoren, Aalsmeer";
|
---|
17 | $status='up';
|
---|
18 | $release="8.0-RELEASE";
|
---|
19 | $X='111998';
|
---|
20 | $Y='474286';
|
---|
21 | $nat='yes';
|
---|
22 |
|
---|
23 | $config{'sis0'}=sprintf <<SIS0;
|
---|
24 | COMMENT=link naar Router
|
---|
25 | TYPE=ethernet
|
---|
26 | IP=92.66.227.162/29
|
---|
27 | DESC=Link naar router
|
---|
28 | SDESC=uplink
|
---|
29 | DHCP=no
|
---|
30 | SIS0
|
---|
31 |
|
---|
32 | $config{'sis1'}=sprintf <<SIS1;
|
---|
33 | COMMENT=link naar Node Watertoren
|
---|
34 | TYPE=ethernet
|
---|
35 | IP=$master_ip/30
|
---|
36 | DESC=Link naar Node AMWaterT1
|
---|
37 | SDESC=downlink
|
---|
38 | DHCP=no
|
---|
39 | SIS1
|
---|
40 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.