File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -291,6 +291,27 @@ 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
299+ (you will get errors like ` Network connection timed out ` or ` Network connection refused ` ).
300+
301+ Our firewall rules are quite strict, we only allow outging ports 22 (SSH protocol),
302+ 80 (HTTP protocol), and 443 (HTTPS protcol), so if your download or license server
303+ requires other ports, then we should make a modification in our firewall settings.
304+ For this, please contact us via <{{ hpcinfo }}>, and send the destination IP and ports.
305+ (We only open our firewall for static IP addresses).
306+
307+ Take into account that the other end may also has a firewall, or that the license server may restrict
308+ the incoming IP addresses. In this case you need the outgoing IP address of our systems,
309+ which is either of:
310+
311+ - ` 157.193.240.251 ` (hostname ` nathpca001.ugent.be ` ), or
312+ - ` 157.193.241.251 ` (hostname ` nathpcb001.ugent.be ` )
313+ {% endif %}
314+
294315## Security warning about invalid host key
295316
296317If 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