Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 2002 11:12:06 -0800 (PST)
From:      Julian Elischer <julian@elischer.org>
To:        Scot Loach <sloach@SANDVINE.com>
Cc:        "'freebsd-net@freebsd.org'" <freebsd-net@freebsd.org>
Subject:   Re: Using ipfw to forward udp
Message-ID:  <Pine.BSF.4.21.0211211111390.4293-100000@InterJet.elischer.org>
In-Reply-To: <Pine.BSF.4.21.0211211109300.4293-100000@InterJet.elischer.org>

next in thread | previous in thread | raw e-mail | index | archive | help


On Thu, 21 Nov 2002, Julian Elischer wrote:

> the local fwd command is only implemented for TCP
> 

(patches accepted :-)

> 
> On Thu, 21 Nov 2002, Scot Loach wrote:
> 
> > I'm trying to implement a type of transparent proxy for UDP.  My idea was to
> > use ipfw to redirect all incoming UDP packets to my server, for example:
> > 
> > ipfw add fwd 127.0.0.1,9000 udp from any to any recv em0
> > 
> > However this doesn't seem to work: my server only receives UDP packets that
> > are addressed to port 9000.
> > 
> > Can anyone suggest what I might be doing wrong?
> > 
> > thanks
> > 
> > scot.
> > 
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-net" in the body of the message
> > 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-net" in the body of the message
> 


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?Pine.BSF.4.21.0211211111390.4293-100000>