Remote Access to Owncloud Server
I'm currently trying to setup my own own-cloud server, and I've got it fully installed, configured, and accessible from within my own local network. I cannot figure out how to access it from the outside. So far I've:
- Successfully setup port-forwarding on my local router.
- I've done so via 'single port forwarding' and 'port range forwarding'
- Ports 80, 443, 3306 (Apache-Full and MySQL)
- Successfully obtained my external IP address.
- I've also tested this magic number from within the network at
#insertIPhere/owncloud
and it did work.
- I've also tested this magic number from within the network at
- Successfully setup the server using SQLite
- Successfully setup the server using MySQL
- Created the following exceptions in my firewall:
- Allow In Port 80 (Apache Full)
- Allow In Port 443 (Apache Full)
- Allow In Port 3306 (MySQL)
- Tried connecting from several different remote networks, as to troubleshoot something on their end
As far as trying to access it, I'm doing so through Google-Chrome
and Mozilla Firefox
trying to reach the server through #insertIPhere/owncloud
using the above public IP address.
So what have I missed, and how do I access my server from outside?
Thanks in advance for your help and time, and I apologize in advance for what will probably result in my noobish mistake in networking.
I've looked at the official documentation. And also this question here.
networking server cloud
|
show 9 more comments
I'm currently trying to setup my own own-cloud server, and I've got it fully installed, configured, and accessible from within my own local network. I cannot figure out how to access it from the outside. So far I've:
- Successfully setup port-forwarding on my local router.
- I've done so via 'single port forwarding' and 'port range forwarding'
- Ports 80, 443, 3306 (Apache-Full and MySQL)
- Successfully obtained my external IP address.
- I've also tested this magic number from within the network at
#insertIPhere/owncloud
and it did work.
- I've also tested this magic number from within the network at
- Successfully setup the server using SQLite
- Successfully setup the server using MySQL
- Created the following exceptions in my firewall:
- Allow In Port 80 (Apache Full)
- Allow In Port 443 (Apache Full)
- Allow In Port 3306 (MySQL)
- Tried connecting from several different remote networks, as to troubleshoot something on their end
As far as trying to access it, I'm doing so through Google-Chrome
and Mozilla Firefox
trying to reach the server through #insertIPhere/owncloud
using the above public IP address.
So what have I missed, and how do I access my server from outside?
Thanks in advance for your help and time, and I apologize in advance for what will probably result in my noobish mistake in networking.
I've looked at the official documentation. And also this question here.
networking server cloud
1
Odd. It should work. What router do you have? Also, did you try forwarding 443?
– Amith KK
Feb 16 '13 at 4:04
I've got the Cisco/Linksys E2500
– codesmith
Feb 16 '13 at 4:05
No I haven't tried forwarding port 443, I'll try that in the morning.
– codesmith
Feb 16 '13 at 4:08
4
Not related to your question, but still: forwarding your MySQL port (i.e. giving access to your MySQL port outside your LAN) is a security threat.
– Vitalie Ciubotaru
Jul 13 '13 at 19:46
2
Does your ISP block any ports? Mine (Cox) blocks 25, 80, 135, 136-139, 445, 1433, and 1900.
– Marc
Jul 17 '13 at 22:27
|
show 9 more comments
I'm currently trying to setup my own own-cloud server, and I've got it fully installed, configured, and accessible from within my own local network. I cannot figure out how to access it from the outside. So far I've:
- Successfully setup port-forwarding on my local router.
- I've done so via 'single port forwarding' and 'port range forwarding'
- Ports 80, 443, 3306 (Apache-Full and MySQL)
- Successfully obtained my external IP address.
- I've also tested this magic number from within the network at
#insertIPhere/owncloud
and it did work.
- I've also tested this magic number from within the network at
- Successfully setup the server using SQLite
- Successfully setup the server using MySQL
- Created the following exceptions in my firewall:
- Allow In Port 80 (Apache Full)
- Allow In Port 443 (Apache Full)
- Allow In Port 3306 (MySQL)
- Tried connecting from several different remote networks, as to troubleshoot something on their end
As far as trying to access it, I'm doing so through Google-Chrome
and Mozilla Firefox
trying to reach the server through #insertIPhere/owncloud
using the above public IP address.
So what have I missed, and how do I access my server from outside?
Thanks in advance for your help and time, and I apologize in advance for what will probably result in my noobish mistake in networking.
I've looked at the official documentation. And also this question here.
networking server cloud
I'm currently trying to setup my own own-cloud server, and I've got it fully installed, configured, and accessible from within my own local network. I cannot figure out how to access it from the outside. So far I've:
- Successfully setup port-forwarding on my local router.
- I've done so via 'single port forwarding' and 'port range forwarding'
- Ports 80, 443, 3306 (Apache-Full and MySQL)
- Successfully obtained my external IP address.
- I've also tested this magic number from within the network at
#insertIPhere/owncloud
and it did work.
- I've also tested this magic number from within the network at
- Successfully setup the server using SQLite
- Successfully setup the server using MySQL
- Created the following exceptions in my firewall:
- Allow In Port 80 (Apache Full)
- Allow In Port 443 (Apache Full)
- Allow In Port 3306 (MySQL)
- Tried connecting from several different remote networks, as to troubleshoot something on their end
As far as trying to access it, I'm doing so through Google-Chrome
and Mozilla Firefox
trying to reach the server through #insertIPhere/owncloud
using the above public IP address.
So what have I missed, and how do I access my server from outside?
Thanks in advance for your help and time, and I apologize in advance for what will probably result in my noobish mistake in networking.
I've looked at the official documentation. And also this question here.
networking server cloud
networking server cloud
edited Apr 13 '17 at 12:23
Community♦
1
1
asked Feb 16 '13 at 3:04
codesmith
42131324
42131324
1
Odd. It should work. What router do you have? Also, did you try forwarding 443?
– Amith KK
Feb 16 '13 at 4:04
I've got the Cisco/Linksys E2500
– codesmith
Feb 16 '13 at 4:05
No I haven't tried forwarding port 443, I'll try that in the morning.
– codesmith
Feb 16 '13 at 4:08
4
Not related to your question, but still: forwarding your MySQL port (i.e. giving access to your MySQL port outside your LAN) is a security threat.
– Vitalie Ciubotaru
Jul 13 '13 at 19:46
2
Does your ISP block any ports? Mine (Cox) blocks 25, 80, 135, 136-139, 445, 1433, and 1900.
– Marc
Jul 17 '13 at 22:27
|
show 9 more comments
1
Odd. It should work. What router do you have? Also, did you try forwarding 443?
– Amith KK
Feb 16 '13 at 4:04
I've got the Cisco/Linksys E2500
– codesmith
Feb 16 '13 at 4:05
No I haven't tried forwarding port 443, I'll try that in the morning.
– codesmith
Feb 16 '13 at 4:08
4
Not related to your question, but still: forwarding your MySQL port (i.e. giving access to your MySQL port outside your LAN) is a security threat.
– Vitalie Ciubotaru
Jul 13 '13 at 19:46
2
Does your ISP block any ports? Mine (Cox) blocks 25, 80, 135, 136-139, 445, 1433, and 1900.
– Marc
Jul 17 '13 at 22:27
1
1
Odd. It should work. What router do you have? Also, did you try forwarding 443?
– Amith KK
Feb 16 '13 at 4:04
Odd. It should work. What router do you have? Also, did you try forwarding 443?
– Amith KK
Feb 16 '13 at 4:04
I've got the Cisco/Linksys E2500
– codesmith
Feb 16 '13 at 4:05
I've got the Cisco/Linksys E2500
– codesmith
Feb 16 '13 at 4:05
No I haven't tried forwarding port 443, I'll try that in the morning.
– codesmith
Feb 16 '13 at 4:08
No I haven't tried forwarding port 443, I'll try that in the morning.
– codesmith
Feb 16 '13 at 4:08
4
4
Not related to your question, but still: forwarding your MySQL port (i.e. giving access to your MySQL port outside your LAN) is a security threat.
– Vitalie Ciubotaru
Jul 13 '13 at 19:46
Not related to your question, but still: forwarding your MySQL port (i.e. giving access to your MySQL port outside your LAN) is a security threat.
– Vitalie Ciubotaru
Jul 13 '13 at 19:46
2
2
Does your ISP block any ports? Mine (Cox) blocks 25, 80, 135, 136-139, 445, 1433, and 1900.
– Marc
Jul 17 '13 at 22:27
Does your ISP block any ports? Mine (Cox) blocks 25, 80, 135, 136-139, 445, 1433, and 1900.
– Marc
Jul 17 '13 at 22:27
|
show 9 more comments
3 Answers
3
active
oldest
votes
This is exactly the sort of usage scenario tools like PageKite were created for. I agree with Vitalie, it would be quite insecure to consider exposing your internal ports for this.
add a comment |
We have created an app to automate router port mapping for owncloud:
http://apps.owncloud.com/content/show.php/UPnp+Port+Mapper?content=162449
add a comment |
This sounds like everything is setup correctly and it should indeed work. Please check with your ISP if port 80 (http) is blocked.
Alternatively you can configure apache to use a different port (e.g. 1234) and then use the URL http://your.ip.he.re:1234/owncloud to try to reach the server.
If that's successful than your ISP is blocking port 80 (and potentially other ports too) and you'll need to use a port different from the blocked ones.
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%2f256707%2fremote-access-to-owncloud-server%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
This is exactly the sort of usage scenario tools like PageKite were created for. I agree with Vitalie, it would be quite insecure to consider exposing your internal ports for this.
add a comment |
This is exactly the sort of usage scenario tools like PageKite were created for. I agree with Vitalie, it would be quite insecure to consider exposing your internal ports for this.
add a comment |
This is exactly the sort of usage scenario tools like PageKite were created for. I agree with Vitalie, it would be quite insecure to consider exposing your internal ports for this.
This is exactly the sort of usage scenario tools like PageKite were created for. I agree with Vitalie, it would be quite insecure to consider exposing your internal ports for this.
answered Aug 23 '13 at 16:12
Chux Uzoeto
20125
20125
add a comment |
add a comment |
We have created an app to automate router port mapping for owncloud:
http://apps.owncloud.com/content/show.php/UPnp+Port+Mapper?content=162449
add a comment |
We have created an app to automate router port mapping for owncloud:
http://apps.owncloud.com/content/show.php/UPnp+Port+Mapper?content=162449
add a comment |
We have created an app to automate router port mapping for owncloud:
http://apps.owncloud.com/content/show.php/UPnp+Port+Mapper?content=162449
We have created an app to automate router port mapping for owncloud:
http://apps.owncloud.com/content/show.php/UPnp+Port+Mapper?content=162449
answered Jan 31 '14 at 9:26
Boris Rybalkin
163
163
add a comment |
add a comment |
This sounds like everything is setup correctly and it should indeed work. Please check with your ISP if port 80 (http) is blocked.
Alternatively you can configure apache to use a different port (e.g. 1234) and then use the URL http://your.ip.he.re:1234/owncloud to try to reach the server.
If that's successful than your ISP is blocking port 80 (and potentially other ports too) and you'll need to use a port different from the blocked ones.
add a comment |
This sounds like everything is setup correctly and it should indeed work. Please check with your ISP if port 80 (http) is blocked.
Alternatively you can configure apache to use a different port (e.g. 1234) and then use the URL http://your.ip.he.re:1234/owncloud to try to reach the server.
If that's successful than your ISP is blocking port 80 (and potentially other ports too) and you'll need to use a port different from the blocked ones.
add a comment |
This sounds like everything is setup correctly and it should indeed work. Please check with your ISP if port 80 (http) is blocked.
Alternatively you can configure apache to use a different port (e.g. 1234) and then use the URL http://your.ip.he.re:1234/owncloud to try to reach the server.
If that's successful than your ISP is blocking port 80 (and potentially other ports too) and you'll need to use a port different from the blocked ones.
This sounds like everything is setup correctly and it should indeed work. Please check with your ISP if port 80 (http) is blocked.
Alternatively you can configure apache to use a different port (e.g. 1234) and then use the URL http://your.ip.he.re:1234/owncloud to try to reach the server.
If that's successful than your ISP is blocking port 80 (and potentially other ports too) and you'll need to use a port different from the blocked ones.
edited May 18 at 21:04
vidarlo
8,99342442
8,99342442
answered Oct 5 '16 at 12:34
ElHeineken
83110
83110
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f256707%2fremote-access-to-owncloud-server%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
1
Odd. It should work. What router do you have? Also, did you try forwarding 443?
– Amith KK
Feb 16 '13 at 4:04
I've got the Cisco/Linksys E2500
– codesmith
Feb 16 '13 at 4:05
No I haven't tried forwarding port 443, I'll try that in the morning.
– codesmith
Feb 16 '13 at 4:08
4
Not related to your question, but still: forwarding your MySQL port (i.e. giving access to your MySQL port outside your LAN) is a security threat.
– Vitalie Ciubotaru
Jul 13 '13 at 19:46
2
Does your ISP block any ports? Mine (Cox) blocks 25, 80, 135, 136-139, 445, 1433, and 1900.
– Marc
Jul 17 '13 at 22:27