[Bug 1163290] Re: tcpcopy ftbfs in raring (missing headers in linux-libc-dev)

wangbin579 wangbin579 at gmail.com
Tue Apr 9 13:58:14 UTC 2013


We have fixed the above problem in version 0.7.0 .

https://github.com/wangbin579/tcpcopy

Run:
       a) on the target host (root privilege is required):

          using ip queue (kernel < 3.5):
            modprobe ip_queue # if not running
            iptables -I OUTPUT -p tcp --sport port -j QUEUE # if not set
            ./intercept

          or

          using nfqueue (kernel >= 3.5):
            iptables -I OUTPUT -p tcp --sport port -j NFQUEUE # if not set
            ./intercept

       b) on the source host (root privilege is required):
          sudo ./tcpcopy -x localServerPort-targetServerIP:targetServerPort


If the kernel version is v3.5.0 or above, tcpcopy 0.7.0 will automatically use nfqueue instead of ip queue,  and
"-j QUEUE" in the iptables command should be changed to "-j NFQUEUE"

-- 
You received this bug notification because you are a member of Ubuntu
Package Archive Administrators, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1163290

Title:
  tcpcopy ftbfs in raring (missing headers in linux-libc-dev)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1163290/+subscriptions



More information about the ubuntu-archive mailing list