Line | |
---|
1 |
|
---|
2 | $master_ip='172.16.3.98';
|
---|
3 | $internalroute='172.16.3.97';
|
---|
4 | $internalif='sis1';
|
---|
5 |
|
---|
6 | $inboundnat="yes";
|
---|
7 |
|
---|
8 | $nodetype='Proxy';
|
---|
9 | $nodename='Proxy13';
|
---|
10 | $proxyid='13';
|
---|
11 | $location="Brahmslaan 40, 2324 AN, Leiden";
|
---|
12 | $status='up';
|
---|
13 | $release="8.0-RELEASE";
|
---|
14 |
|
---|
15 | # edugis x,y
|
---|
16 | $X='92434';
|
---|
17 | $Y='461987';
|
---|
18 |
|
---|
19 | $config{'sis0'}=sprintf <<SIS0; # link naar Router
|
---|
20 | TYPE=ethernet
|
---|
21 | DHCPCLIENT=yes
|
---|
22 | IP=0.0.0.0/30
|
---|
23 | DESC=Link naar router
|
---|
24 | SDESC=uplink
|
---|
25 | DHCP=no
|
---|
26 | SIS0
|
---|
27 |
|
---|
28 | $config{'sis1'}=sprintf <<SIS1; # link naar NodeRick
|
---|
29 | TYPE=ethernet
|
---|
30 | IP=$master_ip/30
|
---|
31 | DESC=Link naar NodeRick
|
---|
32 | SDESC=downlink
|
---|
33 | DHCP=no
|
---|
34 | SIS1
|
---|
35 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.