NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.

Forum Discussion

taylorbf's avatar
Nov 05, 2017
Solved

Forward from custom URL to IP on offline router (R7000)

  I have a Nighthawk AC1900 that I am using as a local network only (not connected to the internet).   My goal is to create a namespace like www.mydomain.com that forwards to a static IP that is on...
  • TheEther's avatar
    Nov 06, 2017

    Your use case isn't supported by stock firmware.  You will need to set up your own DNS server that can resolve www.mydomain.com to your static IP.

     

    You can run a DNS server on a separate machine.  If you do this, then you will also have to disable the DHCP server on the R7000 and run your own DHCP server.  The reason is that the R7000 DHCP server will always advertise itself as a DNS server.  This will interfere with your DNS server.

     

    Alternatively, you can install third-party firmware on the R7000, like Tomato, Asuswrt-Merlin or DD-WRT.  These firmwares have dnsmasq, which is a DNS server that can do what you want.

     

     

    Note: The above options will only help with DNS. If you want to redirect URLs, then you'll need to set up a web server.