Last change
on this file since 8018 was 8018, checked in by rick, 15 years ago |
$internalif flag is very confusing as the '1' was automagically added to the
back. Make them absolute
|
-
Property svn:eol-style
set to
native
|
File size:
869 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='sis1';
|
---|
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 |
|
---|
23 | # The IP is assigned by a DHCP server, not supported by Genesis (yet)
|
---|
24 | IP=127.0.0.1
|
---|
25 |
|
---|
26 | DESC=Link naar router
|
---|
27 | SDESC=uplink
|
---|
28 | DHCP=no
|
---|
29 | SIS0
|
---|
30 |
|
---|
31 | $config{'sis1'}=sprintf <<SIS1; # Link naar NodeCeTIM
|
---|
32 | TYPE=ethernet
|
---|
33 | IP=$master_ip/28
|
---|
34 | DESC=Link naar NodeCeTIM
|
---|
35 | SDESC=downlink
|
---|
36 | DHCP=no
|
---|
37 | SIS1
|
---|
38 |
|
---|
39 | $config{'sis2'}=sprintf <<SIS2; # Lokaal Ethernet naar kerk
|
---|
40 | TYPE=ethernet
|
---|
41 | IP=172.17.143.17/26
|
---|
42 | DESC=subnet voor Hooglandse Kerk
|
---|
43 | SDESC=hlkerk_subnet
|
---|
44 | DHCP=10-60
|
---|
45 | SIS2
|
---|
46 |
|
---|
47 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.