Last change
on this file since 7683 was 7683, checked in by huub, 15 years ago |
nieuwe 8.0 config voor proxy1 met soekris4801
|
-
Property svn:eol-style
set to
native
|
File size:
809 bytes
|
Line | |
---|
1 |
|
---|
2 | #
|
---|
3 | #
|
---|
4 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
5 | #
|
---|
6 | # config Proxy1 (Bij NodeCope)";
|
---|
7 |
|
---|
8 | $master_ip='172.17.8.66';
|
---|
9 | $gateway='192.168.1.1';
|
---|
10 | $internalroute='172.17.8.65';
|
---|
11 | $internalif='sis';
|
---|
12 | $nodetype='Proxy';
|
---|
13 | $nodename='Proxy1';
|
---|
14 | $proxyid='01';
|
---|
15 | $location = "Cope, Rapenburg 8, 2311 EV,Leiden";
|
---|
16 | $status='up';
|
---|
17 | $release="8.0-RELEASE";
|
---|
18 | $X='093280';
|
---|
19 | $Y='463889';
|
---|
20 | $remote_access='proxy1.network.wirelessleiden.nl:22';
|
---|
21 |
|
---|
22 | $config{'sis0'}=sprintf <<SIS0; # Ethernet
|
---|
23 | TYPE=ethernet
|
---|
24 | IP=192.168.1.2/24
|
---|
25 | DESC=link naar router
|
---|
26 | SDESC=uplink
|
---|
27 | DHCP=no
|
---|
28 | SIS0
|
---|
29 |
|
---|
30 | $config{'sis1'}=sprintf <<SIS1; # link naar NodeCope
|
---|
31 | TYPE=ethernet
|
---|
32 | IP=$master_ip/30
|
---|
33 | DESC=Link naar NodeCope
|
---|
34 | SDESC=downlink
|
---|
35 | DHCP=no
|
---|
36 | SIS1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.