NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
jack3585
Apr 07, 2018Aspirant
Port Forwarding
I have two web page servers on my lan. Their IP addresses are reserved. I have port 80 forwarded to one and port 8080 forwarded to the other. I can access both pages on the Lan by enterin the lan IP ...
- Apr 09, 2018
> Attached is what I have setup for port forwarding.
Ok. The obvious problem there is in rule 2: Internal Port 8080.
> 1. Yes. Both are listening on 80.
If the web server at "192.168.0.17" is listening at port 80, then
forwarding to port 8080 there won't work. What you should have would be
something like:
External Port Internal Port Internal IP Address
80 80 192.168.0.23
8080 80 192.168.0.17
The internal ports are both 80. because that's the port where each web
server is listening. The external ports can be (almost) anything you
wish. 80 is the default for HTTP (but you get to use it only once as an
_external_ port), and 8080 is a memorable alternate (which you'll need
to specify explicitly in a URL, like, say, "http://67.9.xx.xxx:8080").
> The router will not accept duplicate port numbers.
That datum might have some value if you revealed what you were trying
to do, and what happened then, which led you to that conclusion.
> When you do what, exactly? "cannot" is not a useful problem
> description. It does not say what you did. It does not say what
> happened when you did it. As usual, showing actual actions with their
> actual results (error messages, LED indicators, ...) can be more helpful
> than vague descriptions or interpretations.
Still my advice. Always my advice. It's good advice.
jack3585
Apr 08, 2018Aspirant
1. Yes. Both are listening on 80.
2. Lan addresses are 192.168.0.17 to 8080 and 192.168.0.23 to 80. Both are reserved addresses. See attachment 1
3. When I just enter the Lan ip address, I can access the page. See attachment 2
4. Yes. I'm trying to access the page from the outside world. I am using NoIp to fix the external IP address. Even if I enter my real external IP addtess, I cant open the page. See
attachment 3.
Jack Parco
antinode
Apr 08, 2018Guru
> 1. Yes. Both are listening on 80.
Ok. That sounds normal.
> 2. Lan addresses are 192.168.0.17 to 8080 and 192.168.0.23 to 80. Both
> are reserved addresses. See attachment 1
Addresses are addresses; ports are ports. What does "to 8080" mean
to you? (I trust that you've noticed that only one attachment is
allowed per posting.)
> 3. When I just enter the Lan ip address, I can access the page. See
> attachment 2
"enter the Lan ip address" in a web browser's address window? And
that works for both "http://192.168.0.17" and "http://192.168.0.23"?
> 4. Yes. I'm trying to access the page from the outside world. [...]
Have you tried it from within the LAN using the external IP address?
What are the first two octets ("a.b" out of "a.b.c.d") in your public
IP address? Is that what the R6900 says is its WAN/Internet IP address
(ADVANCED > ADVANCED Home : Internet Port : Internet IP Address)?
> Copy+paste the actual port-forwarding rules.
Still waiting for that.
- jack3585Apr 09, 2018Aspirant
Attached is what I have setup for port forwarding.
My external IP address begins with 67.9
I have tried connecting with 67.9.xx.xxx:8080 and it fails to connect.
I thought that 8080 is an alternate port fo HTTP 80. I'm new at this.
The router will not accept duplicate port numbers.
- schumakuApr 09, 2018Guru - Experienced User
For pure http or https (Web) you need just tcp (no udp).
The one with the port 8080 is named Arlo http - to my knowledge Arlo does not have any local Web based access. Is there a system listening on port 8080/TCP on that LAN IP (different from an Arlo?)