Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • 1
    I don't think it is your ISP. Have you done anything to troubleshoot your firewall rules on the pi? Maybe it only allows connections from your local network. How about tcpdump to see where the connection is breaking down? Commented Sep 30, 2017 at 15:56
  • Your ISP may be using CGNAT which is why you can't access it from outside your LAN. I had a similar problem with my port forwarding. Hope this post I've linked below helps you. Which IP address do I use to access my server?
    – Zohair
    Commented Sep 30, 2017 at 16:16
  • I have done some digging and it seems that the pi has the firewall off by default. I don't think it is CGNAT. When I google "what is my ip" it matches what is listed on my router(from reading your link that seems to be one symptom). Commented Sep 30, 2017 at 16:23
  • Can you install wireshark on sometyhing. If so then port forward to the device with wireshark and ensure you can see the packets coming in after port translation also if you can setup a SSH server confirm you can see packets going out and going back out. If the ISP is blocking , then the only way is to get them to stop or try different ports. Since essentially you are trying the second that seems unlikely
    – Ross
    Commented Dec 31, 2017 at 0:59
  • You can use a service like tunnelin.com which will forward your connection through a secure tunnel and allow you to connect (ssh, vnc, https etc.) to your device over the internet. It does not require any configuration and not depend on your (ISP) network topology.
    – simon
    Commented Jun 27, 2020 at 23:34