Last change
on this file since 7556 was 7513, checked in by huub, 15 years ago |
nieuwe config files voor proxy4 en proxy5 volgens richard-model
|
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
File size:
977 bytes
|
Line | |
---|
1 | #
|
---|
2 | #
|
---|
3 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
4 | #
|
---|
5 | # config Proxy5 in school Woutertje Pieterse
|
---|
6 | # verbonden met glasvezel gateway 192.168.0.1
|
---|
7 | # nameservers: 217.149.192.6 en 217.149.196.6
|
---|
8 |
|
---|
9 | $master_ip='172.19.168.66';
|
---|
10 | $gateway='192.168.0.1';
|
---|
11 | $internalroute='172.19.168.65';
|
---|
12 | $internalif='sis';
|
---|
13 | $gw_open='closed';
|
---|
14 | $nodetype='Proxy';
|
---|
15 | $nodename='Proxy5';
|
---|
16 | $proxyid='08';
|
---|
17 | $labelpos='left';
|
---|
18 | $location=" Openbare Basisschool Woutertje Pieterse, Houtlaan 60, 2334 CL, Leiden";
|
---|
19 | $status='up';
|
---|
20 | $release="8.0-RELEASE";
|
---|
21 | $node_config_version="1";
|
---|
22 | $genesis_control="YES";
|
---|
23 | $OS='FreeBSD';
|
---|
24 | $X='92927';
|
---|
25 | $Y='465365';
|
---|
26 |
|
---|
27 | $config{'sis0'}=sprintf <<SIS0; # Link naar router
|
---|
28 | TYPE=ethernet
|
---|
29 | IP=192.168.0.16/24
|
---|
30 | DESC=Link naar router
|
---|
31 | SDESC=uplink
|
---|
32 | SPEED=10240000000
|
---|
33 | DHCP=no
|
---|
34 | SIS0
|
---|
35 |
|
---|
36 | $config{'sis1'}=sprintf <<SIS1; # Link naar NodeWP
|
---|
37 | TYPE=ethernet
|
---|
38 | IP=$master_ip/30
|
---|
39 | DESC=Link naar NodeWP
|
---|
40 | SDESC=downlink
|
---|
41 | SPEED=10240000000
|
---|
42 | DHCP=no
|
---|
43 | SIS1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.