Last change
on this file since 10047 was 10047, checked in by rick, 13 years ago |
Removing obsolete comments to make files cleaner for migration to new config
format.
Related-To ticket:117
|
File size:
733 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 | ROUTE=172.16.0.0/12 172.23.25.65
|
---|
21 |
|
---|
22 | DESC=Link naar Node LangeVoort
|
---|
23 | SDESC=2langevoort
|
---|
24 | DHCP=no
|
---|
25 | SIS0
|
---|
26 |
|
---|
27 | $config{'sis1'}=sprintf <<SIS1;
|
---|
28 | COMMENT=Ethernet naar adsl
|
---|
29 | TYPE=ethernet
|
---|
30 | IP=192.168.1.70/24
|
---|
31 | ROUTE=0.0.0.0/0 192.168.1.69
|
---|
32 |
|
---|
33 | DESC=adsl langevoort
|
---|
34 | SDESC=2adsl
|
---|
35 | SIS1
|
---|
36 |
|
---|
37 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.