Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > TBDev
Reply
  #11  
Old 23rd July 2013, 01:40
Dote Dote is offline
Senior Member
 
Join Date: Jul 2013
P2P
Posts: 17
Default
Quote:
Originally Posted by firefly007 View Post
Ok... got it

What Linux OS are you using ... make sure that ufw if Ubuntu/Deb has been disabled.
first see if its there and enabled
sudo ufw status
then type
sudo ufw disable

Check What firewall comes with your package!

Then open bittorrent ports.
iptables -A INPUT -p tcp --destination-port 6881:6999 -j ACCEPT iptables -A OUTPUT -p tcp --source-port 6881:6999 -j ACCEPT

I'm assuming that you have a Linux/Deb OS

Also I asume that your paths are correct in your tracker/site config file.
when I'm trying to do "sudo ufw status" I get:
"sudo: ufw: command not found".

And when I'm trying to do "iptables -A INPUT -p tcp --destination-port 6881:6999 -j ACCEPT iptables -A OUTPUT -p tcp --source-port 6881:6999 -j ACCEPT" I get:
"Bad argument `iptables'
Try `iptables -h' or 'iptables --help' for more information."

I'm using CentOS 5 and paths are correct.
Reply With Quote
  #12  
Old 23rd July 2013, 01:49
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
ah

in Centos

edit

vi /etc/sysconfig/iptables

and

Add the following lines, ensuring that they appear before the final LOG and DROP lines for INPUT chain:

Code:

## allow everyone to access port 80 and 443 (IPv4 Only)##
 -A INPUT -m state --state NEW -p tcp --dport 80 -j ACCEPT -A INPUT -m state --state NEW -p tcp --dport 443 -j ACCEPT
Then save and exit, you can find how to use VI editor here: http://www.cyberciti.biz/faq/save-fi...acos-unix-bsd/

Then restart IPtables with:

service iptables start
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote
  #13  
Old 23rd July 2013, 01:57
Dote Dote is offline
Senior Member
 
Join Date: Jul 2013
P2P
Posts: 17
Default
Quote:
Originally Posted by firefly007 View Post
ah

in Centos

edit

vi /etc/sysconfig/iptables

and

Add the following lines, ensuring that they appear before the final LOG and DROP lines for INPUT chain:

Code:

## allow everyone to access port 80 and 443 (IPv4 Only)##
 -A INPUT -m state --state NEW -p tcp --dport 80 -j ACCEPT -A INPUT -m state --state NEW -p tcp --dport 443 -j ACCEPT
Then save and exit, you can find how to use VI editor here: http://www.cyberciti.biz/faq/save-fi...acos-unix-bsd/

Then restart IPtables with:

service iptables start
I get an error:
Quote:
Flushing firewall rules: [ OK ]
Setting chains to policy ACCEPT: nat mangle filter [ OK ]
Unloading iptables modules: [ OK ]
Applying iptables firewall rules: iptables-restore: line 2 failed
[FAILED]
Reply With Quote
  #14  
Old 23rd July 2013, 02:11
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Pm me your Iptable please
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote
  #15  
Old 23rd July 2013, 02:31
Dote Dote is offline
Senior Member
 
Join Date: Jul 2013
P2P
Posts: 17
Default
Quote:
Originally Posted by firefly007 View Post
Pm me your Iptable please
i sent you the iptable.
Reply With Quote
  #16  
Old 23rd July 2013, 03:33
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Answered

and I made a mistake... it must be

Quote:
-A INPUT -p tcp --destination-port 6881:6999 -j ACCEPT -A OUTPUT -p tcp --source-port 6881:6999 -j ACCEPT
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote
  #17  
Old 23rd July 2013, 13:39
Dote Dote is offline
Senior Member
 
Join Date: Jul 2013
P2P
Posts: 17
Default
Quote:
Originally Posted by firefly007 View Post
Answered

and I made a mistake... it must be
Still, the same error.
"pplying iptables firewall rules: iptables-restore: line 1 failed
[FAILED]"

Also when uploader upload torrent after few seconds he get an error "Tracker: reached timed out".

Now someone with seedbox uploaded torrent and he succeeded but everyone else failed.
And there is another one who rebooted his seedbox and now everything is fine but from uploader's computer they cant.

Last edited by Dote; 23rd July 2013 at 16:26.
Reply With Quote
  #18  
Old 26th July 2013, 03:16
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
post your announce.php here!
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote
Reply

Tags
finding peers , problem

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 18:56. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.