source:
genesis/nodes/proxy13/wleiden.conf@
8022
Last change on this file since 8022 was 8022, checked in by , 15 years ago | |
---|---|
File size: 537 bytes |
Rev | Line | |
---|---|---|
[7879] | 1 | |
[8022] | 2 | $master_ip='172.16.3.96'; |
[8021] | 3 | $internalroute='172.16.3.97'; |
[8018] | 4 | $internalif='sis1'; |
[8021] | 5 | |
[7879] | 6 | $nodetype='Proxy'; |
[7993] | 7 | $nodename='Proxy13'; |
8 | $proxyid='13'; | |
9 | $location="Brahmslaan 40, 2324 AN, Leiden"; | |
[7879] | 10 | $status='up'; |
11 | $release="8.0-RELEASE"; | |
12 | ||
[7993] | 13 | # edugis x,y |
14 | $X='92434'; | |
15 | $Y='461987'; | |
16 | ||
17 | $config{'sis0'}=sprintf <<SIS0; # link naar Router | |
[7879] | 18 | TYPE=ethernet |
[8017] | 19 | DHCPCLIENT=yes |
[7883] | 20 | IP=0.0.0.0/30 |
[7879] | 21 | DESC=Link naar router |
22 | SDESC=uplink | |
23 | DHCP=no | |
24 | SIS0 | |
25 | ||
[7993] | 26 | $config{'sis1'}=sprintf <<SIS1; # link naar NodeRick |
[7879] | 27 | TYPE=ethernet |
[8022] | 28 | IP=$master_ip/30 |
[7993] | 29 | DESC=Link naar NodeRick |
[7879] | 30 | SDESC=downlink |
31 | DHCP=no | |
32 | SIS1 | |
33 |
Note:
See TracBrowser
for help on using the repository browser.