Skip to content
Snippets Groups Projects
Commit 68796e44 authored by Marina Popleteeva's avatar Marina Popleteeva
Browse files

Add 9092 port and re-formulate 33001 port

parent 0b04b8f7
No related branches found
No related tags found
No related merge requests found
......@@ -107,9 +107,8 @@ Microsoft Edge browser requires to download and install [IBM Aspera Connect for
Specifically your firewall should:
* Allow outbound connections from the Aspera client on the TCP port (TCP/33001, by default, when connecting to a Windows server, or on another non-default port for other server operating systems).
* Allow outbound connections from the Aspera client on the fasp UDP port (33001, by default).
* If you have a local firewall on your server (like Windows Firewall), verify that it is not blocking your SSH and fasp transfer ports (e.g. TCP/UDP 33001).
* allow port 9092 for the web interface
* allow port 33001 on TCP/UDP egress & ingress to aspera-hts-01.lcsb.uni.lu (158.64.79.146 is the public IP)
Detailed information on how to configure firewalls when working with Aspera is given [here](https://download.asperasoft.com/download/docs/p2p/3.5.1/p2p_admin_win/webhelp/dita/configuring_the_firewall.html).
......@@ -121,4 +120,4 @@ Modify command with the path instead of `ascp`.
Here is an example of download command
`<path-to-ascp-executable> -d -i $SSHKEY -P 33001 --file-crypt decrypt -W $TOKEN $ASPERA_USERNAME@aspera-hts-01-srv.lcsb.uni.lu:/<remote-dir> </local-dir>`
\ No newline at end of file
`<path-to-ascp-executable> -d -i $SSHKEY -P 33001 --file-crypt decrypt -W $TOKEN $ASPERA_USERNAME@aspera-hts-01-srv.lcsb.uni.lu:/<remote-dir> </local-dir>`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment