I have my own NAT modules for IPV6.I need TPROXY support.Is there any patch available for download?I am using the 2.6.32-71 kernel.
Asked
Active
Viewed 1,201 times
2 Answers
2
IPv6 for tproxy was added to 2.6.37.

user562374
- 3,817
- 1
- 22
- 19
-
Also does tproxy support sctp and icmp?It seems to allow only tcp and udp – maria Jan 07 '11 at 04:02
-
Only TCP, UDP for now. If you need other protocols, please contact the netfilter-dev mailing list to bring your request to attention. – user562374 Jan 07 '11 at 21:09
-
tproxy requires changes in the tcp/udp layer, and backporting that to an earlier kernel version is something I prefer not having to do over such large distances (37->32). I was sufficiently busy with forward porting (which I consider easier than backwards) tproxy2, when that still was a patch a handful of years ago. I guess old-kernels-at-release-time is the poison you get with certain distros. – user562374 Jan 07 '11 at 21:28
1
If you are using a RedHat kernel IPv6 TProxy support was backported into RHEL6.1

Mark Tinberg
- 11
- 1