|
Last change
on this file since 8356 was 8271, checked in by rick, 15 years ago |
|
Typo fixed of config files
|
-
Property svn:eol-style
set to
native
|
|
File size:
885 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;
|
|---|
| 21 | COMMENT=Link naar router
|
|---|
| 22 | TYPE=ethernet
|
|---|
| 23 |
|
|---|
| 24 | # The IP is assigned by a DHCP server, not supported by Genesis (yet)
|
|---|
| 25 | IP=0.0.0.0/32
|
|---|
| 26 |
|
|---|
| 27 | DESC=Link naar router
|
|---|
| 28 | SDESC=uplink
|
|---|
| 29 | DHCP=no
|
|---|
| 30 | SIS0
|
|---|
| 31 |
|
|---|
| 32 | $config{'sis1'}=sprintf <<SIS1;
|
|---|
| 33 | COMMENT=Link naar NodeCeTIM
|
|---|
| 34 | TYPE=ethernet
|
|---|
| 35 | IP=$master_ip/28
|
|---|
| 36 | DESC=Link naar NodeCeTIM
|
|---|
| 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.