Re: how can i redirect TCP connection?



My target is Vista, I had read the WFP, but failed to get the method to get
it. And what is IM? is it supported by Vista?

Thanks.

"Steve Jackowski" <SteveJackowski@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
message news:8F0083FE-081E-4CB5-8B14-470F39E5E1EE@xxxxxxxxxxxxxxxx
LSPs are notoriously unreliable. There are numerous compatibility and
ordering problems and because of this, Microsoft is deprecating them in
Vista
and Longhorn.

Alternatives include TDI shims, but TDI also has cross-platform issues and
is being deprecated by Microsoft in future releases of Vista and Longhorn.

If you're running on Vista, you should look at the Windows Filtering
Platform (WFP). Otherwise, you might consider using an IM as a
transparent
proxy which captures all or selected connections and redirects them to a
listening ports in an application (which can do further
redirection/tunneling).

Steve

"Skywing [MVP]" wrote:

The supported mechanism for this is an LSP (layered service provider),
documented in the Platform SDK.

Please note that LSPs will not catch kernel mode callers, like the SMB
redirector.

--
Ken Johnson (Skywing)
Windows SDK MVP
http://www.nynaeve.net
"xiaorun" <hrun@xxxxxxx> wrote in message
news:%23%23H2tGFcHHA.4888@xxxxxxxxxxxxxxxxxxxxxxx
When a socket try to connect to an address A, can i redirect the
connection to address B ?

I want to use an exist method, or implement it by driver. how can i to
get
it?

thanks.

xiaorun





.



Relevant Pages

  • Re: IP Option Header
    ... So it sounds like Vista WFP is the way to go. ... advice as to how to approach this problem with WFP? ... Gettting the process ID from the TCP connection info on pre-2003 Windows ...
    (microsoft.public.development.device.drivers)
  • IP Option Header
    ... each IP packet. ... however I am flexible in regards to Vista or XP; ... I'm not sure if WFP on Vista will fit the ... What is the preferred technology to use (NDIS, WFP, etc) ...
    (microsoft.public.development.device.drivers)
  • Re: Vista x64 CreateProcess lpReserved2 trick failing...
    ... Windows SDK MVP ... method of passing data inside the STARTUPINFO lpReserved2 parameter is not working under Vista x64, ...
    (microsoft.public.win32.programmer.kernel)
  • Re: how to modify the contents of a TCP/IP packet before it is delivered? Can this be done with ip h
    ... Vladimir, Windows SDK MVP ... specific, if memory serves me, AFD.sys Tcpip.sys isn't TDI anymore in ... Vista, so all of that traffic won't be captured. ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Windows Vista & ACPI
    ... could run Vista in a fashion that would be usable, ... non-ACPI support. ... Windows SDK MVP ... therefore Vista will not load. ...
    (microsoft.public.development.device.drivers)

Loading