Free DDNS when ISP put you on CGN, I need to be able to use all the ports on my own server setup
My ISP has put me on CGN, the noip DDNS is not working, I have tried the ngrok too but it only gives me 1 free host and also it only open for a particular port.
I want to access my server over Internet, also there will be some apps which will be running on some specific port numbers so I want all port number to be accessed, and it should be free also if possible.
networking vpn openvpn administrator ddns
add a comment |
My ISP has put me on CGN, the noip DDNS is not working, I have tried the ngrok too but it only gives me 1 free host and also it only open for a particular port.
I want to access my server over Internet, also there will be some apps which will be running on some specific port numbers so I want all port number to be accessed, and it should be free also if possible.
networking vpn openvpn administrator ddns
add a comment |
My ISP has put me on CGN, the noip DDNS is not working, I have tried the ngrok too but it only gives me 1 free host and also it only open for a particular port.
I want to access my server over Internet, also there will be some apps which will be running on some specific port numbers so I want all port number to be accessed, and it should be free also if possible.
networking vpn openvpn administrator ddns
My ISP has put me on CGN, the noip DDNS is not working, I have tried the ngrok too but it only gives me 1 free host and also it only open for a particular port.
I want to access my server over Internet, also there will be some apps which will be running on some specific port numbers so I want all port number to be accessed, and it should be free also if possible.
networking vpn openvpn administrator ddns
networking vpn openvpn administrator ddns
edited Dec 4 at 20:06
asked Dec 3 at 20:57
Shreyansh Mehta
31
31
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
ngrok is a limited form of tunneling, and tunneling is the only way to accomplish what you're looking for. With any sort of NAT, your network is not reachable from the Internet without forwarding rules in the router. With CGN you don't even control the router, so there is no way to forward requests.
Basically, you do not have a real Internet connection, so it is not possible to use it like one.
So can I consult with my ISP to remove CGN and give me the controls over router? And how does tunneling works?
– Shreyansh Mehta
Dec 3 at 21:33
It very much depends on your ISP. If they even offer a service without CGN, it is almost certainly a higher priced "business class" service.
– Jeremy
Dec 3 at 21:35
Okay, so what about tunneling and ngrok? Can we tweak them or can we achieve what ngrok is doing by implementing the same using different tools if possible?
– Shreyansh Mehta
Dec 3 at 21:37
The free version of ngrok supports up to four tunnels, which would equate to opening up four ports. I'm not aware of any free service that allows you to do more than that.
– Jeremy
Dec 3 at 22:15
Another alternative would be for you to set up a VPN to a provider which will provide you with a static IP address, or roll your own (for example using a VM provider and OpenVPN). Googling "VPN static IP provider" should produce some options of providers that will do this for you. If you want to do it for free, AWS gives you 1 years worth of a minimal EC2 instance you can run OpenVPN on, but that is going to require a lot more technical know-how.
– davidgo
Dec 4 at 0:40
|
show 3 more comments
Your Answer
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%2f1380517%2ffree-ddns-when-isp-put-you-on-cgn-i-need-to-be-able-to-use-all-the-ports-on-my%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
ngrok is a limited form of tunneling, and tunneling is the only way to accomplish what you're looking for. With any sort of NAT, your network is not reachable from the Internet without forwarding rules in the router. With CGN you don't even control the router, so there is no way to forward requests.
Basically, you do not have a real Internet connection, so it is not possible to use it like one.
So can I consult with my ISP to remove CGN and give me the controls over router? And how does tunneling works?
– Shreyansh Mehta
Dec 3 at 21:33
It very much depends on your ISP. If they even offer a service without CGN, it is almost certainly a higher priced "business class" service.
– Jeremy
Dec 3 at 21:35
Okay, so what about tunneling and ngrok? Can we tweak them or can we achieve what ngrok is doing by implementing the same using different tools if possible?
– Shreyansh Mehta
Dec 3 at 21:37
The free version of ngrok supports up to four tunnels, which would equate to opening up four ports. I'm not aware of any free service that allows you to do more than that.
– Jeremy
Dec 3 at 22:15
Another alternative would be for you to set up a VPN to a provider which will provide you with a static IP address, or roll your own (for example using a VM provider and OpenVPN). Googling "VPN static IP provider" should produce some options of providers that will do this for you. If you want to do it for free, AWS gives you 1 years worth of a minimal EC2 instance you can run OpenVPN on, but that is going to require a lot more technical know-how.
– davidgo
Dec 4 at 0:40
|
show 3 more comments
ngrok is a limited form of tunneling, and tunneling is the only way to accomplish what you're looking for. With any sort of NAT, your network is not reachable from the Internet without forwarding rules in the router. With CGN you don't even control the router, so there is no way to forward requests.
Basically, you do not have a real Internet connection, so it is not possible to use it like one.
So can I consult with my ISP to remove CGN and give me the controls over router? And how does tunneling works?
– Shreyansh Mehta
Dec 3 at 21:33
It very much depends on your ISP. If they even offer a service without CGN, it is almost certainly a higher priced "business class" service.
– Jeremy
Dec 3 at 21:35
Okay, so what about tunneling and ngrok? Can we tweak them or can we achieve what ngrok is doing by implementing the same using different tools if possible?
– Shreyansh Mehta
Dec 3 at 21:37
The free version of ngrok supports up to four tunnels, which would equate to opening up four ports. I'm not aware of any free service that allows you to do more than that.
– Jeremy
Dec 3 at 22:15
Another alternative would be for you to set up a VPN to a provider which will provide you with a static IP address, or roll your own (for example using a VM provider and OpenVPN). Googling "VPN static IP provider" should produce some options of providers that will do this for you. If you want to do it for free, AWS gives you 1 years worth of a minimal EC2 instance you can run OpenVPN on, but that is going to require a lot more technical know-how.
– davidgo
Dec 4 at 0:40
|
show 3 more comments
ngrok is a limited form of tunneling, and tunneling is the only way to accomplish what you're looking for. With any sort of NAT, your network is not reachable from the Internet without forwarding rules in the router. With CGN you don't even control the router, so there is no way to forward requests.
Basically, you do not have a real Internet connection, so it is not possible to use it like one.
ngrok is a limited form of tunneling, and tunneling is the only way to accomplish what you're looking for. With any sort of NAT, your network is not reachable from the Internet without forwarding rules in the router. With CGN you don't even control the router, so there is no way to forward requests.
Basically, you do not have a real Internet connection, so it is not possible to use it like one.
answered Dec 3 at 21:31
Jeremy
1261
1261
So can I consult with my ISP to remove CGN and give me the controls over router? And how does tunneling works?
– Shreyansh Mehta
Dec 3 at 21:33
It very much depends on your ISP. If they even offer a service without CGN, it is almost certainly a higher priced "business class" service.
– Jeremy
Dec 3 at 21:35
Okay, so what about tunneling and ngrok? Can we tweak them or can we achieve what ngrok is doing by implementing the same using different tools if possible?
– Shreyansh Mehta
Dec 3 at 21:37
The free version of ngrok supports up to four tunnels, which would equate to opening up four ports. I'm not aware of any free service that allows you to do more than that.
– Jeremy
Dec 3 at 22:15
Another alternative would be for you to set up a VPN to a provider which will provide you with a static IP address, or roll your own (for example using a VM provider and OpenVPN). Googling "VPN static IP provider" should produce some options of providers that will do this for you. If you want to do it for free, AWS gives you 1 years worth of a minimal EC2 instance you can run OpenVPN on, but that is going to require a lot more technical know-how.
– davidgo
Dec 4 at 0:40
|
show 3 more comments
So can I consult with my ISP to remove CGN and give me the controls over router? And how does tunneling works?
– Shreyansh Mehta
Dec 3 at 21:33
It very much depends on your ISP. If they even offer a service without CGN, it is almost certainly a higher priced "business class" service.
– Jeremy
Dec 3 at 21:35
Okay, so what about tunneling and ngrok? Can we tweak them or can we achieve what ngrok is doing by implementing the same using different tools if possible?
– Shreyansh Mehta
Dec 3 at 21:37
The free version of ngrok supports up to four tunnels, which would equate to opening up four ports. I'm not aware of any free service that allows you to do more than that.
– Jeremy
Dec 3 at 22:15
Another alternative would be for you to set up a VPN to a provider which will provide you with a static IP address, or roll your own (for example using a VM provider and OpenVPN). Googling "VPN static IP provider" should produce some options of providers that will do this for you. If you want to do it for free, AWS gives you 1 years worth of a minimal EC2 instance you can run OpenVPN on, but that is going to require a lot more technical know-how.
– davidgo
Dec 4 at 0:40
So can I consult with my ISP to remove CGN and give me the controls over router? And how does tunneling works?
– Shreyansh Mehta
Dec 3 at 21:33
So can I consult with my ISP to remove CGN and give me the controls over router? And how does tunneling works?
– Shreyansh Mehta
Dec 3 at 21:33
It very much depends on your ISP. If they even offer a service without CGN, it is almost certainly a higher priced "business class" service.
– Jeremy
Dec 3 at 21:35
It very much depends on your ISP. If they even offer a service without CGN, it is almost certainly a higher priced "business class" service.
– Jeremy
Dec 3 at 21:35
Okay, so what about tunneling and ngrok? Can we tweak them or can we achieve what ngrok is doing by implementing the same using different tools if possible?
– Shreyansh Mehta
Dec 3 at 21:37
Okay, so what about tunneling and ngrok? Can we tweak them or can we achieve what ngrok is doing by implementing the same using different tools if possible?
– Shreyansh Mehta
Dec 3 at 21:37
The free version of ngrok supports up to four tunnels, which would equate to opening up four ports. I'm not aware of any free service that allows you to do more than that.
– Jeremy
Dec 3 at 22:15
The free version of ngrok supports up to four tunnels, which would equate to opening up four ports. I'm not aware of any free service that allows you to do more than that.
– Jeremy
Dec 3 at 22:15
Another alternative would be for you to set up a VPN to a provider which will provide you with a static IP address, or roll your own (for example using a VM provider and OpenVPN). Googling "VPN static IP provider" should produce some options of providers that will do this for you. If you want to do it for free, AWS gives you 1 years worth of a minimal EC2 instance you can run OpenVPN on, but that is going to require a lot more technical know-how.
– davidgo
Dec 4 at 0:40
Another alternative would be for you to set up a VPN to a provider which will provide you with a static IP address, or roll your own (for example using a VM provider and OpenVPN). Googling "VPN static IP provider" should produce some options of providers that will do this for you. If you want to do it for free, AWS gives you 1 years worth of a minimal EC2 instance you can run OpenVPN on, but that is going to require a lot more technical know-how.
– davidgo
Dec 4 at 0:40
|
show 3 more comments
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.
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%2fsuperuser.com%2fquestions%2f1380517%2ffree-ddns-when-isp-put-you-on-cgn-i-need-to-be-able-to-use-all-the-ports-on-my%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