source:
genesis/nodes/proxy3/wleiden.conf@
9359
Last change on this file since 9359 was 9075, checked in by , 14 years ago | |
---|---|
|
|
File size: 683 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'; | |
[8018] | 7 | $internalif='sis1'; |
[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'; |
[9075] | 13 | $release="8.2-RELEASE"; |
[4867] | 14 | $X='92445'; |
15 | $Y='462819'; | |
[813] | 16 | |
[8261] | 17 | $config{'sis0'}=sprintf <<SIS0; |
18 | COMMENT=Ethernet | |
[813] | 19 | TYPE=ethernet |
[7975] | 20 | IP=83.160.182.75/24 |
21 | DESC=Link naar XS4ALL DSL lijn | |
22 | SDESC=uplink | |
23 | DHCP=no | |
24 | SIS0 | |
[813] | 25 | |
[8261] | 26 | $config{'sis1'}=sprintf <<SIS1; |
27 | COMMENT=Ethernet | |
[813] | 28 | TYPE=ethernet |
[1074] | 29 | IP=$master_ip/29 |
[7975] | 30 | DESC=Link naar NodeRijnVliet |
31 | SDESC=downlink | |
[975] | 32 | DHCP=no |
[7975] | 33 | SIS1 |
[975] | 34 | |
35 |
Note:
See TracBrowser
for help on using the repository browser.