No incoming connections deluge как исправить

I’ve been seeing the message «No incoming connections» at the bottom of my Deluge program, but not in the web Deluge.

I tried turning firewall off and see if it removes, but it did not work.

I switched the ports to use random ports for both incoming and out coming connections in the preference settings, but it still won’t disappear.

And I have a bunch off torrents that are queueing and not seeding when there are people downloading.

Cristiana Nicolae's user avatar

asked Jun 1, 2015 at 20:38

sdss's user avatar

I also had this problem, and was troubleshooting for the last few days. There was little information online; everything was telling me to do what the only other answer in this thread says, changing the ports deluge was using. This didn’t work, so I began changing random settings and seeing if they affected it. On the below screen I had everything set to -1, and as soon as I changed them Deluge started working fine. I’m not sure which setting it is but I don’t care, as long as I can torrent.

David Foerster's user avatar

answered Mar 10, 2016 at 20:18

Tom Challinor's user avatar

2

There is one thing to do: check in preferences if deluge sees the port it uses as «open» with the «test active port» check. Do not use «random ports» and use ports between 50000 and 59999 (the default ports used by torrent programs are sometimes blocked by ISPs).

enter image description here

If it does not show it is active you need to open the ports you selected in your router in the section «port forwarding». Here is a how to for a lot of routers (but with uTorrent but that does not matter for the router settings).

but not in the web deluge

That one uses your internet port.

answered Jun 2, 2015 at 17:37

Rinzwind's user avatar

RinzwindRinzwind

291k40 gold badges565 silver badges705 bronze badges

I tried all methods proposed above, that didn’t work. I restarted deluge and changed ports many times.
I also checked it with deluge -L debug, but the error was not there.

I deleted all my torrents. Restarted deluge. It started to work.

Now everything works, but when I ‘test active port’, it shows the yellow triangle with exclamation (though it’s no longer shown in the bottom line of the main window). So don’t pay much attention to that ‘test’.

answered Apr 20, 2019 at 20:49

Yaroslav Nikitenko's user avatar

4

I terminate processes that use certain port (in my case was 4001), it blocks incoming connections:

sudo lsof -i tcp:4001
kill -9 (process id)

Then I close Deluge, reopen it and it works as normal.

Greenonline's user avatar

Greenonline

2,0108 gold badges20 silver badges27 bronze badges

answered Aug 26, 2021 at 5:55

Bekti Galan's user avatar

asd178

New User
New User
Posts: 8
Joined: Mon Dec 16, 2019 5:19 pm

No incoming connections through VPN

My Linux machine is behind a NAT from which I can not port-forward as it is out of my control. I want to run Deluge on said machine, and to have incoming connections, too.
So, I install Docker container with Deluge and OpenVPN, connect to VPN server (which IS under my control), open a couple of ports and port-forward them to the VPN address of my OpenVPN client. A button in Deluge that checks active ports gives green light, Deluge downloads normally and uploads a little bit.
But no incoming connections. First, the «No Incoming Connections!» message never goes away, never at all. Second, I staged an experiment involving another torrent client (not port-forwarded) trying to download from the first one. Clients could not connect, but they should, if one of them was «connectable».

Any ideas? Could there be something wrong with the VPN, even if it works, apparently? Or, I could overlook something obvious.

User avatar

gderf

Seeder
Seeder
Posts: 155
Joined: Sat Jun 18, 2016 1:32 am

Re: No incoming connections through VPN

Post

by gderf » Sat Dec 21, 2019 11:49 pm

You will always see a «No Incoming Connections» warning when operating Deluge with a VPN or Proxy. There is nothing you can do to change this, nor do you need to. Don’t worry about it.

asd178

New User
New User
Posts: 8
Joined: Mon Dec 16, 2019 5:19 pm

Re: No incoming connections through VPN

Post

by asd178 » Tue Dec 24, 2019 10:56 am

I installed one more Docker container, this time with qBittorrent and OpenVPN. The rest of the setup is the same. Now I have incoming connections in qBittorrent. So, it almost certainly is some trouble with Deluge.

mhertz

Moderator
Moderator
Posts: 1860
Joined: Wed Jan 22, 2014 5:05 am
Location: Denmark

Re: No incoming connections through VPN

Post

by mhertz » Tue Dec 24, 2019 6:30 pm

Several have tried this test of trying to make another or same client connect to a forwarded deluge client without luck. I have no idea why and haven’t tried myself neither. (Edit: I’m not talking in general, but in staged testing.)

