[Bug 1295] [PATCH] Transparent proxy support on Linux
    bugzilla-daemon at mindrot.org 
    bugzilla-daemon at mindrot.org
       
    Mon Mar 12 11:23:31 EST 2007
    
    
  
http://bugzilla.mindrot.org/show_bug.cgi?id=1295
           Summary: [PATCH] Transparent proxy support on Linux
           Product: Portable OpenSSH
           Version: 4.6p1
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: ssh
        AssignedTo: bitbucket at mindrot.org
        ReportedBy: luca.barbieri at gmail.com
This patch adds transparent proxy support on Linux.
You can then run `ssh -D $port` and use `iptables -t nat -A OUTPUT -p
tcp -d $dest -j REDIRECT --to-ports $port` to tunnel all TCP
connections to host $dest via the ssh tunnel.
Please apply, since this functionality is quite useful and cannot be
efficiently obtained otherwise.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
    
    
More information about the openssh-bugs
mailing list