Line | |
---|
1 | $master_ip='172.17.169.66';
|
---|
2 | $gateway='10.0.1.1';
|
---|
3 | $internalroute='172.17.169.65';
|
---|
4 | $internalif='sis1';
|
---|
5 | $nodetype='Proxy';
|
---|
6 | $nodename='Proxy97';
|
---|
7 | $proxyid='97';
|
---|
8 | $location="CeTIM office, Plantsoen 97, 2311 KL, Leiden";
|
---|
9 | $status='up';
|
---|
10 | $release="8.0-RELEASE";
|
---|
11 | $ileiden='yes';
|
---|
12 | $X='94042';
|
---|
13 | $Y='463238';
|
---|
14 |
|
---|
15 | $config{'sis0'}=sprintf <<SIS0;
|
---|
16 | COMMENT=link naar router
|
---|
17 | TYPE=ethernet
|
---|
18 | IP=10.0.1.100/24
|
---|
19 | DESC=naar router
|
---|
20 | SDESC=uplink
|
---|
21 | DHCP=no
|
---|
22 | SIS0
|
---|
23 |
|
---|
24 | $config{'sis1'}=sprintf <<SIS1;
|
---|
25 | COMMENT=link naar NodePlantsoen2
|
---|
26 | TYPE=ethernet
|
---|
27 | IP=$master_ip/28
|
---|
28 | DESC=Link naar NodePlantsoen2
|
---|
29 | SDESC=downlink
|
---|
30 | DHCP=no
|
---|
31 | SIS1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.