/dev/null wrote: > Any of you guys on this list know of a tool that will take all IP traffic > and send it down a tcp tunnel where it can be re-assembled? > > Or, anyone want to write one for $$$ ? > > Here's the full situation. We have some laptop users that travel. They use > the windows vpn client to connect to our network. The Windows vpn client > uses tcp 1723 and the GRE protocol. Whenever they are behind a NAT router > only one person can connect to our vpn server at a time. The GRE protocol > doesn't NAT correctly because multiple vpn connections get the same external > IP, and the GRE packets look like they are all coming from the same machine > even though it's from two independent machines. > > So what we need is a client that will run in windows that creates a tcp > tunnel and stuffs all the network traffic into the tunnel. On the server end > we pull everything out of the tunnel and put it on the network. > > Ideas anyone?
There must be something I'm missing. What's wrong with SSH port forwarding? It must be able to forward traffic such as web, etc. using a proxy which listens on localhost:someport and forwards traffic through the SSH tunnel. -- Ehsan Akhgari Farda Technology <http://www.farda-tech.com/> If everything seems to be going well, you have obviously overlooked something. --Steven Wright _______________________________________________ msvc mailing list [email protected] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
