File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -291,6 +291,23 @@ ssh -vvv {{ userid }}@{{ loginnode }}
291291and include the output of that command in the message.
292292{% endif %}
293293
294+ {% if site == gent %}
295+ ## Issues reaching servers from HPC infrastructure
296+
297+ If you have to reach license servers from {{ hpcinfra }} systems or you
298+ have to directly load some database here, then it might not work (you will get
299+ network connection timed out or network connection refused error). Our
300+ firewall rules are quite strict, we only allow outging ports 22 (SSH protocol),
301+ 80 (HTTP protocol), and 443 (HTTPS protcol), so if your download or license server
302+ requires other ports, then we should make a modification in our firewall settings.
303+ For this, please contact us via <{{ hpcinfo }}>, and send the destination IP and ports.
304+ (We only open our fireall for static IP addresses).
305+
306+ It might possible, that the other end has also firewall, or the license server restricts
307+ the incoming IP addresses. In this case you need the outgoing IP address of our systems,
308+ which is either ` 157.193.240.251 ` (nathpca001.ugent.be) or ` 157.193.241.251 ` (nathpcb001.ugent.be).
309+ {% endif %}
310+
294311## Security warning about invalid host key
295312
296313If you get a warning that looks like the one below, it is possible that
You can’t perform that action at this time.
0 commit comments