Last change
on this file since 7587 was 7587, checked in by rick, 15 years ago |
Allow more easier and reliable finding of any possible remote access of the WL network.
FYI: don't believe in security by knowledge hiding.
|
-
Property svn:eol-style
set to
native
|
File size:
903 bytes
|
Line | |
---|
1 | #
|
---|
2 | #
|
---|
3 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
4 | #
|
---|
5 | # config Proxy62 bij Huub
|
---|
6 | # verbonden met adsl gateway 192.168.3.254
|
---|
7 | # nameservers: 217.149.192.6 en 217.149.196.6
|
---|
8 |
|
---|
9 | $master_ip='172.17.16.66';
|
---|
10 | $gateway='192.168.3.254';
|
---|
11 | $internalroute='172.17.16.65';
|
---|
12 | $internalif='sis';
|
---|
13 | $gw_open='closed';
|
---|
14 | $nodetype='Proxy';
|
---|
15 | $nodename='Proxy62';
|
---|
16 | $proxyid='62';
|
---|
17 | $labelpos='left';
|
---|
18 | $location=" Huub, Rapenburg 62, 2311EZ, Leiden";
|
---|
19 | $status='up';
|
---|
20 | $release="8.0-RELEASE";
|
---|
21 | $node_config_version="1";
|
---|
22 | $genesis_control="YES";
|
---|
23 | $OS='FreeBSD';
|
---|
24 | $X='093348';
|
---|
25 | $Y='463569';
|
---|
26 | $remote_access='proxy62.network.wirelessleiden.nl:22';
|
---|
27 |
|
---|
28 | $config{'sis0'}=sprintf <<SIS0; # link naar Router
|
---|
29 | TYPE=ethernet
|
---|
30 | IP=192.168.3.101/24
|
---|
31 | DESC=Link naar router
|
---|
32 | SDESC=uplink
|
---|
33 | SPEED=10240000000
|
---|
34 | DHCP=no
|
---|
35 | SIS0
|
---|
36 |
|
---|
37 | $config{'sis1'}=sprintf <<SIS1; # link naar NodeHuub
|
---|
38 | TYPE=ethernet
|
---|
39 | IP=$master_ip/30
|
---|
40 | DESC=Link naar NodeHuub
|
---|
41 | SDESC=downlink
|
---|
42 | SPEED=10240000000
|
---|
43 | DHCP=no
|
---|
44 | SIS1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.