Routers
--
Questions
--
Followers
Top Experts
First I spoke to the head technical person at my isp. It seems that they are ONLY interested in selling me more equipment and services. I pay $69. a month for 12 /6. I am on a wireless isp. Land based. They told me it would NEVER work unless I purchased a vlan. That would bring my monthly bill to $120. TOO much for me.
I have done my best to port forward 8080 to my computer. Then I ran an online test to see if 8080 was being forwarded and working. It said that it was working. That sounded good, however it is still not working. The app is giving the message "Could not set external port mapping via uPNP. Please configure port forwarding manually. I thought I DID accomplish that.
I don't know who to believe at this point. Why does the port 8080 check app tell me that all is well and the app is telling me that they cannot access it? Â I have included some screen captures for you to look at. You can see the shot of the way I did the port forwarding.
I would truly appreciate someone that is knowledgeable about this to help me out in layman's terms. Are you up for the challenge?
2015-02-20-11-31-29.jpg
2015-02-20-11-36-32.jpg
2015-02-20-11-38-35.jpg
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
You set  PC address 192.168.1.x statically (or make dhcp reservation).
And then you set on router  to port forward port 8080 to that ip address.






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
So if EyeSpy is running on your computer, then you need to forward port 8080 to your computer.
To see if EyeSpy is up and running on your computer and listening on port 8080:
Start a command prompt window running it as Administrator. Â Issue the command:
   netstat -anto | findstr /c:":8080"
You should see something like:
   TCP   0.0.0.0:8080       0.0.0.0:0        LISTENING    9999
The "9999" is the process id, so you want to see what that process is, so issue the command:
   tasklist /FI "pid eq 9999"
Is that process EyeSpy? Â Also as somebody else mentioned, you may need to turn off your Windows firewall for testing. Â If EyeSpy works when you turn off your firewall, then you will need to configure your Windows firewall to allow inbound requests to port 8080.

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
Your router needs to be setup to forward to the IP address of the computer you are running iSpy on.
Then you need to make sure that the computer iSpy is running either has no firewall, or that the firewall is configured to allow inbound traffic to tcp port 8080.






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
Am I correct in assuming the following is correct: If I unplug my router and switch and use my cellphone as my isp, I STILL cannot get 8080. This proves it is not a router problem?? I used PdaNet on my Android and laptop to get internet access.
Is 192.168.1.50 your computer or the camera?
At this point I still  need the 8080 port to work somehow. Until that is working I cannot get Android usability nor internet viewing. I also experimented with various choices in the router. None of them helped so I put them back to the way I found them. Except for the 191 to 50 change.

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
I'm not 100% sure that will work. Â I've never tried to use a cell phone Internet connection for inbound traffic. Â Unless your cell phone is rooted I would assume that most cell phones have a firewall enabled that blocks inbound traffic unless it is a response to a prior outbound request. Â Otherwise the cell phone would be open to hack attacks.
What you can try is leaving your computer connected to your router, verifying that you have the correct public IP address, then disable wifi on your cell phone and try using your phone to access port 8080.






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
Can you post the output from the command:
ipconfig /all
from the PC that you are running iSpy on. Â The post another screen shot of the "Apps and Gaming" page on your router.
The only way this is difficult is if your ISP is blocking port 8080 before the traffic gets to you.
Routers
--
Questions
--
Followers
Top Experts
A router is a networking device that forwards data packets between computer networks. Routers perform the "traffic directing" functions on the Internet. The most familiar type of routers are home and small office cable or DSL routers that simply pass data, such as web pages, email, IM, and videos between computers and the Internet. More sophisticated routers, such as enterprise routers, connect large business or ISP networks up to the powerful core routers that forward data at high speed along the optical fiber lines of the Internet backbone. Though routers are typically dedicated hardware devices, use of software-based routers has grown increasingly common.