Page 1 of 1

Pay attention on Agent for forward

PostPosted: Mon Sep 05, 2011 8:43 am
by admin
We get the following small problem, a little bit delay to final server.
Using mstsc 127.0.0.1:3388 > Connecting listener > agent server > forwarder > standard routing > final terminal service with port = 3389, get several seconds delay to terminal server.
But if you connect to another server like mysql or http, delay problem disappeared.
Finally, we found what problem it is. Using local ip 127.0.0.1 will delay network connection. Therefore to make connection fast, do not bind to ip 127.0.0.1 (LOCALHOST) or point to 127.0.0.1. It is much better to use ip like 192.168.1.X.