That has fixed the problem, so iptables has correctly compiled the source, i'll get squid up and running and let you know how it all goes. Thank you Regards, Lachlan Laszlo Attila Toth wrote:
Hello Lachlan,
The problem is that the tproxy iptables patch uses the latest version in svn, and iptables-1.3.8 doesn't use libxt_* (xtables).
I attached a patch against version 1.3.8 which should work with 1.3.6, too.
Regards, Laszlo
Lachlan Bowes wrote:
Hello Laszlo,
I downloaded the latest tproxy version and tried from scratch and attempted the below.
root@syd-log01:/usr/src/iptables-1.3.6# chmod +x extensions/.tproxy-testx root@syd-log01:/usr/src/iptables-1.3.6# make KERNDIR=/usr/src/linux > make.log libiptc/libip4tc.c:130: warning: ‘dump_entry’ defined but not used ar: creating libiptc/libiptc.a libiptc/libip6tc.c:135: warning: ‘dump_entry’ defined but not used ar: creating libipq/libipq.a root@syd-log01:/usr/src/iptables-1.3.6# grep -i proxy make.log root@syd-log01:/usr/src/iptables-1.3.6# root@syd-log01:/usr/src/iptables-1.3.6#
/usr/src/iptables-1.3.6/extensions/.tproxy-testx TPROXY tproxy root@syd-log01:/usr/src/iptables-1.3.6#
Regards, Lachlan