Topic: VPN x TCP Connection
Hello, I am testing SmartInspect and am having a problem. I'm connected to a VPN through my laptop (Win XP PRO). I run my application on the terminal (Win 2003 Server) and I track it in SmartInspect, but I'm not getting.
I used netstat on my notebook and I found the following information:
PROTO LOCAL ADDRESS FOREIGN ADDRESS STATE
==================================================
TCP 10.0.0.112:1250 10.10.5.65:3389 ESTABLISHED
TCP 10.0.0.112:4228 0.0.0.0 LISTENING
TCP 10.0.0.112:139 0.0.0.0 LISTENING
I ran netstat on the terminal and I found the following information:
PROTO LOCAL ADDRESS FOREIGN ADDRESS STATE
==================================================
TCP 10.10.5.65:3389 10.0.0.112:1250 ESTABLISHED
What would the C # code in my application that will run the terminal, to establish guidelines through a VPN connection between my notebook and the terminal?
Who was the host and what is the door?
The correct syntax in C# would be this:
SiAuto.Si.Connections = "tcp (host = 10.0.0.112, port = 4228)";
Thank you.
