Last change
on this file since 7655 was 7655, checked in by rick, 15 years ago |
$gw_open variable is not used anymore
|
-
Property svn:eol-style
set to
native
|
File size:
994 bytes
|
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 | $nodetype='Proxy';
|
---|
9 | $nodename='Proxy1';
|
---|
10 |
|
---|
11 | $remote_access='proxy1.network.wirelessleiden.nl:22';
|
---|
12 |
|
---|
13 | $location = "Cope, Rapenburg 8, 2311 EV,Leiden";
|
---|
14 | $status='up';
|
---|
15 |
|
---|
16 | $release="5.0-RELEASE";
|
---|
17 | $node_config_version="1";
|
---|
18 | $genesis_control="YES";
|
---|
19 |
|
---|
20 |
|
---|
21 | # edugis x,y 93280,463889
|
---|
22 | $X='93280';
|
---|
23 | $Y='463889';
|
---|
24 |
|
---|
25 | $config{'xl0'}=sprintf <<XL0; # Ethernet
|
---|
26 | TYPE=ethernet
|
---|
27 | IP=192.168.1.2/24
|
---|
28 | ROUTE=0.0.0.0/0 192.168.1.1
|
---|
29 |
|
---|
30 | DESC=Demon DSL lijn
|
---|
31 | SDESC=2dsl
|
---|
32 |
|
---|
33 | DHCP=no
|
---|
34 |
|
---|
35 |
|
---|
36 | XL0
|
---|
37 |
|
---|
38 | $config{'xl1'}=sprintf <<XL1; # Ethernet
|
---|
39 | TYPE=ethernet
|
---|
40 | IP=$master_ip/27
|
---|
41 |
|
---|
42 | ROUTE=172.16.0.0/12 172.17.8.65
|
---|
43 |
|
---|
44 | DESC=Link naar Cope
|
---|
45 | SDESC=2cope
|
---|
46 |
|
---|
47 | DHCP=no
|
---|
48 |
|
---|
49 |
|
---|
50 | XL1
|
---|
51 |
|
---|
52 | $config{'xl1:0'}=sprintf <<XL10; # Ethernet
|
---|
53 | TYPE=ethernet
|
---|
54 | IP=172.31.255.1/30
|
---|
55 |
|
---|
56 | DESC=Link naar Cope
|
---|
57 | SDESC=link2cope
|
---|
58 |
|
---|
59 | DHCP=no
|
---|
60 |
|
---|
61 |
|
---|
62 | XL10
|
---|
63 |
|
---|
64 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.