I have connection to tv server. I can ping it (no firewall or anything on it, it's test tv server with no protection), network is routed.
Step 1. I connet client to same ip range as server (10.10.26.X/24). It works perfectly!
Step 2. I connect client to 10.10.25.X/24 subnet. I can ping tv server, I can remote desktop on it, so connection is ok. BUT when I try to connect with MP then in debug I get error for no database connections. Problem is that client is tryng to connect to database with this data: "Server:TVServerTestPC;Database....". he is tring to connect to workgroup computer, that was resolved from IP to hostname in previous step. This is error. Client should be able to connect to host on TV server if IP addres is set.
I added in hosts file this:
10.10.26.254 TVServerTestPC
Now it works, but it's bug so should be fixed....