summaryrefslogtreecommitdiff
path: root/net/ra-pna-proxy/patches/patch-ab
blob: fc7af44707911c516830f0eb0955f227940f9d5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
$NetBSD: patch-ab,v 1.1.1.1 1999/09/01 19:44:03 tron Exp $

--- raproxy.man.orig	Fri Dec 20 00:03:25 1996
+++ raproxy.man	Wed Sep  1 21:33:53 1999
@@ -182,37 +182,10 @@
 RealAudio firewall proxies, but it may also be used in conjunction
 with security software such as the TIS Firewall Toolkit (fwtk) to
 allow access to RealAudio servers through a firewall.
-.SH "Setting Up Proxy with TIS Firewall Tookit"
-.IX Header "Setting Up Proxy with TIS Firewall Tookit"
+.SH "Setting Up the RealAudio Proxy"
+.IX Header "Setting Up the RealAudio Proxy"
 The RealAudio proxy is only a proxy.  It does not do any
-authentication at all.  So, in order to implement IP\-level
-authentication, you must use tools such as \fInetacl\fR\|(1), a tool that
-comes with Trusted Information Systems Firewall Toolkit, available
-from:
-.PP
-.Vb 1
-\&      ftp://ftp.tis.com/pub/firewalls/toolkit
-.Ve
-Install the toolkit as per the instructions in the accompanying README
-file and in the documentation archive found at:
-.PP
-.Vb 1
-\&      ftp://ftp.tis.com/pub/firewalls/toolkit
-.Ve
-Once you have installed the toolkit, you will need to compile the RealAudio
-proxy.  You may wish to edit the Makefile to customize the proxy for your
-system.  After you have done this, you can type the following command at
-the shell prompt:
-.PP
-.Vb 1
-\&      # make raproxy
-.Ve
-This will compile the RealAudio proxy, creating a file called \*(L"raproxy\*(R".
-You then need to copy this file into /usr/local/libexec (or another
-appropriate directory):
-.PP
-.Vb 1
-\&      # cp raproxy /usr/local/libexec
+authentication at all.
 .Ve
 The RealAudio proxy will need a name in your /etc/services file for inetd
 to reference it.  To name the service, you need to add the RealAudio proxy
@@ -221,25 +194,13 @@
 .Vb 1
 \&      pn-raproxy         1090/tcp   #Progressive Networks' RealAudio Proxy
 .Ve
-The RealAudio proxy will depend on netacl to screen connection requests.
-In order to have netacl listen for the \*(L"pn-raproxy\*(R" service, you will also
+The RealAudio proxy will depend on inetd to handle connection requests.
+In order to have inetd listen for the \*(L"pn-raproxy\*(R" service, you will also
 need to add it in your /etc/inetd.conf
 .PP
 .Vb 2
 \&      # RealAudio Proxy
-\&      pn-raproxy stream  tcp     nowait  root    /usr/local/etc/netacl   pn-raproxy
-.Ve
-netacl needs to know how to handle requests made for the \*(L"pn-raproxy\*(R"
-service, and who should be allowed to use the proxy.  For example, to
-configure netacl to permit all users coming from 10.0.154.* to use raproxy,
-you need to add the following lines to your /usr/local/etc/netperm-table:
-.PP
-.Vb 2
-\&      # RealAudio Proxy
-\&      netacl-pn-raproxy: permit-hosts 10.0.154.* -exec /usr/local/libexec/raproxy
-.Ve
-At this point, you should be able to send a HUP signal to your inetd
-daemon.  From a shell prompt:
+\&      pn-raproxy stream  tcp     nowait  root    /usr/local/libexec/pn-raproxy   pn-raproxy
 .PP
 .Vb 4
 \&      # ps -auxw | grep inetd