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
|
Rev | Line | |
---|
[6545] | 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 |
|
---|
[7513] | 7 | $master_ip='172.19.168.66';
|
---|
| 8 | $gateway='192.168.0.1';
|
---|
| 9 | $internalroute='172.19.168.65';
|
---|
[8018] | 10 | $internalif='sis1';
|
---|
[6545] | 11 | $nodetype='Proxy';
|
---|
| 12 | $nodename='Proxy5';
|
---|
[7601] | 13 | $proxyid='5';
|
---|
[6545] | 14 | $location=" Openbare Basisschool Woutertje Pieterse, Houtlaan 60, 2334 CL, Leiden";
|
---|
| 15 | $status='up';
|
---|
[8993] | 16 | $release="8.2-RELEASE";
|
---|
[6545] | 17 | $X='92927';
|
---|
| 18 | $Y='465365';
|
---|
| 19 |
|
---|
[8261] | 20 | $config{'sis0'}=sprintf <<SIS0;
|
---|
| 21 | COMMENT=Link naar router
|
---|
[6545] | 22 | TYPE=ethernet
|
---|
[7513] | 23 | IP=192.168.0.16/24
|
---|
| 24 | DESC=Link naar router
|
---|
| 25 | SDESC=uplink
|
---|
[6545] | 26 | DHCP=no
|
---|
[7513] | 27 | SIS0
|
---|
[6545] | 28 |
|
---|
[8261] | 29 | $config{'sis1'}=sprintf <<SIS1;
|
---|
| 30 | COMMENT=Link naar NodeWP
|
---|
[6545] | 31 | TYPE=ethernet
|
---|
[7513] | 32 | IP=$master_ip/30
|
---|
| 33 | DESC=Link naar NodeWP
|
---|
| 34 | SDESC=downlink
|
---|
[6545] | 35 | DHCP=no
|
---|
[7513] | 36 | SIS1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.