This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
howto:port_issues [2025/04/16 11:15] alopis |
howto:port_issues [2025/08/18 10:37] (current) alopis |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | We apologise that there are been intermittent issues with the ports for Materials Studio (MS) and Schrodinger which we are trying to understand and resolve. Communication between your PC and the servers/ | + | **Intermittent Port Issues Affecting Materials Studio and Schrodinger Software** |
| + | |||
| + | If you are obtaining error messages or warnings related to licenses not accessible or similar, the info below should be useful. The nmap tests may also be useful to you anyway. | ||
| + | |||
| + | Initially **please note** there could be an issue with **your network or associated firewall**. Ports may be inaccessible owing your network. You can test on other available networks including mobile, wifi or wired ones. | ||
| + | |||
| + | We apologise that there are been intermittent issues with the ports for **Materials Studio (MS)** and **Schrodinger** which we are trying to understand and resolve. Communication between your PC and the servers/ | ||
| The port numbers are as follows: | The port numbers are as follows: | ||
| - | MS 1715 and 1740 | + | MS: 1715, 1740, 18888 and 18890 |
| - | Schrodinger 27008 and 53000 | + | Schrodinger: 27008 and 53000 |
| - | The issue is intermittent with the ports being open (working) for an interval of time and filtered (blocked/ | + | The issue is intermittent with the ports being open (working) for an interval of time and filtered (blocked/ |
| - | Users can try access their software every few mins for 20 to 30 mins, and you'll hopefully find a working | + | Users can try access their software every few mins for 20 to 30 mins, and you'll hopefully find a working |
| In order to check whether your PC can see the ports or not (open or filtered) you can use the procedure using nmap described below. | In order to check whether your PC can see the ports or not (open or filtered) you can use the procedure using nmap described below. | ||
| + | |||
| + | The screenshot below shows usage of nmap within the software Zenmap. Zenmap is free software in Windows (shown) and there is also a (free) Mac version. In this current example, one can see the port is open (working) and a latency time is also shown (good news). If one sees filtered this means the port is blocked. The command being run is checking port 1740: | ||
| + | |||
| + | nmap -p 1740 -Pn mslogin.chpc.ac.za | ||
| + | |||
| + | {{zenmap_1.png|}} | ||
| + | |||
| + | There are options to run nmap including Zenmap: | ||
| + | * Zenmap | ||
| + | * Linux terminal/ | ||
| + | * Mac IOS Shell | ||
| + | * DOS command prompt on Windows may work | ||
| + | * WSL in Windows | ||
| + | * NMAP Wrapper in Android | ||