|
Last change
on this file since 9512 was 9359, checked in by huub, 14 years ago |
|
aanpassing proxy10 config -interfaces - en lijtweg1 - ivm iris -
|
|
File size:
709 bytes
|
| Line | |
|---|
| 1 | #
|
|---|
| 2 | # config Proxy10 bij Zwaluw
|
|---|
| 3 |
|
|---|
| 4 | $master_ip='172.22.0.66';
|
|---|
| 5 | $gateway='192.168.0.1';
|
|---|
| 6 | $internalroute='172.22.0.65';
|
|---|
| 7 | $internalif='sis0';
|
|---|
| 8 | $nodetype='Proxy';
|
|---|
| 9 | $nodename='Proxy10';
|
|---|
| 10 | $proxyid='10';
|
|---|
| 11 | $location="PC Basisschool De Zwaluw, A. Kleijnstraat 8, 2331 DV, Leiden";
|
|---|
| 12 | $status='up';
|
|---|
| 13 | $release="8.2-RELEASE";
|
|---|
| 14 | $X='90739';
|
|---|
| 15 | $Y='463249';
|
|---|
| 16 |
|
|---|
| 17 | $config{'sis0'}=sprintf <<SIS0;
|
|---|
| 18 | COMMENT=Ethernet
|
|---|
| 19 | TYPE=ethernet
|
|---|
| 20 | IP=$master_ip/30
|
|---|
| 21 | DESC=Link naar Node zwaluw
|
|---|
| 22 | SDESC=2zwaluwak
|
|---|
| 23 | DHCP=no
|
|---|
| 24 | SIS0
|
|---|
| 25 |
|
|---|
| 26 | $config{'sis1'}=sprintf <<SIS1;
|
|---|
| 27 | COMMENT=Link naar router
|
|---|
| 28 | TYPE=ethernet
|
|---|
| 29 | DHCPCLIENT=yes
|
|---|
| 30 | IP=0.0.0.0/30
|
|---|
| 31 | DESC=Link naar router
|
|---|
| 32 | SDESC=uplink
|
|---|
| 33 | DHCP=no
|
|---|
| 34 | SIS1
|
|---|
| 35 |
|
|---|
| 36 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.