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:
1.1 KB
|
Line | |
---|
1 | #
|
---|
2 | #
|
---|
3 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
4 | #
|
---|
5 | # config Proxy1 (Bij NodeCope";
|
---|
6 |
|
---|
7 | $master_ip='172.17.8.68';
|
---|
8 | $gw_open='closed';
|
---|
9 | $nodetype='Proxy';
|
---|
10 | $nodename='Proxy1';
|
---|
11 |
|
---|
12 | $remote_access='proxy1.network.wirelessleiden.nl:22';
|
---|
13 |
|
---|
14 | $location = "Cope, Rapenburg 8, 2311 EV,Leiden";
|
---|
15 | $status='up';
|
---|
16 |
|
---|
17 | $release="5.0-RELEASE";
|
---|
18 | $node_config_version="1";
|
---|
19 | $genesis_control="YES";
|
---|
20 |
|
---|
21 | $OS='FreeBSD';
|
---|
22 |
|
---|
23 | # edugis x,y 93280,463889
|
---|
24 | $X='93280';
|
---|
25 | $Y='463889';
|
---|
26 |
|
---|
27 | $config{'xl0'}=sprintf <<XL0; # Ethernet
|
---|
28 | TYPE=ethernet
|
---|
29 | IP=192.168.1.2/24
|
---|
30 | ROUTE=0.0.0.0/0 192.168.1.1
|
---|
31 |
|
---|
32 | DESC=Demon DSL lijn
|
---|
33 | SDESC=2dsl
|
---|
34 | SPEED=10240000000
|
---|
35 |
|
---|
36 | DHCP=no
|
---|
37 |
|
---|
38 |
|
---|
39 | XL0
|
---|
40 |
|
---|
41 | $config{'xl1'}=sprintf <<XL1; # Ethernet
|
---|
42 | TYPE=ethernet
|
---|
43 | IP=$master_ip/27
|
---|
44 |
|
---|
45 | ROUTE=172.16.0.0/12 172.17.8.65
|
---|
46 |
|
---|
47 | DESC=Link naar Cope
|
---|
48 | SDESC=2cope
|
---|
49 | SPEED=10240000000
|
---|
50 |
|
---|
51 | DHCP=no
|
---|
52 |
|
---|
53 |
|
---|
54 | XL1
|
---|
55 |
|
---|
56 | $config{'xl1:0'}=sprintf <<XL10; # Ethernet
|
---|
57 | TYPE=ethernet
|
---|
58 | IP=172.31.255.1/30
|
---|
59 |
|
---|
60 | DESC=Link naar Cope
|
---|
61 | SDESC=link2cope
|
---|
62 | SPEED=10240000000
|
---|
63 |
|
---|
64 | DHCP=no
|
---|
65 |
|
---|
66 |
|
---|
67 | XL10
|
---|
68 |
|
---|
69 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.