Last change
on this file since 7993 was 7993, checked in by rick, 15 years ago |
Let's build my own stuff (after a year having the equipment laying around)
|
File size:
581 bytes
|
Line | |
---|
1 | $master_ip='172.20.146.1';
|
---|
2 | # $gateway='192.168.3.254';
|
---|
3 | $internalroute='172.25.90.65';
|
---|
4 |
|
---|
5 | $internalif='sis0';
|
---|
6 | $nodetype='Proxy';
|
---|
7 | $nodename='Proxy13';
|
---|
8 | $proxyid='13';
|
---|
9 | $location="Brahmslaan 40, 2324 AN, Leiden";
|
---|
10 | $status='up';
|
---|
11 | $release="8.0-RELEASE";
|
---|
12 |
|
---|
13 | # edugis x,y
|
---|
14 | $X='92434';
|
---|
15 | $Y='461987';
|
---|
16 |
|
---|
17 | $config{'sis0'}=sprintf <<SIS0; # link naar Router
|
---|
18 | TYPE=ethernet
|
---|
19 | #IP=dhcp, Moet wel dhcp zijn
|
---|
20 | IP=0.0.0.0/30
|
---|
21 | DESC=Link naar router
|
---|
22 | SDESC=uplink
|
---|
23 | DHCP=no
|
---|
24 | SIS0
|
---|
25 |
|
---|
26 | $config{'sis1'}=sprintf <<SIS1; # link naar NodeRick
|
---|
27 | TYPE=ethernet
|
---|
28 | IP=172.16.3.98/30
|
---|
29 | DESC=Link naar NodeRick
|
---|
30 | SDESC=downlink
|
---|
31 | DHCP=no
|
---|
32 | SIS1
|
---|
33 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.