source:
genesis/nodes/proxy8/wleiden.conf@
10048
Last change on this file since 10048 was 10048, checked in by , 13 years ago | |
---|---|
File size: 612 bytes |
Rev | Line | |
---|---|---|
[7361] | 1 | |
[10048] | 2 | $comment="Test proxy voor Proxyfactory"; |
3 | ||
[8117] | 4 | $master_ip='172.16.3.34'; |
[7395] | 5 | $gateway='192.168.58.1'; |
[8146] | 6 | $internalroute='172.16.3.33'; |
[8018] | 7 | $internalif='sis1'; |
[8211] | 8 | $nat='yes'; |
[7361] | 9 | $nodetype='Proxy'; |
10 | $nodename='Proxy8'; | |
[7885] | 11 | $proxyid='8'; |
[7361] | 12 | $location=" Richard, Terschelling 244, 3524az Utrecht"; |
13 | $status='up'; | |
14 | $release="8.0-RELEASE"; | |
15 | ||
[8290] | 16 | $X='137949'; |
17 | $Y='453165'; | |
[7361] | 18 | |
19 | ||
[8261] | 20 | $config{'sis0'}=sprintf <<SIS0; |
21 | COMMENT=Link naar Router | |
[7361] | 22 | TYPE=ethernet |
[7394] | 23 | IP=192.168.58.2/24 |
[7361] | 24 | |
25 | DESC=Link naar Router | |
26 | SDESC=uplink | |
27 | ||
28 | DHCP=no | |
29 | ||
30 | SIS0 | |
[7377] | 31 | |
[8261] | 32 | $config{'sis1'}=sprintf <<SIS1; |
[8290] | 33 | COMMENT=Link naar NodeRichard |
[7377] | 34 | TYPE=ethernet |
[8290] | 35 | IP=172.16.16.9/30 |
[7377] | 36 | |
[7881] | 37 | DESC=Link |
[7377] | 38 | SDESC=downlink |
39 | ||
40 | DHCP=no | |
41 | ||
42 | SIS1 |
Note:
See TracBrowser
for help on using the repository browser.