source:
genesis/nodes/proxy9/wleiden.conf@
10082
Last change on this file since 10082 was 10048, checked in by , 13 years ago | |
---|---|
File size: 577 bytes |
Rev | Line | |
---|---|---|
[7420] | 1 | |
2 | $master_ip='172.16.4.54'; | |
[9539] | 3 | $gateway='213.125.162.249'; |
[7420] | 4 | $internalroute='172.16.4.53'; |
[8018] | 5 | $internalif='sis1'; |
[7420] | 6 | $nodetype='Proxy'; |
7 | $nodename='Proxy9'; | |
[7601] | 8 | $proxyid='9'; |
[7420] | 9 | $location="kantoor De Clercq, Hoge Rijndijk 306, 2314AM Leiden"; |
10 | $status='up'; | |
[9540] | 11 | $release="8.2-RELEASE"; |
[7420] | 12 | $X='95694'; |
13 | $Y='462845'; | |
14 | ||
[8261] | 15 | $config{'sis0'}=sprintf <<SIS0; |
[9539] | 16 | COMMENT=Link naar Router Ziggo 40/8 |
[7420] | 17 | TYPE=ethernet |
[9539] | 18 | IP=213.125.162.254/29 |
[7420] | 19 | DESC=Link naar Router |
20 | SDESC=uplink | |
21 | DHCP=no | |
22 | SIS0 | |
23 | ||
[8261] | 24 | $config{'sis1'}=sprintf <<SIS1; |
25 | COMMENT=Link naar Node | |
[7420] | 26 | TYPE=ethernet |
27 | IP=$master_ip/30 | |
28 | DESC=Link naar Node | |
29 | SDESC=downlink | |
30 | DHCP=no | |
31 | SIS1 |
Note:
See TracBrowser
for help on using the repository browser.