I finally figured out how to make xinetd do this:
service proxy
{
bind = <v6 addr>
port = 80
socket_type = stream
protocol = tcp
wait = no
user = root
redirect = <v4 addr> <v4 port>
}
- Mike
<[EMAIL PROTECTED]>; from [EMAIL PROTECTED] on Mon, Apr 04, 2005 at 08:40:17
+0000
> On Mon, Apr 04, 2005 at 12:22:52AM -0700, Mike Warren wrote:
> > I'm looking for an application that will open a listening v6 socket
> > and open a v4 socket to a pre-defined remote host/port. The
> > application would pass all input data from the v6 client through to
> > the v4 socket and vice versa.
> >
> > Does such an application exist? I tried xinetd's redirection but that
> > didn't seem to work. I wrote something in perl but would prefer
> > something in C.
>
> Does not necessary solve the solution to your problem, but worth
> looking at "faith".
> ftp://ftp.isi.edu/in-notes/rfc3142.txt
--
Mike Warren <[EMAIL PROTECTED]> Google
Network Engineer 1600 Amphitheatre Parkway
(650)623-4318 Mountain View, CA 94043
---------------------------------------------------------------------
The IPv6 Users Mailing List
Unsubscribe by sending "unsubscribe users" to [EMAIL PROTECTED]