source:
genesis/nodes/proxy6/wleiden.conf@
10074
Last change on this file since 10074 was 10048, checked in by , 13 years ago | |
---|---|
|
|
File size: 575 bytes |
Rev | Line | |
---|---|---|
[6805] | 1 | |
[6809] | 2 | $master_ip='172.16.3.146'; |
[7576] | 3 | $gateway='192.168.1.1'; |
4 | $internalroute='172.16.3.145'; | |
[8018] | 5 | $internalif='sis1'; |
[6805] | 6 | $nodetype='Proxy'; |
7 | $nodename='Proxy6'; | |
[7578] | 8 | $proxyid='06'; |
[6805] | 9 | $location="Martijn, Muiderkring 152, 2332 BP, Leiden"; |
10 | $status='up'; | |
[7576] | 11 | $release="8.0-RELEASEE"; |
[6805] | 12 | $X='92318'; |
13 | $Y='464324'; | |
14 | ||
15 | ||
[8261] | 16 | $config{'sis0'}=sprintf <<SIS0; |
17 | COMMENT=link naar Router | |
[6805] | 18 | TYPE=ethernet |
[7583] | 19 | IP=192.168.1.200/24 |
[7576] | 20 | DESC=Link naar router |
21 | SDESC=uplink | |
22 | DHCP=no | |
23 | SIS0 | |
[6805] | 24 | |
[8261] | 25 | $config{'sis1'}=sprintf <<SIS1; |
26 | COMMENT=link naar NodeMuiderkring | |
[7576] | 27 | TYPE=ethernet |
28 | IP=$master_ip/30 | |
29 | DESC=Link naar NodeMuiderkring | |
30 | SDESC=downlink | |
[6805] | 31 | DHCP=no |
[7576] | 32 | SIS1 |
Note:
See TracBrowser
for help on using the repository browser.