Anyone have experience install and running Deluge using Microsoft Clouds (Azure)
I've success install the Deluge, and also add open port on Azure Endpoint (8112, 58846 - TCP port) but not success access from outside.
any expert, please help me....root@Seeder:/home/user# netstat -anltp | grep "LISTEN"
tcp 0 0 0.0.0.0:9092 0.0.0.0:* LISTEN 1313/python
tcp 0 0 0.0.0.0:62571 0.0.0.0:* LISTEN 1287/python
tcp 0 0 0.0.0.0:4433 0.0.0.0:* LISTEN 1287/python
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1188/sshd
tcp 0 0 127.0.0.1:58846 0.0.0.0:* LISTEN 1287/python
tcp 0 0 100.76.72.29:16001 0.0.0.0:* LISTEN 884/python
tcp6 0 0 :::62571 :::* LISTEN 1287/python
tcp6 0 0 :::80 :::* LISTEN 1408/apache2
tcp6 0 0 :::4434 :::* LISTEN 1287/python
tcp6 0 0 :::22 :::* LISTEN 1188/sshd
thank you.