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