-1

Okay, so I know that these kind of questions are pretty popular on SO, but please hear me out. I have a belkin router, model F9K1102 v1. I also have a Westell Dual Connection modem, model A90-220015-04. Now, I have done port forwarding before, although it was with the same modem and a different (Cisco) router. My modem is IP 192.168.0.47 and my router is 192.168.2.1. I followed the following tutorial to set up port forwarding on the Belkin router:

http://portforward.com/english/routers/port_forwarding/Belkin/F9K1102v1/Apache.htm

And set up the following under "Virtual Servers":

Yet, whenever I try accessing my public IP (from whatsmyip.org) via my iPhone on 4G, it can't find the server. The connection times out. Online port sniffers say that port 80 isn't open. This is becoming very frustrating and I really need it to work. Verizon is my ISP and I am running Ubuntu Server 12.04, btw.

Any help towards resolving this would be GREATLY appreciated. Thanks in advance!!

PeeHaa
  • 71,436
  • 58
  • 190
  • 262
Nickersoft
  • 684
  • 1
  • 12
  • 30

2 Answers2

1

Before you start your port forwading and stuff. Ask your provider (Verizon) if you have public or static ip on their server. Basically when you see your extrernal ip . This ip might be your provider's ip , not fully yours. So, when packets are sent to the server from your home, servers responds to you and sends packets BACK, but it sends them to a general Verizon server,and then Verizon sends those packets back to your ip. The point is that only Verizon server can fully access your ip. But if you want full access from outside , ask Verizon.

0

Check your external/WAN/public IPv4 address. If it is in the ranges 100.64.x.x-100.127.x.x, 10.x.x.x, 172.16.x.x-172.31.x.x or 192.168.x.x then you don't actually have a public IPv4 address and you cannot do port forwarding. And even if it is in another range: compare it with what you see at whatsmyip.org. If it is different then you won't be able to do port forwarding.

Sander Steffann
  • 9,509
  • 35
  • 40