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:
680 bytes
|
Line | |
---|
1 | #
|
---|
2 |
|
---|
3 | $master_ip='172.22.0.66';
|
---|
4 | $gateway='192.168.0.1';
|
---|
5 | $internalroute='172.22.0.65';
|
---|
6 | $internalif='sis0';
|
---|
7 | $nodetype='Proxy';
|
---|
8 | $nodename='Proxy10';
|
---|
9 | $proxyid='10';
|
---|
10 | $location="PC Basisschool De Zwaluw, A. Kleijnstraat 8, 2331 DV, Leiden";
|
---|
11 | $status='up';
|
---|
12 | $release="8.2-RELEASE";
|
---|
13 | $X='90739';
|
---|
14 | $Y='463249';
|
---|
15 |
|
---|
16 | $config{'sis0'}=sprintf <<SIS0;
|
---|
17 | COMMENT=Ethernet
|
---|
18 | TYPE=ethernet
|
---|
19 | IP=$master_ip/30
|
---|
20 | DESC=Link naar Node zwaluw
|
---|
21 | SDESC=2zwaluwak
|
---|
22 | DHCP=no
|
---|
23 | SIS0
|
---|
24 |
|
---|
25 | $config{'sis1'}=sprintf <<SIS1;
|
---|
26 | COMMENT=Link naar router
|
---|
27 | TYPE=ethernet
|
---|
28 | DHCPCLIENT=yes
|
---|
29 | IP=0.0.0.0/30
|
---|
30 | DESC=Link naar router
|
---|
31 | SDESC=uplink
|
---|
32 | DHCP=no
|
---|
33 | SIS1
|
---|
34 |
|
---|
35 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.