So I'm trying to setup my home server that is accessible from the Internet. I have created my Web site in ASP and configured my IIS. It works great on my local machine AND other computers on the local network can access it. I want to make it online, so that it can be accessed from elsewhere. I created an account on DynDns, and configured it to redirect the requests to my Internet IP. Then, I configured my router to forward all the incoming requests on port 80 to my local IP address, on which my Web site runs. However, when I go to my DynDns address, it redirects me to my router's home page instead. I have disabled my firewall (I know, not a good idea, it's just for testing purposes) but still no success. Does anyone have any idea what could be going wrong? I have a SMCWBR14S-N4 if that helps.
Creating a Home Server - Port Forwarding Issue
890 Views Asked by Arian Motamedi At
1
There are 1 best solutions below
Related Questions in NETWORKING
- kernel module does not print packet info
- Packet drops in multicast when multiple instance of listner are running
- Timing packets on a traffic server
- How to use Espresso Idling Resource for network calls
- Dummynet does not match on flows
- Sending a notification from OS X to iOS
- Swift ios viewDidLoad or viewDidAppear
- Update player list on all clients on new connection
- Issues regarding multiplayer networking: input
- nmap does not show all open ports
- Getting and Sending Data between a Server and Client
- Read file from local PC from network deployed app to InputStream
- Does iOS block a URL if we couldn't connect to the URL for 'n' times?
- Is Socket.Available guaranteed to throw a SocketException on disconnect?
- android out of cell service
Related Questions in WEBSERVER
- How to prevent timeout when running a time consuming PHP
- How to get response from server every second in JSON?
- Apache Server (xampp) doesn't run on Windows 10 (Port 80)
- Upgrade SonarQube issues
- How to test java server without deployment?
- Deploy Jekyll project without a webserver
- TCP Window Update Scenarios
- Cors doesnt solve cross origin requests
- How do I configure my Android emulator to access my localhost?
- Do i need to install some packages to run javascript on debian
- Best practice for docker webserver, muliple layers or single layer?
- What is meant by the term "web root"?
- Connect IOT module to the internet server
- Raspberry pi Webserver handling Get Requests
- why db execution doesn't stops even if I stops the web browser?
Related Questions in ROUTER
- how to hide an id from a joomla url
- Ui-router URL changes, nested view not loading
- Npm requests stopped by home router
- How to find the network router's model programmatically
- Automatically forward ports from clients
- How to know the mount path of router on express?
- AIR server connections
- Build wifi broadcast device?
- Displaying dynamic views for multiple profiles (customers) with AngularJs
- writing koa middleware for fluxible-router (async executeAction)
- angular2 router in service?
- Wifi repeater and captive portal
- Quest for a good xen single ip routing config with port forwarding
- multiple components in the same viewports with new angular router.
- Connecting Devices to Fiddler Without Proxy Changing?
Related Questions in PORTFORWARDING
- How to access Guest's port 3000 from Host?
- Apache: When access vHost on specific port forward to another server
- Docker/Boot2Docker: How to run multiple instances of a same container without port forwarding?
- Trouble with Vagrant - "404 - Not Found"
- Is it possible to deterministically trace how port 80 is forwarded and where the configuration is on a given system?
- ssh local port to local port forwarding; connection refused
- Connect to node js server running on vagrant machine
- Accessing WebIOPi over internet - Port forwarding
- Opening a port on Ubuntu 14.04 for communicating remotely with `DatagramSocket` client and Server
- Most secure way to run guest apps from host
- Java Mysql Tunnel Communications Error
- Port Forwarding Issues Linux
- Incoming connection on port 80 to webserver application
- Link docker container with host
- iptables port forwarding: Unknown arg
Related Questions in DYNDNS
- Making a home server reachable (IPv4, IPv6, DS-Lite)
- Error with IP and Nginx as reverse proxy
- dual public IPs for same adsl connection?
- DynDNS - accessing my Window Azure dev storage
- dyndns.org update via php/curl?
- Cannot access to my dyndns host when i am inside the network
- How to redirect a url to a dynamic ip address but keep domain name in address bar? Dynamic DNS
- What protocol is used by my router to send my dynamic ip to my free DynDNS provider?
- Domain name for my PC: how to (tried No-IP, DuckDNS and ngrok)
- XenCenter cannot connect to my remote XenServer
- How to use xip.io without IP address?
- Get public IP using DynDNS and WebRequest C#
- Routing: Resolve dynDNS hostname internally to local ip
- postgresql accept dynamic dns hosts?
- What kind of redirection Type is dyndns using?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I've heard of some routers that have reserved port 80 for there configuration pages. I think the general work around there is to run your webserver on a non-standard port like 8080, but I don't have a whole lot of experience with this, so it could be something else entirely. :)
Update: For any future readers, always remember to test your external address and port forwarding on a computer outside of the network the server is on.