Last change
on this file since 10057 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
|
File size:
671 bytes
|
Line | |
---|
1 |
|
---|
2 | $master_ip='172.23.25.66';
|
---|
3 | $nodetype='Proxy';
|
---|
4 | $nodename='Proxy11';
|
---|
5 | $proxyid='11';
|
---|
6 | $gateway='192.168.1.69';
|
---|
7 | $internalroute='172.23.25.65';
|
---|
8 | $internalif='sis0';
|
---|
9 | $location="tegenover school met vleugel dak (Jenaplanschool), Oegstgeest";
|
---|
10 | $status='up';
|
---|
11 | $release="8.2-RELEASE";
|
---|
12 | $ileiden='yes';
|
---|
13 | $X='92774';
|
---|
14 | $Y='466843';
|
---|
15 |
|
---|
16 | $config{'sis0'}=sprintf <<SIS0;
|
---|
17 | COMMENT=Ethernet
|
---|
18 | TYPE=ethernet
|
---|
19 | IP=$master_ip/30
|
---|
20 |
|
---|
21 | DESC=Link naar Node LangeVoort
|
---|
22 | SDESC=2langevoort
|
---|
23 | DHCP=no
|
---|
24 | SIS0
|
---|
25 |
|
---|
26 | $config{'sis1'}=sprintf <<SIS1;
|
---|
27 | COMMENT=Ethernet naar adsl
|
---|
28 | TYPE=ethernet
|
---|
29 | IP=192.168.1.70/24
|
---|
30 |
|
---|
31 | DESC=adsl langevoort
|
---|
32 | SDESC=2adsl
|
---|
33 | SIS1
|
---|
34 |
|
---|
35 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.