Okay, i have my network set up like this:
webserver (listening on port 81) on my laptop sitting behind my router, running the tracker. Its hostname is "lappy".
I have my WAN ip registered with no-ip.org. When i go http://myaccount.no-ip.org:81/ it shows that main page, like it should. Then when you click a link to download the torrent file, it tries to redirect you to http://lappy:81/gettorrent.php?info_hash=${HASHINFOHERE}
This obviously means the tracker only works inside the lan, which is not what i want. Is there a fix for this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Going from my memory (dealing with a broken computer so I can't verify) there is a configuration variable in config.php that allows you to change this.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Okay, i have my network set up like this:
webserver (listening on port 81) on my laptop sitting behind my router, running the tracker. Its hostname is "lappy".
I have my WAN ip registered with no-ip.org. When i go
http://myaccount.no-ip.org:81/ it shows that main page, like it should. Then when you click a link to download the torrent file, it tries to redirect you to
http://lappy:81/gettorrent.php?info_hash=${HASHINFOHERE}
This obviously means the tracker only works inside the lan, which is not what i want. Is there a fix for this?
Going from my memory (dealing with a broken computer so I can't verify) there is a configuration variable in config.php that allows you to change this.
Yeah im looking there, i saw the NAT option but i dont think thats it.