I have had problems with this in the past too.
I mentioned it briefly here:
http://forum.excito.net/viewtopic.php?t=1156
Basically if your private tracker does not recognize bubba's torrent client for whatever reason (NAT, cookies, whatever), you should be able to get it to work by starting a text-based web browser in a command line interface on the bubba and log in to your tracker before starting the download.
If it fails because the tracker requires a specific client identification string (like the client has to identify itself as uTorrent version x.x) this will probably not work...
Anyway:
Log in to your bubba using ssh and install screen (as root):
Install lynx if it isn't already there:
Log out from the root account, and then start screen:
Within screen, start lynx with the URL of your tracker as an argument:
Code: Select all
lynx http://www.myprivatetracker.org
Fiddle around with the arrow keys etc. in lynx in order to log in to your private tracker. (It will tell you how to navigate the pages on the welcome screen).
Press CTRL-A then CTRL-D to leave screen running in the background with lynx running in it.
You can now close your terminal window to bubba without killing the lynx session to your tracker.
You can find out more about screen and its keyboard commands here:
http://www.neophob.com/serendipity/inde ... sheet.html
/Cheeseboy