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 [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to