Last change
on this file since 8745 was 8399, checked in by richardvm, 14 years ago |
enable nat for proxy1
|
-
Property svn:eol-style
set to
native
|
File size:
839 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.68';
|
---|
9 | $gateway='83.162.36.91';
|
---|
10 | $internalroute='172.17.8.66';
|
---|
11 | $internalif='sis1';
|
---|
12 | $nodetype='Proxy';
|
---|
13 | $nodename='Proxy1';
|
---|
14 | $proxyid='1';
|
---|
15 | $location = "Cope, Rapenburg 8, 2311 EV,Leiden";
|
---|
16 | $status='up';
|
---|
17 | $release="8.0-RELEASE";
|
---|
18 | $X='93280';
|
---|
19 | $Y='463889';
|
---|
20 | $nat='yes';
|
---|
21 |
|
---|
22 | $firewall_block=<<EOT;
|
---|
23 | 74.125.79.99/32
|
---|
24 | 83.162.36.0/24
|
---|
25 | EOT
|
---|
26 |
|
---|
27 | $config{'sis0'}=sprintf <<SIS0;
|
---|
28 | COMMENT=Ethernet
|
---|
29 | TYPE=ethernet
|
---|
30 | IP=83.162.36.91/24
|
---|
31 | DESC=link naar internet
|
---|
32 | SDESC=uplink
|
---|
33 | DHCP=no
|
---|
34 | SIS0
|
---|
35 |
|
---|
36 | $config{'sis1'}=sprintf <<SIS1;
|
---|
37 | COMMENT=link naar NodeCope
|
---|
38 | TYPE=ethernet
|
---|
39 | IP=$master_ip/28
|
---|
40 | DESC=Link naar NodeCope
|
---|
41 | SDESC=downlink
|
---|
42 | DHCP=no
|
---|
43 | SIS1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.