I've tried the static IP mapping several times, even on-site, and still there was no luck. Here is what I get from doing a ping test from the main location to the remote location:
**This is the
Highest I can
Go and still
Be in the 110ms range**
C:\>ping -f -l 100 10.40.10.2
Pinging 10.40.10.2 with 100 bytes of data:
Reply from 10.40.10.2: bytes=100 time=110ms TTL=128
Reply from 10.40.10.2: bytes=100 time=109ms TTL=128
Reply from 10.40.10.2: bytes=100 time=109ms TTL=128
Reply from 10.40.10.2: bytes=100 time=110ms TTL=128
C:\>ping -f -l 1416 10.40.10.2
Pinging 10.40.10.2 with 1416 bytes of data:
Reply from 10.40.10.2: bytes=1416 time=437ms TTL=128
Reply from 10.40.10.2: bytes=1416 time=422ms TTL=128
Reply from 10.40.10.2: bytes=1416 time=422ms TTL=128
Reply from 10.40.10.2: bytes=1416 time=422ms TTL=128
Ping statistics for 10.40.10.2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 422ms, Maximum = 437ms, Average = 425ms
C:\>ping -f -l 1417 10.40.10.2
Pinging 10.40.10.2 with 1417 bytes of data:
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Ping statistics for 10.40.10.2:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
C:\>
Unfortunately, I cannot gain access to the physical servers at this time due to location. Am I correct by thinking that the only way to change the MTU (for TS as well) is through the registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters and add a new DWORD 'MTU' with some decimal value
Can the MTU be changed anywhere else? Also, a little more information on what this ping test actually tells me besides the connection stinks, could help. I am in the midst of trying to debug the PIX on the remote side to see if the tunnel is passing correctly.
-jason