How to access a 3g IP camera from the outside?
I had no idea 3g devices could not be directly reachable from the outside. So I bought everything (sim card + contract + 3g router) hoping I could hook up my IP camera to the router and the router to the internet through 3g. Nothing is accessible from the public IP (i can't reach the camera, not even the router management site).
Is there any creative way around this? Like setting up a server in the middle where the camera should send the images and I could see them through that server? Something like a reverse proxy maybe?
proxy router nat 3g camera
migrated from serverfault.com Jun 18 '13 at 1:13
This question came from our site for system and network administrators.
add a comment |
I had no idea 3g devices could not be directly reachable from the outside. So I bought everything (sim card + contract + 3g router) hoping I could hook up my IP camera to the router and the router to the internet through 3g. Nothing is accessible from the public IP (i can't reach the camera, not even the router management site).
Is there any creative way around this? Like setting up a server in the middle where the camera should send the images and I could see them through that server? Something like a reverse proxy maybe?
proxy router nat 3g camera
migrated from serverfault.com Jun 18 '13 at 1:13
This question came from our site for system and network administrators.
add a comment |
I had no idea 3g devices could not be directly reachable from the outside. So I bought everything (sim card + contract + 3g router) hoping I could hook up my IP camera to the router and the router to the internet through 3g. Nothing is accessible from the public IP (i can't reach the camera, not even the router management site).
Is there any creative way around this? Like setting up a server in the middle where the camera should send the images and I could see them through that server? Something like a reverse proxy maybe?
proxy router nat 3g camera
I had no idea 3g devices could not be directly reachable from the outside. So I bought everything (sim card + contract + 3g router) hoping I could hook up my IP camera to the router and the router to the internet through 3g. Nothing is accessible from the public IP (i can't reach the camera, not even the router management site).
Is there any creative way around this? Like setting up a server in the middle where the camera should send the images and I could see them through that server? Something like a reverse proxy maybe?
proxy router nat 3g camera
proxy router nat 3g camera
edited Feb 3 at 2:09
JakeGould
32.2k1098141
32.2k1098141
asked Jun 18 '13 at 0:30
Carles AlcoleaCarles Alcolea
21039
21039
migrated from serverfault.com Jun 18 '13 at 1:13
This question came from our site for system and network administrators.
migrated from serverfault.com Jun 18 '13 at 1:13
This question came from our site for system and network administrators.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
It depends on the camera, some have a mini server built in for serving up a live feed. Possibly just need to forward the ports. Do you have a model number for the hotspot and the camera?
Yea, the manuals for the camera and the 3g router should be enough to do this. You should go ahead and setup a DynDNS account so you can get a dynamic dns address. One downside with the 3g router is that you might lose the IP address if it loses connection and reconnects. Using DynDNS you can have a name of your choosing point to your IP address and if you forward the port to the camera it should take you to the camera management page.
It's this Wanscam (bit.ly/TqhDX7) not exactly sure about its model number. I've been messing around with the config trying to figure it out, all I saw a bit interesting was the possibility to upload jpeg images to a FTP server (like every 30 seconds)...I'd be happy with even that. But for some reason when I set up the FTP login the camera config page freezes and nothing happens...! :'( About forwarding the ports, nothing can't enter from the outside at least directly. It's frustrating
– Carles Alcolea
Jun 18 '13 at 0:42
add a comment |
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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%2fsuperuser.com%2fquestions%2f608845%2fhow-to-access-a-3g-ip-camera-from-the-outside%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
It depends on the camera, some have a mini server built in for serving up a live feed. Possibly just need to forward the ports. Do you have a model number for the hotspot and the camera?
Yea, the manuals for the camera and the 3g router should be enough to do this. You should go ahead and setup a DynDNS account so you can get a dynamic dns address. One downside with the 3g router is that you might lose the IP address if it loses connection and reconnects. Using DynDNS you can have a name of your choosing point to your IP address and if you forward the port to the camera it should take you to the camera management page.
It's this Wanscam (bit.ly/TqhDX7) not exactly sure about its model number. I've been messing around with the config trying to figure it out, all I saw a bit interesting was the possibility to upload jpeg images to a FTP server (like every 30 seconds)...I'd be happy with even that. But for some reason when I set up the FTP login the camera config page freezes and nothing happens...! :'( About forwarding the ports, nothing can't enter from the outside at least directly. It's frustrating
– Carles Alcolea
Jun 18 '13 at 0:42
add a comment |
It depends on the camera, some have a mini server built in for serving up a live feed. Possibly just need to forward the ports. Do you have a model number for the hotspot and the camera?
Yea, the manuals for the camera and the 3g router should be enough to do this. You should go ahead and setup a DynDNS account so you can get a dynamic dns address. One downside with the 3g router is that you might lose the IP address if it loses connection and reconnects. Using DynDNS you can have a name of your choosing point to your IP address and if you forward the port to the camera it should take you to the camera management page.
It's this Wanscam (bit.ly/TqhDX7) not exactly sure about its model number. I've been messing around with the config trying to figure it out, all I saw a bit interesting was the possibility to upload jpeg images to a FTP server (like every 30 seconds)...I'd be happy with even that. But for some reason when I set up the FTP login the camera config page freezes and nothing happens...! :'( About forwarding the ports, nothing can't enter from the outside at least directly. It's frustrating
– Carles Alcolea
Jun 18 '13 at 0:42
add a comment |
It depends on the camera, some have a mini server built in for serving up a live feed. Possibly just need to forward the ports. Do you have a model number for the hotspot and the camera?
Yea, the manuals for the camera and the 3g router should be enough to do this. You should go ahead and setup a DynDNS account so you can get a dynamic dns address. One downside with the 3g router is that you might lose the IP address if it loses connection and reconnects. Using DynDNS you can have a name of your choosing point to your IP address and if you forward the port to the camera it should take you to the camera management page.
It depends on the camera, some have a mini server built in for serving up a live feed. Possibly just need to forward the ports. Do you have a model number for the hotspot and the camera?
Yea, the manuals for the camera and the 3g router should be enough to do this. You should go ahead and setup a DynDNS account so you can get a dynamic dns address. One downside with the 3g router is that you might lose the IP address if it loses connection and reconnects. Using DynDNS you can have a name of your choosing point to your IP address and if you forward the port to the camera it should take you to the camera management page.
answered Jun 18 '13 at 0:35
user177911
It's this Wanscam (bit.ly/TqhDX7) not exactly sure about its model number. I've been messing around with the config trying to figure it out, all I saw a bit interesting was the possibility to upload jpeg images to a FTP server (like every 30 seconds)...I'd be happy with even that. But for some reason when I set up the FTP login the camera config page freezes and nothing happens...! :'( About forwarding the ports, nothing can't enter from the outside at least directly. It's frustrating
– Carles Alcolea
Jun 18 '13 at 0:42
add a comment |
It's this Wanscam (bit.ly/TqhDX7) not exactly sure about its model number. I've been messing around with the config trying to figure it out, all I saw a bit interesting was the possibility to upload jpeg images to a FTP server (like every 30 seconds)...I'd be happy with even that. But for some reason when I set up the FTP login the camera config page freezes and nothing happens...! :'( About forwarding the ports, nothing can't enter from the outside at least directly. It's frustrating
– Carles Alcolea
Jun 18 '13 at 0:42
It's this Wanscam (bit.ly/TqhDX7) not exactly sure about its model number. I've been messing around with the config trying to figure it out, all I saw a bit interesting was the possibility to upload jpeg images to a FTP server (like every 30 seconds)...I'd be happy with even that. But for some reason when I set up the FTP login the camera config page freezes and nothing happens...! :'( About forwarding the ports, nothing can't enter from the outside at least directly. It's frustrating
– Carles Alcolea
Jun 18 '13 at 0:42
It's this Wanscam (bit.ly/TqhDX7) not exactly sure about its model number. I've been messing around with the config trying to figure it out, all I saw a bit interesting was the possibility to upload jpeg images to a FTP server (like every 30 seconds)...I'd be happy with even that. But for some reason when I set up the FTP login the camera config page freezes and nothing happens...! :'( About forwarding the ports, nothing can't enter from the outside at least directly. It's frustrating
– Carles Alcolea
Jun 18 '13 at 0:42
add a comment |
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f608845%2fhow-to-access-a-3g-ip-camera-from-the-outside%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