jieyinzhang Posted June 30, 2010 Report Share Posted June 30, 2010 Hi all, Currently I am trying to use either Web server or remote panel connection to communicate between two PCs through Internet. When the server PC is connecting directly to the Internet, using the IP address and port number, I can connect to that PC from a remote PC. But if the server PC is under a company's Ethernet, the IP address is only a local IP address. I can not connect to that IP address from Internet. I am not sure how can I find the IP address of the company's router and then find the way to connet to the local PC that is running LabVIEW? How can I pass the company's firewall? Any comments are appreciated. Thanks very much for your time. Jieyin Quote Link to comment
Tim_S Posted June 30, 2010 Report Share Posted June 30, 2010 You're going to have to talk with the company's IT department. They are the experts on that network and have policies and proceedures they must follow. They may have a proceedure to allow for what you need or they may have a corporate policy explicitly forbidding what you are trying to do. Tim Quote Link to comment
jdunham Posted June 30, 2010 Report Share Posted June 30, 2010 If you can create a VPN between the two computers, they will have extra IP addresses on the same subnet and you can create connections in either direction. If you can make an SSH connection, you should be able to make it act like a VPN. Search on the internet for "SSH Tunnelling". If you can't use a VPN, you will have to ask whoever owns the router create a rule for NAT (network address translation) that forwards inbound requests to your server PC inside the firewall. If none of that is possible or permitted, then like Tim says, you are probably out of luck. Quote Link to comment
jieyinzhang Posted July 1, 2010 Author Report Share Posted July 1, 2010 Thx Tim and jdunham, I will have a word with IT department. I will update after I got replies. Thanks. Quote Link to comment
carri Posted September 22, 2010 Report Share Posted September 22, 2010 In this page you can see your IP Address, but like tim and jdunham sais, probarbly a router will be blocking the port, so you need to add a rule to the router to allow this connection, good luck! Quote Link to comment
SuperS_5 Posted September 23, 2010 Report Share Posted September 23, 2010 i personally use Hamachi most situations where we need to connect computer across the internet. It requires little setup, and uses encryption by default. It requires both computers to have the client installed, and running, and be authenticated. I find it very useful to negotiate networks that employ NAT. You would need administrator rights to install it, also IT departments may still block it's ports, permission would still be required. (BTW: it has a free fully functional "non-commercial" version) Mike Quote Link to comment
carri Posted September 23, 2010 Report Share Posted September 23, 2010 In this page you can see your IP Address, but like tim and jdunham sais, probarbly a router will be blocking the port, so you need to add a rule to the router to allow this connection, good luck! Sorry, I forgot to put the page: LINK Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.