source:
genesis/nodes/proxy3/wleiden.conf@
7975
Last change on this file since 7975 was 7975, checked in by , 15 years ago | |
---|---|
|
|
File size: 672 bytes |
Rev | Line | |
---|---|---|
[813] | 1 | # |
[991] | 2 | # config Proxy3 bij RV |
[813] | 3 | |
[1074] | 4 | $master_ip='172.20.128.98'; |
[7975] | 5 | $gateway='83.160.182.1'; |
6 | $internalroute='172.20.128.97'; | |
7 | $internalif='sis'; | |
[3583] | 8 | $nodetype='Proxy'; |
[3584] | 9 | $nodename='Proxy3'; |
[7975] | 10 | $proxyid='03'; |
[6530] | 11 | $location="Zorgcentrum Rijn en Vliet, Aaltje Noordewierlaan1, 2324 KP, Leiden"; |
[2605] | 12 | $status='up'; |
[7975] | 13 | $release="8.0-RELEASE"; |
[4867] | 14 | $X='92445'; |
15 | $Y='462819'; | |
[813] | 16 | |
[7975] | 17 | $config{'sis0'}=sprintf <<SIS0; # Ethernet |
[813] | 18 | TYPE=ethernet |
[7975] | 19 | IP=83.160.182.75/24 |
20 | DESC=Link naar XS4ALL DSL lijn | |
21 | SDESC=uplink | |
22 | DHCP=no | |
23 | SIS0 | |
[813] | 24 | |
[7975] | 25 | $config{'sis1'}=sprintf <<SIS1; # Ethernet |
[813] | 26 | TYPE=ethernet |
[1074] | 27 | IP=$master_ip/29 |
[7975] | 28 | DESC=Link naar NodeRijnVliet |
29 | SDESC=downlink | |
[975] | 30 | DHCP=no |
[7975] | 31 | SIS1 |
[975] | 32 | |
33 |
Note:
See TracBrowser
for help on using the repository browser.