[Bug 1163290] Re: tcpcopy ftbfs in raring (missing headers in linux-libc-dev)
wangbin579
wangbin579 at gmail.com
Mon Apr 8 14:05:22 UTC 2013
It has fixed the above problem in 0.7.0 version
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
--
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