Why can I access my router from one ISP but not the other?Why can't I access internet via my router?Bridged...
Did Dumbledore lie to Harry about how long he had James Potter's invisibility cloak when he was examining it? If so, why?
Gears on left are inverse to gears on right?
Is `x >> pure y` equivalent to `liftM (const y) x`
Sort a list by elements of another list
How did Doctor Strange see the winning outcome in Avengers: Infinity War?
What can we do to stop prior company from asking us questions?
Implement the Thanos sorting algorithm
What is the difference between "behavior" and "behaviour"?
Increase performance creating Mandelbrot set in python
How does the UK government determine the size of a mandate?
Lay out the Carpet
Avoiding estate tax by giving multiple gifts
Is expanding the research of a group into machine learning as a PhD student risky?
Why escape if the_content isnt?
Unreliable Magic - Is it worth it?
How can I kill an app using Terminal?
Balance Issues for a Custom Sorcerer Variant
Do all network devices need to make routing decisions, regardless of communication across networks or within a network?
Is HostGator storing my password in plaintext?
when is out of tune ok?
What happens if you roll doubles 3 times then land on "Go to jail?"
Applicability of Single Responsibility Principle
How does buying out courses with grant money work?
System.debug(JSON.Serialize(o)) Not longer shows full string
Why can I access my router from one ISP but not the other?
Why can't I access internet via my router?Bridged routers - can route one way but not the otherPreventing the ISP from detecting my Wi-Fi routerConnected to internet but router shows that I am not connectedInternet access directly through modem, but not through routerRouter not receiving internet connection from modemHow can I access the setup pages of the router (Asus RT-N53) by wi-fi without an internet connection?When the Internet drops, I can not access the routerNot able to setup DDNS in the wireless routerCan I setup one router (modem) for ethernet internet only and another router for Wifi only on the same network?
My ISP is Airtel for the router; a TP-Link TL-MR6400.
When I want to access my router remotely, it allows me when am using Airtel’s internet connection only.
But when I change my internet connection to Orange (ISP), Airtel denies me access to the router. What could be the problem?
wireless-networking
New contributor
Nelly k is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
My ISP is Airtel for the router; a TP-Link TL-MR6400.
When I want to access my router remotely, it allows me when am using Airtel’s internet connection only.
But when I change my internet connection to Orange (ISP), Airtel denies me access to the router. What could be the problem?
wireless-networking
New contributor
Nelly k is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Your provider has routing or firewall rules in effect to block access from outside their network, or there may be firewall rules on the router itself.
– ivanivan
38 mins ago
Is it an unusual port? It does sound like rule based filtering. Can you change the port? If you must do this, be aware that this will attract brute force attacks.
– mckenzm
37 mins ago
add a comment |
My ISP is Airtel for the router; a TP-Link TL-MR6400.
When I want to access my router remotely, it allows me when am using Airtel’s internet connection only.
But when I change my internet connection to Orange (ISP), Airtel denies me access to the router. What could be the problem?
wireless-networking
New contributor
Nelly k is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
My ISP is Airtel for the router; a TP-Link TL-MR6400.
When I want to access my router remotely, it allows me when am using Airtel’s internet connection only.
But when I change my internet connection to Orange (ISP), Airtel denies me access to the router. What could be the problem?
wireless-networking
wireless-networking
New contributor
Nelly k is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Nelly k is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 5 mins ago
JakeGould
32.2k1098141
32.2k1098141
New contributor
Nelly k is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 53 mins ago
Nelly kNelly k
61
61
New contributor
Nelly k is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Nelly k is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Nelly k is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Your provider has routing or firewall rules in effect to block access from outside their network, or there may be firewall rules on the router itself.
– ivanivan
38 mins ago
Is it an unusual port? It does sound like rule based filtering. Can you change the port? If you must do this, be aware that this will attract brute force attacks.
– mckenzm
37 mins ago
add a comment |
Your provider has routing or firewall rules in effect to block access from outside their network, or there may be firewall rules on the router itself.
– ivanivan
38 mins ago
Is it an unusual port? It does sound like rule based filtering. Can you change the port? If you must do this, be aware that this will attract brute force attacks.
– mckenzm
37 mins ago
Your provider has routing or firewall rules in effect to block access from outside their network, or there may be firewall rules on the router itself.
– ivanivan
38 mins ago
Your provider has routing or firewall rules in effect to block access from outside their network, or there may be firewall rules on the router itself.
– ivanivan
38 mins ago
Is it an unusual port? It does sound like rule based filtering. Can you change the port? If you must do this, be aware that this will attract brute force attacks.
– mckenzm
37 mins ago
Is it an unusual port? It does sound like rule based filtering. Can you change the port? If you must do this, be aware that this will attract brute force attacks.
– mckenzm
37 mins ago
add a comment |
1 Answer
1
active
oldest
votes
This sounds like rules based filtering.
It may be the ISP, and it is likely based upon the default port the router ships with. They may not want people to be running web servers over the GSM network, even simple ones.
Before contacting your ISP, or their community, have a look at the firewall settings on the router to rule that out.
If you can momentarily change the port to 8443 and check the HTTPS option, see if that works. You should not leave this as 443 or any known ports for attacks.
Do you really need to access this from the world? Ideally you would access this from a "bastion" desktop or proxy on the local network. (By Remote Desktop or SSH).
See also if you can VPN in to the router, which will put you on the local network, and get in that way. It may not be possible, some of these features are mutually exclusive.
add a comment |
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
});
}
});
Nelly k is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1418408%2fwhy-can-i-access-my-router-from-one-isp-but-not-the-other%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
This sounds like rules based filtering.
It may be the ISP, and it is likely based upon the default port the router ships with. They may not want people to be running web servers over the GSM network, even simple ones.
Before contacting your ISP, or their community, have a look at the firewall settings on the router to rule that out.
If you can momentarily change the port to 8443 and check the HTTPS option, see if that works. You should not leave this as 443 or any known ports for attacks.
Do you really need to access this from the world? Ideally you would access this from a "bastion" desktop or proxy on the local network. (By Remote Desktop or SSH).
See also if you can VPN in to the router, which will put you on the local network, and get in that way. It may not be possible, some of these features are mutually exclusive.
add a comment |
This sounds like rules based filtering.
It may be the ISP, and it is likely based upon the default port the router ships with. They may not want people to be running web servers over the GSM network, even simple ones.
Before contacting your ISP, or their community, have a look at the firewall settings on the router to rule that out.
If you can momentarily change the port to 8443 and check the HTTPS option, see if that works. You should not leave this as 443 or any known ports for attacks.
Do you really need to access this from the world? Ideally you would access this from a "bastion" desktop or proxy on the local network. (By Remote Desktop or SSH).
See also if you can VPN in to the router, which will put you on the local network, and get in that way. It may not be possible, some of these features are mutually exclusive.
add a comment |
This sounds like rules based filtering.
It may be the ISP, and it is likely based upon the default port the router ships with. They may not want people to be running web servers over the GSM network, even simple ones.
Before contacting your ISP, or their community, have a look at the firewall settings on the router to rule that out.
If you can momentarily change the port to 8443 and check the HTTPS option, see if that works. You should not leave this as 443 or any known ports for attacks.
Do you really need to access this from the world? Ideally you would access this from a "bastion" desktop or proxy on the local network. (By Remote Desktop or SSH).
See also if you can VPN in to the router, which will put you on the local network, and get in that way. It may not be possible, some of these features are mutually exclusive.
This sounds like rules based filtering.
It may be the ISP, and it is likely based upon the default port the router ships with. They may not want people to be running web servers over the GSM network, even simple ones.
Before contacting your ISP, or their community, have a look at the firewall settings on the router to rule that out.
If you can momentarily change the port to 8443 and check the HTTPS option, see if that works. You should not leave this as 443 or any known ports for attacks.
Do you really need to access this from the world? Ideally you would access this from a "bastion" desktop or proxy on the local network. (By Remote Desktop or SSH).
See also if you can VPN in to the router, which will put you on the local network, and get in that way. It may not be possible, some of these features are mutually exclusive.
edited 14 mins ago
answered 21 mins ago
mckenzmmckenzm
79338
79338
add a comment |
add a comment |
Nelly k is a new contributor. Be nice, and check out our Code of Conduct.
Nelly k is a new contributor. Be nice, and check out our Code of Conduct.
Nelly k is a new contributor. Be nice, and check out our Code of Conduct.
Nelly k is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1418408%2fwhy-can-i-access-my-router-from-one-isp-but-not-the-other%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
Your provider has routing or firewall rules in effect to block access from outside their network, or there may be firewall rules on the router itself.
– ivanivan
38 mins ago
Is it an unusual port? It does sound like rule based filtering. Can you change the port? If you must do this, be aware that this will attract brute force attacks.
– mckenzm
37 mins ago