pi-node / instructions

267 stars 191 forks source link

PORTS NOT OPENING ON WINDOWS 10 PRO - HP EITE BOOK #344

Open slicky001 opened 8 months ago

slicky001 commented 8 months ago

I have tried several methods to get the ports open yet none worked... below are what I have tried'

On Docker, I use Stellar Dummy I have added the ports both on inbound and outbound setting on my firewall Firewall inbound

I have also updated my IP Helper image

I have turned off all my firewall, and i dont have installed antivirus

I dont really know what the issue is...at the point of pinging my computer, it just goes back and shows " NOT OPEN"...

I tried two different port checkers, One showed "CLOSED" image

the other showed "FILTERED". "UNKNOWN" image

Please can anyone help out?

Thanks

nhatvhm commented 8 months ago

You must have to configure to add local IP address, port forward and open DMZ in your admin page.

slicky001 commented 8 months ago

You must have to configure to add local IP address, port forward and open DMZ in your admin page.

Please how do i do this? Please give a step-by step procedure... What do you mean by DMZ and on which admin page...please assist

nhatvhm commented 8 months ago

Depend on your router, but there is a video which can help you. https://www.youtube.com/watch?v=ISw0pR6X-as

cheme75 commented 7 months ago

On firewall only list the internal ports 31400-31409. Try setting the external to any. The docker container will be listening on 31400-31409, but external could be coming from other ports - as far as I understand it. But on router you need to port fwd 31400-31409 from external ip to internal ip of docker pc.

user1000082 commented 2 months ago

I have this problem too, disabled all firewall (pc and router), made port forwarding rules on router and still "NOT OPEN". It's so frustrating spending entire day sitting on a computer but without good results.

HolgerM1 commented 2 months ago

I have this problem too, disabled all firewall (pc and router), made port forwarding rules on router and still "NOT OPEN". It's so frustrating spending entire day sitting on a computer but without good results.

Same here. I tried everything but can’t get ports open. Very disappointing. I’ll be thankful for any hint.

nhatvhm commented 1 month ago

@HolgerM1 Port forwarding on router should be mapping local ip address (or static IP address) on your laptop as well.

ihatejam commented 1 month ago

Hi @HolgerM1 - Please do the following (but without sharing any of the details):-

  1. Please log into the admin portal of your router, and record the public IP address the router thinks it has been assigned.
  2. Check it against the actual public IP address the outside world thinks you are on using https://www.ipfingerprints.com/portscan.php

If the IP Addresses are not the same, then your provider has given you a NAT'd IP address which is not a true public IP address. This is common practice with mobile network providers and ISPs who do not have a big enough IPv4 range allocation to cater for all the devices connected to their network. This means that you will not be able to forward external network traffic, on non-standard ports, to your local PC.

Two ways around it - Either switch to a provider who does not stick you behind a NAT, or - Use a VPN that does not block port-forwarding like Surfshark which worked for me when I was travelling, or try NordVPN that others have reported having success with (this is not an endorsement of either of these VPN services - you are free to find your own solution).

If on the other hand, the public IP addresses in 1. and 2. do indeed match, then all you need to do is configure port-forwarding on your router.

HolgerM1 commented 1 month ago

Hi all, and thanks @nhatvhm and @ihatejam for your suggestions. In my case, it's a bit more complicated. I'm behind a cg-NAT, and therefore I had to rent a Vserver with a "real" IPv4. From there I forward all traffic through a wireguard connection to my local PC which, in fact, is VM running under Proxomox. On the Vserver I opened all needed ports and I also set up the needed rules in the NAT. Theoretically, the traffic on the that ports should appear in the VM Windows 10 machine, where I further set up the needed Firewall rules.