Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Nov 2002 10:10:04 -0600 (CST)
From:      Chris Dillon <cdillon@wolves.k12.mo.us>
To:        Carlos Carnero <zopewiz@yahoo.com>
Cc:        FreeBSD Network <freebsd-net@FreeBSD.ORG>, FreeBSD Questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Is there such a thing like a TCP proxy|relay?
Message-ID:  <20021122100705.P27486-100000@duey.wolves.k12.mo.us>
In-Reply-To: <20021121203035.60556.qmail@web21412.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 21 Nov 2002, Carlos Carnero wrote:

> ok, this is another wacky question. I have connected two subnetworks
> to my FreeBSD router to the internet. By design they shouln't be
> able to communicate between them--which I have done with IP Filter.
>
> What I'd like to do now is to make a TCP proxy/relay on my
> firewall/router. For instance, opening port 3389 on the firewall
> (from the inside, machine A) would open port 3389 of machine B that
> sits on the other network.
>
> Is there a port that can handle that?

Yes.  ports/net/bsdproxy.  I like it because it uses kqueue()/kevent()
to do its thing rather than poll()/select().

--
 Chris Dillon - cdillon(at)wolves.k12.mo.us
 FreeBSD: The fastest and most stable server OS on the planet
 - Available for IA32 (Intel x86) and Alpha architectures
 - IA64, PowerPC, UltraSPARC, ARM, and S/390 under development
 - http://www.freebsd.org

No trees were harmed in the composition of this message, although some
electrons were mildly inconvenienced.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021122100705.P27486-100000>