Socks5 proxies only have incoming connection when lucky through dht and utp, whereas vpns with forwarded ports should be fully open both tcp and utp/dht.

The point about incoming connections on distant endpoint is good though. Still, doesn’t explain why deluge seemingly is unconnectable in «staged» experiments, which I’ve read atleast twice in last couple of years I remember(where the steps reported sounded reasonable).

Sorry I cannot be of help :(

mhertz

Moderator
Moderator
Posts: 1860
Joined: Wed Jan 22, 2014 5:05 am
Location: Denmark

Re: No incoming connections through VPN

Post

by mhertz » Wed Dec 25, 2019 2:49 am

Btw, for me then the «check incoming port» function in gtk-client works fine for VPN forwarded port. When starting client then it states port issue down in the right lower corner, but when going into preferences and pressing the checking button under network tab, then it works and the message in lower corner goes away(it takes some secs to test and so deluge stops to early in the message of lower corner initially). I’m on linux and using latest deluge and libtorrent i.e. deluge 2.0.4.dev23 and libtorrent 1.2.3, with python3.8.

I read an article about VPNs and port-forwarding, and they stated it could be tested if working in two ways, one in GTKUI and another by checking website testing open ports and allowing entering external IP(of VPN) and port. I of course knew that, but the part about the GTKUI as test-tool working too(for VPNs also), led me to try myself in GTKUI and it worked for me too, though i’ve heard before it didn’t(and always myself tested previously using the website method).

For proxies, it will not work of course.

asd178

New User
New User
Posts: 8
Joined: Mon Dec 16, 2019 5:19 pm

Re: No incoming connections through VPN

Post

by asd178 » Wed Dec 25, 2019 10:06 am

mhertz wrote:
Sorry I cannot be of help :(

But you are! Now, hopefully, I could forget about this thing and concentrate on something more promising. Although, it’s a pity, because I like deluge Thin Client much better then qBittorrent WebUI (I need a remote connection to daemon).

mhertz wrote: Btw, for me then the «check incoming port» function in gtk-client works fine for VPN forwarded port. When starting client then it states port issue down in the right lower corner, but when going into preferences and pressing the checking button under network tab, then it works and the message in lower corner goes away(it takes some secs to test and so deluge stops to early in the message of lower corner initially). I’m on linux and using latest deluge and libtorrent i.e. deluge 2.0.4.dev23 and libtorrent 1.2.3, with python3.8.

That’s not what I’ve seen. I have different versions of everything (deluge 1.3.15), and it’s a different behavior (the message never goes away), and it makes me think if it’s worth a try with a new version.
Do I understand that correctly, that in that case you did not checked if there were actual incoming connections?

mhertz

Moderator
Moderator
Posts: 1860
Joined: Wed Jan 22, 2014 5:05 am
Location: Denmark

Re: No incoming connections through VPN

Post

by mhertz » Wed Dec 25, 2019 4:43 pm

I just tested if it was an old-version issue or not, by temporarilly removing latest deluge and libtorrent and installing deluge 1.3.15 and libtorrent 1.1.13 and testing this again.

In deluge 1.3.15(and also newest), I disable upnp and nat-pnp as else it states OK connection regardless because of that. As in newest deluge, then initially the message down in status-bar to right, states no incoming connections, and when pressing test-button in preferences, then the green circle shows(in new deluge a checkmark shows instead) and the message goes away about no incoming connections in statusbar down to the right.

I checked incoming connections in the way I always do, which is to test on some website testing for open ports and supporting changing the checked IP away from your own, e.g. https://www.yougetsignal.com/tools/open-ports/ and enter IP and forwarded port of VPN endpoint. Also, I sometime use rtorrent and there is an issue there where magnets without fallback trackers defined doesn’t start without forwarded port, not dht-port but the other main incoming port, as metadata isn’t downloaded, for some reason, even though this works in other clients like deluge etc. This has been tested and confirmed by me and several others, e.g. one of the related devs there also.

I have never checked any «staged-experiments» though neither to confirm further, sorry.

asd178

New User
New User
Posts: 8
Joined: Mon Dec 16, 2019 5:19 pm

Re: No incoming connections through VPN

Post

by asd178 » Wed Dec 25, 2019 5:41 pm

Success!
I’ve got incoming connections through VPN to Deluge 2.0.3. Don’t know which libtorrent version it is, because cannot find it in WebUI.

Thank you!

The only thing is that I need thin client for windows. I’m reading the «unofficial Windows installer» thread now. :)

mhertz

Moderator
Moderator
Posts: 1860
Joined: Wed Jan 22, 2014 5:05 am
Location: Denmark

Re: No incoming connections through VPN

Post

by mhertz » Wed Dec 25, 2019 6:19 pm

Nice, you’re welcome, I’m glad you figured it out :) Maybe it’s a libtorrent version thing as for me it also worked in deluge 1.3.15, the test-button in preference-menu, I mean. You can see libtorrent version with e.g ‘deluge-console —version’ or ‘deluged —version’, or using distro’s package-manager of-course.

