GRE Tunnel between Linux server and XP client

gretunnelingwindows-xp

I want to set up a simple unencrypted tunnel between a linux-server (running SLES9) and a client (running XP SP3). The reason for this is that there are many network devices in between and the client does build up many many IP connections. I want to test, if the process of building up these connections is the core of massive latency problems with this application. (There is a WAN between server and client).

Now the question: There are a lot of howtos on how to set up GRE tunnels (which seems appropriate here) on linux and cisco.

But how do I set up a GRE-tunnel on the XP-client?

Best Answer

The Windows GRE tunneling functionality is all wrapped up in the PPTP VPN client. There isn't a way to create a simple GRE tunnel interface like you can in other operating systems. You'll need a PPTP server on the Linux side to terminate the PPTP/GRE tunnel from the Windows XP machine.

I'm not sure I understand why you want a tunnel between the client and the server or how it's going to help you. You should be able to diagnose latency problems, at least in part, by capturing the traffic on the Linux end with something like tcpdump or on the Windows end with something like Wireshark and looking at the round-trip times on the TCP handshakes.