Last change
on this file since 9485 was 8993, checked in by huub, 14 years ago |
aanpassingen config WP ivm link psycho en proxy5
|
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
File size:
805 bytes
|
Line | |
---|
1 | #
|
---|
2 | #
|
---|
3 | # config Proxy5 in school Woutertje Pieterse
|
---|
4 | # verbonden met glasvezel gateway 192.168.0.1
|
---|
5 | # nameservers: 217.149.192.6 en 217.149.196.6
|
---|
6 |
|
---|
7 | $master_ip='172.19.168.66';
|
---|
8 | $gateway='192.168.0.1';
|
---|
9 | $internalroute='172.19.168.65';
|
---|
10 | $internalif='sis1';
|
---|
11 | $nodetype='Proxy';
|
---|
12 | $nodename='Proxy5';
|
---|
13 | $proxyid='5';
|
---|
14 | $location=" Openbare Basisschool Woutertje Pieterse, Houtlaan 60, 2334 CL, Leiden";
|
---|
15 | $status='up';
|
---|
16 | $release="8.2-RELEASE";
|
---|
17 | $X='92927';
|
---|
18 | $Y='465365';
|
---|
19 |
|
---|
20 | $config{'sis0'}=sprintf <<SIS0;
|
---|
21 | COMMENT=Link naar router
|
---|
22 | TYPE=ethernet
|
---|
23 | IP=192.168.0.16/24
|
---|
24 | DESC=Link naar router
|
---|
25 | SDESC=uplink
|
---|
26 | DHCP=no
|
---|
27 | SIS0
|
---|
28 |
|
---|
29 | $config{'sis1'}=sprintf <<SIS1;
|
---|
30 | COMMENT=Link naar NodeWP
|
---|
31 | TYPE=ethernet
|
---|
32 | IP=$master_ip/30
|
---|
33 | DESC=Link naar NodeWP
|
---|
34 | SDESC=downlink
|
---|
35 | DHCP=no
|
---|
36 | SIS1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.