port is closed after port forwarding

rock100010000

Reputable
Dec 5, 2014
9
0
4,510
I am using a Netgear WNR 1000 and have port forwarded several ports and the ports are still closed when I test them. I've tried disabling the firewall already, so that isn't the issue.

EDIT: I do have a program listening on the ports I have tried testing.
 
Solution
So what if you go to the 192.168.1.2 computer and try to run the application at address 192.168.1.2? Are you sure that the application is listening on that address as well as 127.0.0.1? (You don't say what the application is, but the default for some applications is only to listen on the loopback interface, not external ones. For example, that's the default for postgres.)
Most common issues when people try to portforward

1) They try to access the port/service using the computer's IP address and not their internet connection's IP address
2) They don't set the local computer's IP address and port number in router configuration. You want the local port field, not the external port.
3) They test the port without running the actual application. Most port testers will not work without the program actually running; thus testing if your FTP port is open will only work if the FTP server application is running.
 

rock100010000

Reputable
Dec 5, 2014
9
0
4,510


1. I am trying to connect to my static IP
2. In my router's port forwarding menu I chose the computer I am attempting to test the port on
3. I have tried multiple applications that listen on the port while testing it and it still says it's closed.
 

rock100010000

Reputable
Dec 5, 2014
9
0
4,510


Sure thing, https://gyazo.com/d69eca62e6c0bbbb68b8d9eed37d4e9a

In the past I've hosted several servers without issue but recently none of the ports are working. We recently had to get a new modem due to an issue with the phone line, so I'm not sure if it would be connected to that.

Within a service this is what it looks like https://gyazo.com/696fffec921da71915442947c9114541
 

rock100010000

Reputable
Dec 5, 2014
9
0
4,510


I have had a friend try to connect as well as trying to connect locally. If I try to connect with the local host it works fine but by putting in my IP I have issues.
 

rock100010000

Reputable
Dec 5, 2014
9
0
4,510


Yes, 192.168.1.2 is the internal ip for "ROBERT-PC" which is the PC I am hosting the server on. I am trying to connect to 67.***.***.** (censored for my own safety) so that also isn't the issue.
 

McHenryB

Admirable
So what if you go to the 192.168.1.2 computer and try to run the application at address 192.168.1.2? Are you sure that the application is listening on that address as well as 127.0.0.1? (You don't say what the application is, but the default for some applications is only to listen on the loopback interface, not external ones. For example, that's the default for postgres.)
 
Solution