UFW not allowing Transmission to transfer
I have set the rules in ufw
for Transmission but when I try to use it it will not transfer and it also says the port is closed when checked under preferences.
If I turn the UFW firewall off it still says that the port is closed but it transfers fine. I then can turn the UFW back on and it continues to work. I have tried setting up port forwarding in my router (Asus rtn12 using DD-WRT 17990) but that has no effect on the closed port message or transferring.
Is there a specific port that should be opened in UFW to allow the transfers or am I just missing something?
I'm a linux nube so please explain any answers a little more thoroughly than normal. Thanks in advance.
transmission ufw
add a comment |
I have set the rules in ufw
for Transmission but when I try to use it it will not transfer and it also says the port is closed when checked under preferences.
If I turn the UFW firewall off it still says that the port is closed but it transfers fine. I then can turn the UFW back on and it continues to work. I have tried setting up port forwarding in my router (Asus rtn12 using DD-WRT 17990) but that has no effect on the closed port message or transferring.
Is there a specific port that should be opened in UFW to allow the transfers or am I just missing something?
I'm a linux nube so please explain any answers a little more thoroughly than normal. Thanks in advance.
transmission ufw
add a comment |
I have set the rules in ufw
for Transmission but when I try to use it it will not transfer and it also says the port is closed when checked under preferences.
If I turn the UFW firewall off it still says that the port is closed but it transfers fine. I then can turn the UFW back on and it continues to work. I have tried setting up port forwarding in my router (Asus rtn12 using DD-WRT 17990) but that has no effect on the closed port message or transferring.
Is there a specific port that should be opened in UFW to allow the transfers or am I just missing something?
I'm a linux nube so please explain any answers a little more thoroughly than normal. Thanks in advance.
transmission ufw
I have set the rules in ufw
for Transmission but when I try to use it it will not transfer and it also says the port is closed when checked under preferences.
If I turn the UFW firewall off it still says that the port is closed but it transfers fine. I then can turn the UFW back on and it continues to work. I have tried setting up port forwarding in my router (Asus rtn12 using DD-WRT 17990) but that has no effect on the closed port message or transferring.
Is there a specific port that should be opened in UFW to allow the transfers or am I just missing something?
I'm a linux nube so please explain any answers a little more thoroughly than normal. Thanks in advance.
transmission ufw
transmission ufw
edited Oct 13 '12 at 5:16
devav2
25.1k127079
25.1k127079
asked Oct 13 '12 at 5:12
GeorgeGeorge
1612
1612
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Add a rule using the gufw
(the UFW GUI) program to allow the port that's set in Transmission. Actually, gufw has a handy preset for Transmission.
Where can I find that preset on Ubuntu 16.04's gufw?
– Avamander
May 25 '16 at 20:23
Just enable UFW from gufw and under rules, click the + button. This brings you to the Preconfigured tab on the Add a Firewall Rule dialog. On this tab, click the Application drop-down and Transmission is available in the list of applications if it's installed (which is should be by default).
– Chuck R
May 27 '16 at 4:47
add a comment |
you will need to enable UPnP in your router ... then using the default incoming/deny outgoing/allow settings for Gufw (reboot if enabled for 1st time), open preferences and select Listening Report and Show notifications. select add rule / Simple Tab / Allow in TCP and port selected in Torrent client / do the same add rule and port for UDP
when you have set these you should see your port in RED in Listening Report
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f199551%2fufw-not-allowing-transmission-to-transfer%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Add a rule using the gufw
(the UFW GUI) program to allow the port that's set in Transmission. Actually, gufw has a handy preset for Transmission.
Where can I find that preset on Ubuntu 16.04's gufw?
– Avamander
May 25 '16 at 20:23
Just enable UFW from gufw and under rules, click the + button. This brings you to the Preconfigured tab on the Add a Firewall Rule dialog. On this tab, click the Application drop-down and Transmission is available in the list of applications if it's installed (which is should be by default).
– Chuck R
May 27 '16 at 4:47
add a comment |
Add a rule using the gufw
(the UFW GUI) program to allow the port that's set in Transmission. Actually, gufw has a handy preset for Transmission.
Where can I find that preset on Ubuntu 16.04's gufw?
– Avamander
May 25 '16 at 20:23
Just enable UFW from gufw and under rules, click the + button. This brings you to the Preconfigured tab on the Add a Firewall Rule dialog. On this tab, click the Application drop-down and Transmission is available in the list of applications if it's installed (which is should be by default).
– Chuck R
May 27 '16 at 4:47
add a comment |
Add a rule using the gufw
(the UFW GUI) program to allow the port that's set in Transmission. Actually, gufw has a handy preset for Transmission.
Add a rule using the gufw
(the UFW GUI) program to allow the port that's set in Transmission. Actually, gufw has a handy preset for Transmission.
answered Oct 13 '12 at 5:34
Chuck RChuck R
4,26811935
4,26811935
Where can I find that preset on Ubuntu 16.04's gufw?
– Avamander
May 25 '16 at 20:23
Just enable UFW from gufw and under rules, click the + button. This brings you to the Preconfigured tab on the Add a Firewall Rule dialog. On this tab, click the Application drop-down and Transmission is available in the list of applications if it's installed (which is should be by default).
– Chuck R
May 27 '16 at 4:47
add a comment |
Where can I find that preset on Ubuntu 16.04's gufw?
– Avamander
May 25 '16 at 20:23
Just enable UFW from gufw and under rules, click the + button. This brings you to the Preconfigured tab on the Add a Firewall Rule dialog. On this tab, click the Application drop-down and Transmission is available in the list of applications if it's installed (which is should be by default).
– Chuck R
May 27 '16 at 4:47
Where can I find that preset on Ubuntu 16.04's gufw?
– Avamander
May 25 '16 at 20:23
Where can I find that preset on Ubuntu 16.04's gufw?
– Avamander
May 25 '16 at 20:23
Just enable UFW from gufw and under rules, click the + button. This brings you to the Preconfigured tab on the Add a Firewall Rule dialog. On this tab, click the Application drop-down and Transmission is available in the list of applications if it's installed (which is should be by default).
– Chuck R
May 27 '16 at 4:47
Just enable UFW from gufw and under rules, click the + button. This brings you to the Preconfigured tab on the Add a Firewall Rule dialog. On this tab, click the Application drop-down and Transmission is available in the list of applications if it's installed (which is should be by default).
– Chuck R
May 27 '16 at 4:47
add a comment |
you will need to enable UPnP in your router ... then using the default incoming/deny outgoing/allow settings for Gufw (reboot if enabled for 1st time), open preferences and select Listening Report and Show notifications. select add rule / Simple Tab / Allow in TCP and port selected in Torrent client / do the same add rule and port for UDP
when you have set these you should see your port in RED in Listening Report
add a comment |
you will need to enable UPnP in your router ... then using the default incoming/deny outgoing/allow settings for Gufw (reboot if enabled for 1st time), open preferences and select Listening Report and Show notifications. select add rule / Simple Tab / Allow in TCP and port selected in Torrent client / do the same add rule and port for UDP
when you have set these you should see your port in RED in Listening Report
add a comment |
you will need to enable UPnP in your router ... then using the default incoming/deny outgoing/allow settings for Gufw (reboot if enabled for 1st time), open preferences and select Listening Report and Show notifications. select add rule / Simple Tab / Allow in TCP and port selected in Torrent client / do the same add rule and port for UDP
when you have set these you should see your port in RED in Listening Report
you will need to enable UPnP in your router ... then using the default incoming/deny outgoing/allow settings for Gufw (reboot if enabled for 1st time), open preferences and select Listening Report and Show notifications. select add rule / Simple Tab / Allow in TCP and port selected in Torrent client / do the same add rule and port for UDP
when you have set these you should see your port in RED in Listening Report
answered Apr 5 '14 at 16:34
trytiptrytip
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f199551%2fufw-not-allowing-transmission-to-transfer%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown