xiaomlove / nexusphp

A private tracker application base on NexusPHP
https://nexusphp.org
GNU General Public License v2.0
843 stars 175 forks source link

Not connectable #246

Closed Martzy303 closed 4 months ago

Martzy303 commented 5 months ago

Have installed this instance on 2 servers, one on AWS Lightsail and one on my local machine. On both I've tried seeding/leeching from my local machine and a seedbox, from different accounts, both peers say "No". From my local machine I know I am connectable, I have port forward and have tested on other trackers, works just fine. The seedbox also should be ok, just got it to test from 2 IPs. What remains is the server, is there something to be done that isn't in the documentation or that I've missed it?

xiaomlove commented 5 months ago

There's no need to be overly concerned about this, being able to upload and download normally is fine

Martzy303 commented 5 months ago

@xiaomlove That's the thing, have left them overnight, not a byte went through, yet they show as peers. Have looked in the announce.php to see how it checks for connectable, have run it from both ends and it says yes.

php -r "\$sockres = @fsockopen('xx.xx.xx.xx', 55223, \$errno, \$errstr, 1); echo (is_resource(\$sockres) ? 'yes' : 'no'); if (is_resource(\$sockres)) { fclose(\$sockres); }"

9 hours, no flow: https://i.imgur.com/M2tzZ48.png

xiaomlove commented 4 months ago

So what exactly is your problem?

Martzy303 commented 4 months ago

@xiaomlove Peers show on the site but the traffic not working at all between them. I'm trying between 2 seedboxes, one seeding one leeching, no traffic flows at all.

xiaomlove commented 4 months ago

As long as the IP and port are correct, everything else is a network issue and has nothing to do with this program.