>Is it possible to forward UDP packets on a given port with ipfwadm? > > >I downloaded ipautofw but I get > > setsockopt: Protocol not available > >Which I assume means my kernel has not been compiled with ip forwarding >enabled. Yes it is possible to forward UDP packets. And the error you are getting is, as you guessed, becasue you do not have the ipautofw (experimental) setting compiled in your kernel. Recompile the kernel and all should be fine. :)=