Skip to content

Commit 840043e

Browse files
authored
Merge pull request hpcugent#878 from hajgato/outgoingIP
Add section on outgoing IP/firewall to Troubleshooting
2 parents 9bd1674 + 53aa1fa commit 840043e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

mkdocs/docs/HPC/troubleshooting.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,27 @@ ssh -vvv {{ userid }}@{{ loginnode }}
291291
and 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

296317
If you get a warning that looks like the one below, it is possible that

0 commit comments

Comments
 (0)