LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-23-2018, 01:12 AM   #1
cnlh
LQ Newbie
 
Registered: Jan 2018
Posts: 8

Rep: Reputation: Disabled
Remote Access Rutorrent


I have my rutorrent client working, I can control rtorrent and download files.Only while connected to my LAN but I want to be able to access the webui from external networks. What would the best method to do this be?

Thanks
 
Old 01-23-2018, 02:15 AM   #2
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,830

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
need to know your setup. I think you have a router and a local (home) network. Your client works within this home network and you wish to use it from outside. Probably you need to configure your router, but would be better to explain what do you really need.
 
Old 01-23-2018, 07:30 AM   #3
Rickkkk
Senior Member
 
Registered: Dec 2014
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,364

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
Hi cnlh,

Building on pan64's post, in your home router, you need to port-forward an Internet-facing port (choose anything not in use) to the internal IP address and port you have assigned to the rtorrent webui.

Then from the Internet (outside your LAN), aim your browser at the external Internet-facing IP address of your home router, specifying the external port you chose (ex. http://200.200.200.1:35551) ... (replacing those values with your own ...).

Cheers.
 
Old 01-23-2018, 11:46 AM   #4
cnlh
LQ Newbie
 
Registered: Jan 2018
Posts: 8

Original Poster
Rep: Reputation: Disabled
sorry for the lack of information, it was late when I made the op. Im running rtorrent on ubuntu server 17.10 with rutorrent as the webui. I do have a router setup controlling the network. I have port 55000 forwarded for rtorrent but rutorrent doesn't have a port option itself as it's a frontend for rtorrent. I tried setting up a port forward for my external ip set to public port 55001 directed to the internal ip of my ubuntu server with internal port 55000. To access rutorrent internally I have to go to https:internalip/rutorrent. Any ideas, im fairly new to networking?
 
Old 01-23-2018, 11:56 AM   #5
Rickkkk
Senior Member
 
Registered: Dec 2014
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,364

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
Quote:
Originally Posted by cnlh View Post
sorry for the lack of information, it was late when I made the op. Im running rtorrent on ubuntu server 17.10 with rutorrent as the webui. I do have a router setup controlling the network. I have port 55000 forwarded for rtorrent but rutorrent doesn't have a port option itself as it's a frontend for rtorrent. I tried setting up a port forward for my external ip set to public port 55001 directed to the internal ip of my ubuntu server with internal port 55000. To access rutorrent internally I have to go to https:internalip/rutorrent. Any ideas, im fairly new to networking?
Hey again cnlh,

OK - I was assuming that you could set a separate port number for the webui ... I do this with qbittorrent. I am surprised this flexibility isn't offered - might be worth double checking.

You're using ssl internally (https), and ssl uses port 443. So you could try forwarding your external port 55001 to ip address:[internalip] port: 443.

.... or ... you could explore qbittorrent. I run it completely headless from a vm guest on a headless Arch server - so my only graphical interface is the webui - for which I can specify any port I like. Works great.

Cheers - let us know how you make out !
 
1 members found this post helpful.
Old 01-23-2018, 12:15 PM   #6
cnlh
LQ Newbie
 
Registered: Jan 2018
Posts: 8

Original Poster
Rep: Reputation: Disabled
I was using qbittorent, but switched to rtorrent...i forget why but I might switch back if I can get it to work. I'll try forwarding to 50001 to 443 whrn I am home. Thnaks for the help!
 
Old 01-23-2018, 08:32 PM   #7
cnlh
LQ Newbie
 
Registered: Jan 2018
Posts: 8

Original Poster
Rep: Reputation: Disabled
Just tested with qbittorent and it works as expected so I'm switching back. As I'm pretty bad with how networks work, how secure is having qbittorrent open like this. Does the login block brute force attacks by default?
 
Old 01-24-2018, 09:59 AM   #8
Rickkkk
Senior Member
 
Registered: Dec 2014
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,364

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
Hi cnlh,

I run qbittorrent in a headless VM which I pause or shut down when not needed. Furthermore, I use as much of my router's security features as possible to discourage at least casual hackers (WPA2 encryption, non-broadcast of SSID, non-response to ICMP (pings), non-default internal IP address range, MAC filtering, non-standard TCP and / or UDP public and private ports .... ). So I guess the short answer to your question in my case, is "no". I wouldn't rely exclusively on the login for security.

Hope this helps - glad qbittorrent proved to be a solution for you.

Cheers !
 
Old 05-15-2018, 01:30 PM   #9
arti74
LQ Newbie
 
Registered: May 2018
Posts: 1

Rep: Reputation: Disabled
Thumbs up

Quote:
Originally Posted by cnlh View Post
I have my rutorrent client working, I can control rtorrent and download files.Only while connected to my LAN but I want to be able to access the webui from external networks.
I had the same problem - the only solution was to change default port 80 for web access to an another one - I just pick the 81. Don't forget to open this on your router.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Help installing rutorrent Red Squirrel Linux - Software 23 06-17-2014 07:21 PM
[SOLVED] Rutorrent can't connect to rtorrent? Djyou Linux - Server 2 01-15-2014 06:12 PM
Debian Squeeze - remote access vs. local access permissions ?? billbrach Linux - Server 2 09-26-2012 04:29 PM
[SOLVED] How to access an ongoing process (initiated thru remote access) SkM007 Linux - Newbie 4 05-16-2012 04:36 PM
[SOLVED] using ruTorrent on slackware 13.1 lpallard Slackware 29 01-02-2011 08:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:14 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration