Yes, it is!! Awesome. From the README.txt file, I was of the opinion that the kernel needs to be patched and compiled.<div><br></div><div>I have the following scenario:</div><div><br></div><div>  All UDP packets <b>coming in and going out</b> of port 5060 need to be redirected to port 56789. An application running on port 56789 must parse them, modify them and send them to their intended destinations. I must take care that packets coming from remote machine to local machine:5060 are FIRST received at local machine:56789, and then, after modification, sent to local machine:5060 with a spoofed header suggesting that it came from remote machine.</div>
<div><br></div><div>The incoming packets can be handled by this rule:</div><div><div>     iptables -t mangle -A PREROUTING -p udp --dport 5060 -j TPROXY --on-port 56789  --tproxy-mark 0x1/0x1</div></div><div><br></div><div>
How should I handle the outgoing packets for 5060? Mangle table&#39;s OUTPUT rule does not take tproxy as a target.</div><div><br></div><div>Thanks for your reply.</div><div><br></div><div>--SM.<br><br><div class="gmail_quote">
On Fri, Oct 22, 2010 at 11:31 PM, Ken Simpson <span dir="ltr">&lt;<a href="mailto:ksimpson@mailchannels.com">ksimpson@mailchannels.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
TProxy is built into the kernel in 10.04.<br>
<div><div></div><div class="h5"><br>
On 2010-10-22, at 9:27 PM, SM wrote:<br>
<br>
&gt; Hello,<br>
&gt;<br>
&gt;     I was wondering what is the easiest way to install tproxy on Ubuntu 10.04, instead of compiling the kernel after patching it. Is there any way of accomplishing the same thing by kernel modules? Thank you for your early response.<br>

&gt;<br>
&gt; Regards,<br>
&gt;  SM.<br>
</div></div>&gt; _______________________________________________<br>
&gt; tproxy mailing list<br>
&gt; <a href="mailto:tproxy@lists.balabit.hu">tproxy@lists.balabit.hu</a><br>
&gt; <a href="https://lists.balabit.hu/mailman/listinfo/tproxy" target="_blank">https://lists.balabit.hu/mailman/listinfo/tproxy</a><br>
<br>
Regards,<br>
Ken<br>
<font color="#888888"><br>
--<br>
Ken Simpson<br>
CEO, MailChannels<br>
<br>
<a href="http://www.mailchannels.com" target="_blank">www.mailchannels.com</a><br>
<br>
T +1 888 685 7488<br>
<br>
</font></blockquote></div><br></div>