BTW, I ramble on, too much properly in that thread, and alot of the thread is outdated and also alot off-topic stuff about getting a plugin for a user working with deluge2.

Я видел сообщение «Нет входящих подключений» в нижней части моей программы Deluge, но не в веб-Deluge.

Я попытался отключить брандмауэр и посмотреть, удаляет ли он, но это не сработало.

Я переключил порты для использования случайных портов как для входящих, так и для исходящих соединений в настройках предпочтений, но они все равно не исчезнут.

И у меня есть куча торрентов, которые стоят в очереди и не засеваются, когда люди скачивают.

задан
18 June 2016 в 20:12

поделиться

3 ответа

Существует одна вещь сделать: регистрация предпочтений, если наводнение видит порт, это использует в качестве «открытого» с «тестовой проверкой» активного порта. Не используйте «случайные порты» и используйте порты между 50 000, и 59999 (порты по умолчанию, используемые программами потока, иногда блокируются ISPs).

enter image description here

, Если это не показывает, это активно, необходимо открыть порты, Вы выбрали в своем маршрутизаторе в разделе «перенаправление портов». Вот, как к для большого количества маршрутизаторов (но с uTorrent, но это не имеет значения для установок маршрутизатора).

, но не во время веб-наводнения

, Что каждый использует Ваш интернет-порт.

ответ дан Rinzwind
18 June 2016 в 20:12

поделиться

Я также имел эту проблему и диагностировал в течение последних нескольких дней. Онлайн было мало информации; все говорило мне делать то, что говорит единственный другой ответ в этом потоке, изменение наводнения портов использовало. Это не работало, таким образом, я начал изменять случайные настройки и видеть, влияли ли они на него. На ниже экрана у меня было все набор к-1, и как только я изменил их, Наводнение начало хорошо работать. Я не уверен, какая установка это всего лишь, я не забочусь, пока я могу поток.

ответ дан David Foerster
19 June 2016 в 06:12

поделиться

Я попробовал все методы, предложенные выше, который не работал. Я перезапустил наводнение и много раз изменял порты. Я также проверил его с deluge -L debug, но ошибка не была там.

я удалил все свои потоки. Перезапущенное наводнение. Это начало работать.

Теперь все работает, но когда я ‘тестирую активный порт’, он показывает желтый треугольник с восклицанием (хотя его больше не показывают в нижней строке главного окна). Не обращайте много внимания на тот ‘тест’.

ответ дан Yaroslav Nikitenko
4 October 2019 в 14:00

поделиться

Другие вопросы по тегам:

Похожие вопросы:

I had the same problem in the past. I DMZ’ed my PC through the router and it worked.

Look into your router for DMZ.

Related videos on Youtube

How to install deluge and recommended settings

16 : 48

How to install deluge and recommended settings

How to speed up Deluge

07 : 54

Deluge -  My Favourite BitTorrent Application  | Windows | Linux |  Mac

05 : 11

Deluge — My Favourite BitTorrent Application | Windows | Linux | Mac

uTorrent - How to Fix No Incoming Connection

00 : 46

uTorrent — How to Fix No Incoming Connection

(SOLVED) utorrent no incoming connection ,PORT OPEN Tutorial RO

05 : 57

(SOLVED) utorrent no incoming connection ,PORT OPEN Tutorial RO

Comments

  • Deluge is not connecting in my Ubuntu 12.04, whereas Transmission is.

    I have no firewall restriction/forward configured as far as I know, the port deluge uses (60233) is successfully tested by deluge, and by http://canyouseeme.org/:

    Success: I can see your service on 94.109.X.X on port (60223) Your ISP
    is not blocking port 60223

    The error Deluge displays varies: mostly no incoming connection, sometimes Error: Host not found (authoritative) -for ubuntu.com tracker-, often timeout (simultaneously to no incoming connection).

    As this seems to be no network issue (since Transmission connects & downloads just fine), but more a deluge specific problem: where should I look for problem? And how to solve it?

Recents

