I've been told to try and "port forward" but I'm having a hard time getting that to work. My Belkin router supports virtual servers. I have it configured so that inbound port 8080 goes to private port 80. So now, how do I access my domain on port 8080? Do I configure my A record to point to port 8080 of my ip? If so, what is the syntax?
|
migrated from serverfault.com Aug 22 '12 at 17:57
|
In your web browser, specify the port in the address: |
|||
|
|
Have you spoken with your ISP's support staff? Many ISPs block incoming http traffic because they don't want home customers running web servers from their networks. Some of them which do block will allow you to host for no additional cost if you sign an agreement about what you host, some will only allow if you upgrade to a business class account and some won't allow anything at all. |
|||||
|
|
What your experiencing may be normal. A few Residential Gateway Routers fail to resolve DNS to IP for local site resolution. My own being one of them.
|
|||
|
|
|
As was stated above alot of ISPs block port 80, so you have indicated you are using port 8080 instead to get around that. If you open up a terminal and do an ifconfig eth0, which I assume is the interface you are using you are getting some kind of private address such as 192.168.0.x blah blah if not a 10.x.x.x or 172.x.x.x for an IPv4 address, I just want to make sure that on your router for the port-forwarding you are doing an incoming port 8080 - and routing that to your internal web server port 80 with private address of 192.168.x.x whatever is being shown on that ifconfig screen? It's possible your router is also setup to block pings on the WAN interface so a ping may not respond. Also you say SSH works, is the SSH access to your router or your Linux box? |
|||||||
|
