Last change
on this file since 10074 was 10053, checked in by rick, 13 years ago |
Serious hacking and cleanups to get all keys in the right format and stored to the proper files.
Please do mind that I remove the Bullet2,etc... information now, I will dynamically add this at an later stage.
Related-To: ticket:117
|
-
Property svn:eol-style
set to
native
|
File size:
749 bytes
|
Line | |
---|
1 |
|
---|
2 |
|
---|
3 | $master_ip='172.17.8.68';
|
---|
4 | $gateway='83.162.36.91';
|
---|
5 | $internalroute='172.17.8.66';
|
---|
6 | $internalif='sis1';
|
---|
7 | $nodetype='Proxy';
|
---|
8 | $nodename='Proxy1';
|
---|
9 | $proxyid='1';
|
---|
10 | $location = "Cope, Rapenburg 8, 2311 EV,Leiden";
|
---|
11 | $status='up';
|
---|
12 | $release="8.0-RELEASE";
|
---|
13 | $X='93280';
|
---|
14 | $Y='463889';
|
---|
15 | $nat='no';
|
---|
16 |
|
---|
17 | $firewall_block='74.125.79.99/32 83.162.36.0/24';
|
---|
18 |
|
---|
19 | $config{'sis0'}=sprintf <<SIS0;
|
---|
20 | COMMENT=Ethernet
|
---|
21 | TYPE=ethernet
|
---|
22 | IP=83.162.36.91/24
|
---|
23 | DESC=link naar internet
|
---|
24 | SDESC=uplink
|
---|
25 | DHCP=no
|
---|
26 | SIS0
|
---|
27 |
|
---|
28 | $config{'sis1'}=sprintf <<SIS1;
|
---|
29 | COMMENT=link naar NodeCope
|
---|
30 | TYPE=ethernet
|
---|
31 | IP=$master_ip/28
|
---|
32 | DESC=Link naar NodeCope
|
---|
33 | SDESC=downlink
|
---|
34 | DHCP=no
|
---|
35 | SIS1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.