开发者

Firewall settings for remote kernel to work (Mathematica)

开发者 https://www.devze.com 2023-03-10 08:47 出处:网络
What firewall settings must be used on the remote machine for a remote kernel connection to work? In particular I\'m interested in connecting from Windows (front end) to a Linux mac开发者_JAVA技巧hin

What firewall settings must be used on the remote machine for a remote kernel connection to work?

In particular I'm interested in connecting from Windows (front end) to a Linux mac开发者_JAVA技巧hine (kernel).


I don't know the exact ports, but this is a generic way to solve most such firewall issues: (at least with connections using TCP)

Try to use the 'netstat -n' command and see which remote ports do the connections that are being blocked by the firewall use. They should be in the SYN_SENT state or something similar. Then on the remote machine open those ports and try to repeat this process until it works.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号