Last change
on this file since 9860 was 9065, checked in by huub, 14 years ago |
config aanvullingen ivm proxy2 vervanging
|
-
Property svn:eol-style
set to
native
|
File size:
948 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='217.166.167.177';
|
---|
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.2-RELEASE";
|
---|
17 | $X='93894';
|
---|
18 | $Y='463704';
|
---|
19 |
|
---|
20 | $config{'sis0'}=sprintf <<SIS0;
|
---|
21 | COMMENT=Link naar router
|
---|
22 | TYPE=ethernet
|
---|
23 | # The IP is assigned by a DHCP server, not supported by Genesis (yet)
|
---|
24 | # nameserver 213.75.63.36
|
---|
25 | # nameserver 213.75.63.70
|
---|
26 | IP=217.166.167.181/29
|
---|
27 | DESC=Link naar router
|
---|
28 | SDESC=uplink
|
---|
29 | DHCP=no
|
---|
30 | SIS0
|
---|
31 |
|
---|
32 | $config{'sis1'}=sprintf <<SIS1;
|
---|
33 | COMMENT=Link naar NodeCeTIM1
|
---|
34 | TYPE=ethernet
|
---|
35 | IP=$master_ip/28
|
---|
36 | DESC=Link naar NodeCeTIM1
|
---|
37 | SDESC=downlink
|
---|
38 | DHCP=no
|
---|
39 | SIS1
|
---|
40 |
|
---|
41 | $config{'sis2'}=sprintf <<SIS2;
|
---|
42 | COMMENT=Lokaal Ethernet naar kerk
|
---|
43 | TYPE=ethernet
|
---|
44 | IP=172.17.143.17/26
|
---|
45 | DESC=subnet voor Hooglandse Kerk
|
---|
46 | SDESC=hlkerk_subnet
|
---|
47 | DHCP=10-60
|
---|
48 | SIS2
|
---|
49 |
|
---|
50 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.