Your message dated Mon, 8 Dec 2008 13:36:19 GMT
with message-id <[EMAIL PROTECTED]>
and subject line transproxy has been removed from Debian, closing #280896
has caused the Debian Bug report #280896,
regarding [PATCH] Transparent socks
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
280896: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=280896
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: transproxy
Version: 1.5-1
Severity: wishlist
Tags: patch
Transproxy cannot connect to a SOCKS server, this tiny patch adds the
'-S' option to give this facility.
Use it with this (or similar on the PREROUTING chain)
iptables -t nat -A OUTPUT \
-p tcp --dport ! 1080 \
-o ! lo \
-d ! mynet/24
-j REDIRECT --to-ports 1079
Normal 'gotyas' about NATing unusual protcols apply as this patch will
only proxy 'CONNECTS' and cannot use the iptables connection helpers.
(Built in connection helpers would be good for later versions)
Byte order in the socks4 header needs to be checked on a bigendian
machine.
--
Rob. (Robert de Bath <robert$ @ debath.co.uk>)
<http://www.cix.co.uk/~mayday>
transp-socks-0.00.patch.gz
Description: GNU Zip compressed data
--- End Message ---
--- Begin Message ---
Version: 1.5-3.1+rm
The transproxy package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.
For more information about this package's removal, read
http://bugs.debian.org/507929 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
--
Marco Rodrigues
http://Marco.Tondela.org
--- End Message ---