Last change
on this file since 8223 was 8018, checked in by rick, 15 years ago |
$internalif flag is very confusing as the '1' was automagically added to the
back. Make them absolute
|
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
File size:
839 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='sis1';
|
---|
13 | $nodetype='Proxy';
|
---|
14 | $nodename='Proxy5';
|
---|
15 | $proxyid='5';
|
---|
16 | $location=" Openbare Basisschool Woutertje Pieterse, Houtlaan 60, 2334 CL, Leiden";
|
---|
17 | $status='up';
|
---|
18 | $release="8.0-RELEASE";
|
---|
19 | $X='92927';
|
---|
20 | $Y='465365';
|
---|
21 |
|
---|
22 | $config{'sis0'}=sprintf <<SIS0; # Link naar router
|
---|
23 | TYPE=ethernet
|
---|
24 | IP=192.168.0.16/24
|
---|
25 | DESC=Link naar router
|
---|
26 | SDESC=uplink
|
---|
27 | DHCP=no
|
---|
28 | SIS0
|
---|
29 |
|
---|
30 | $config{'sis1'}=sprintf <<SIS1; # 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.