Page 1 of 1

Deluge Server inside Azure Microsoft Clouds

Posted: Mon Dec 15, 2014 1:24 am
by maxisgsm
Hello all,

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.
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
any expert, please help me....

thank you.

Re: Deluge Server inside Azure Microsoft Clouds

Posted: Mon Dec 15, 2014 12:14 pm
by Cas
You need to ask someone with knowledge of Azure Microsoft Clouds about port forwarding, it's nothing specific to the Deluge application.