Last change
on this file since 7691 was 7657, checked in by rick, 15 years ago |
$genesis_control is not used anymore
|
-
Property svn:eol-style
set to
native
|
File size:
802 bytes
|
Line | |
---|
1 |
|
---|
2 | #
|
---|
3 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
4 | #
|
---|
5 | # config proxy2 (Hooglandse Kerk)
|
---|
6 |
|
---|
7 | $master_ip='172.17.143.4';
|
---|
8 | $gateway='192.168.1.1';
|
---|
9 | $internalroute='172.17.143.2';
|
---|
10 | $internalif='sis';
|
---|
11 | $nodetype='Proxy';
|
---|
12 | $nodename='Proxy2';
|
---|
13 | $proxyid='2';
|
---|
14 | $location="Hooglandse Kerk, Middelweg 2, 2312 KG, Leiden";
|
---|
15 | $status='up';
|
---|
16 | $release="8.0-RELEASE";
|
---|
17 | $X='93894';
|
---|
18 | $Y='463704';
|
---|
19 |
|
---|
20 | $config{'sis0'}=sprintf <<SIS0; # Link naar router
|
---|
21 | TYPE=ethernet
|
---|
22 | IP=192.168.1.102/24
|
---|
23 | DESC=Link naar router
|
---|
24 | SDESC=uplink
|
---|
25 | DHCP=no
|
---|
26 | SIS0
|
---|
27 |
|
---|
28 | $config{'sis1'}=sprintf <<SIS1; # Link naar NodeCeTIM
|
---|
29 | TYPE=ethernet
|
---|
30 | IP=$master_ip/28
|
---|
31 | DESC=Link naar NodeCeTIM
|
---|
32 | SDESC=downlink
|
---|
33 | DHCP=no
|
---|
34 | SIS1
|
---|
35 |
|
---|
36 | $config{'sis2'}=sprintf <<SIS2; # Lokaal Ethernet naar kerk
|
---|
37 | TYPE=ethernet
|
---|
38 | IP=172.17.143.17/26
|
---|
39 | DESC=subnet voor Hooglandse Kerk
|
---|
40 | SDESC=hlkerk_subnet
|
---|
41 | DHCP=10-60
|
---|
42 | SIS2
|
---|
43 |
|
---|
44 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.