Hi 박 수용
이 질문에 정확한 답변을 제공하기 위해 영어로 답변하겠습니다.
If Computer 1 and Computer 2 are not in the same location and you are facing difficulty connecting to the MATLAB App Server deployed on Computer 1 from Computer 2, here are some considerations to keep in mind:
Public IP address: Determine the public IP address of Computer 1. You can use websites like "whatismyip.com" to find the public IP address. Computer 2 will need to connect to this public IP address to reach the MATLAB App Server.
Firewall settings: Verify that the firewall on Computer 1 allows incoming connections on the port used by the MATLAB App Server. Additionally, check if any firewalls or security software on Computer 2 are blocking outgoing connections to Computer 1.
MATLAB App Server configuration: Double-check the configuration of the MATLAB App Server on Computer 1 to ensure it is set up properly for remote access. Ensure that it is bound to the correct network interface and is configured to accept connections from remote clients.
Dynamic IP address: If the public IP address of Computer 1 is dynamic (changes periodically), consider using a dynamic DNS service. This service will associate a domain name with the changing IP address, allowing Computer 2 to connect using the domain name instead of the IP address.
If the issue still persists, you can reach out to MathWorks Support by using the following link:
Hope this helps!