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

Reply via email to