There is one thing to do: check in preferences if deluge sees the port it uses as “open” with the “test active port” check. Do not use “random ports” and use ports between 50000 and 59999 (the default ports used by torrent programs are sometimes blocked by ISPs).

What ports need to be open for Deluge?

To fully turn off connection tracking for torrents, specify ports for both Incoming and Outgoing traffic in Deluge, for instance, 56881-56889 for incoming connections and 56890-57200 for outgoing connections.

How do I enable incoming connections?

To allow a specific app to receive incoming connections, add it using Firewall Options:

  1. Open System Preferences.
  2. Click the Security or Security & Privacy icon.
  3. Select the Firewall tab.
  4. Click the lock icon in the preference pane, then enter an administrator name and password.
  5. Click the Firewall Options button.

Why is deluge so slow?

Re: Slow performance Having no incoming connection may well causing slow performance. You need to setup your router or firewall to allow incoming traffic for the ports Deluge uses.

How do I use deluge Web UI?

Install deluge web interface on Ubuntu

  1. About Deluge Torrent.
  2. Step 1: Add Deluge PPA Repository.
  3. Step 2: Install Deluge Web Interface.
  4. Step 3: Create the Init Script for Deluge.
  5. Step 4: Create the Init Script for Deluge Webui.
  6. Step 5: Starting and Stopping Deluge Daemon.
  7. Step 6: Edit the Configuration Files.

How can I speed up my Flud?

make sure ports are configured correctly. it depends on your upload speed but I recommend to limit your upload speed to 1mb if your upload is lower than 1mb you should use 80% make sure to get a torrent with high number of seeders/peers. don’t have any other programs that use a lot of bandwith.

What is incoming port in uTorrent?

This is in the top-left corner when you open uTorrent and pulls up a drop-down menu with more options. Select Settings in the menu. Scroll down and tap on Incoming Port. This lists the port where Utorrent accesses download information and is usually set to 6881 by default.

How do I increase my Deluge speed?

Improving Deluge download speed.

  1. Find out your real Internet speed. To test your Internet connection, go to Speed Test.
  2. Configure Global bandwidth usage. Go back to Deluge and into Preferences > Bandwidth.
  3. Step 3: Maximizing your queue setting. Too much download/upload activity may result in overall slow speeds.

Why is Deluge so slow?

What does block all incoming connections mean?

“Incoming block” means that incoming new connections are blocked, but established traffic is allowed. So if outbound new connections are allowed, then the incoming half of that exchange is okay. The firewall manages this by tracking the state of connections (such a firewall is often called a Stateful Firewall).

How do I allow incoming connections on Windows 10?

Open firewall ports in Windows 10

  1. Navigate to Control Panel, System and Security and Windows Firewall.
  2. Select Advanced settings and highlight Inbound Rules in the left pane.
  3. Right click Inbound Rules and select New Rule.
  4. Add the port you need to open and click Next.

Why does master deluge say no incoming connections?

If you are seeing the “No incoming connections!” at the bottom of the Deluge client, you might be having a port mapping issue. You might still be able to download but probably are not able to seed. The “no incoming connections” is probably a symptom of a closed port (at least Deluge sees it that way).

What does it mean when Mac says no incoming connections?

All I get is a yellow status with “No incoming connections”. Very occasionally it will turn green, or have up/download speeds of <0.5 kbps (rarely at the same time), but then it just goes back to nothing. I’m running MacOSX 10.6.8 and uTorrent v. 1.6.4.

How to read light with no incoming connections?

Read light in the settings, No Incoming Connections. I’ve port forwarded, have tried various port numbers, have changed MAC addresses, power cycled everything, disabled Auto Port Mapping (although I read one suggestion to disable NAT-PMP but enable UPnP, but how is that possible in the Mac uTorrent client??).

How to improve download speed in Master deluge?

Improving Deluge download speed. 1 Find out your real Internet speed To test your Internet connection, go to Speed Test. 2 Configure Global bandwidth usage Go back to Deluge and into Preferences > Bandwidth Leave “Maximum Connections” and “Upload Slots” with its default values. 3 Maximizing your queue setting.

Понравилась статья? Поделить с друзьями:

Не пропустите также:

  • Как найти код по оксо
  • Как правильно составить техническое решение
  • Как найти разовую дозу таблеток
  • Как найди идеальную девушку
  • Как найти посоха assassins creed valhalla

  • 0 0 голоса
    Рейтинг статьи
    Подписаться
    Уведомить о
    guest

    0 комментариев
    Старые
    Новые Популярные
    Межтекстовые Отзывы
    Посмотреть все комментарии