Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Gazelle (http://www.bvlist.com/forumdisplay.php?f=40)
-   -   Opening ports (http://www.bvlist.com/showthread.php?t=4134)

5454 4th January 2010 04:10

Opening ports
 
I need to open port 34000 for Gazelle. Any information?

I get this error when leeching a torrent:
Code:

No connection could be made because the target machine actively refused it.
:sos:

benjaminbih 4th January 2010 10:13

Its possible that you have to open port 34000 in iptables?
I think Gazelle use UDP ports because its like a XBT Tracker.

You have to executed the following command as root in a commandline tool like putty or on linux system use terminal.

Code:

iptables -A INPUT -p udp --destination-port 34000 -j ACCEPT
iptables -A OUTPUT -p udp --source-port 34000 -j ACCEPT

This will open incoming and outgoing udp port 34000.

Phogo 8th January 2010 16:18

Also make sure the passkey is been put into the torrent.

ohwow 17th December 2012 22:46

i have the same problem i tried adding port it didnt help :( any other solution to this problem ?

firefly 18th December 2012 20:42

Quote:

Originally Posted by ohwow (Post 38323)
i have the same problem i tried adding port it didnt help :( any other solution to this problem ?

1) Ocelot isn't running..

2) Haven't added White list

3) run this command in shell /usr/local/bin/indexer -c /usr/local/etc/sphinx.conf --rotate --all and also replace with the one that looks similar in your cron


All times are GMT +2. The time now is 15:05.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.