First of all, tracert
and ping
to the given FIX-IP connect within 2-5 msec!
But all the tries to connect with
$Socket = New-Object System.Net.Sockets.TcpClient $IP, $PORT
or just
PS>telnet Fix-IP Fix-Port
get a time-out.
Is the normal socket not the right way to connect to a ( PrimeXM-) FIX-Server?
What else can I try?
I have already asked for the log-entries of their firewall for the exact time of my connection - but haven't get any answer yet.