If you have ever wanted to reach your IP camera, NAS, home server and gaming PC all from outside your home network, you have probably run into a familiar problem: you only have one public IP address, and all your devices share it. The good news? You do not need multiple IPs, multiple hostnames or a stack of complicated tools. With a single Dynu hostname and a feature built into every modern router — port forwarding — you can reach as many devices as you like, all through one easy-to-remember address.
Every device on your home network has its own local IP address (such as 192.168.1.10, 192.168.1.11, and so on), but from the outside world your router presents a single public IP address to the internet. When a request comes in from outside, your router decides which device on the inside should receive it. The trick is in how the router makes that decision — and the answer is the port number. Same hostname, different ports, different devices.
Here is how to set it up in four simple steps.
Set up a Dynu hostname
Sign up for a free account and create a hostname at our
control panel. Choose something easy to remember, like myhome.dynu.net. Install our
IP Update Client so the hostname always points to your current public IP, even if your ISP changes it. Many routers and devices have Dynu support built in,
in which case you can configure dynamic DNS directly from the device's settings without installing anything extra.
Decide which device gets which port
Make a quick list of the devices you want to access remotely, and assign each one an
external port you will use from outside. The internal port is whatever each device actually listens on.
A common setup might look like this:
| Device |
Internal IP |
Internal port |
External port |
| NAS | 192.168.1.10 | 80 | 8080 |
| IP Camera | 192.168.1.11 | 80 | 8081 |
| Home Server | 192.168.1.12 | 22 (SSH) | 2222 |
| Game Server | 192.168.1.13 | 25565 | 25565 |
Tip
Avoid common ports that residential ISPs often block (such as
25,
80, and sometimes
443).
Tip
Use ports above
1024 to stay clear of system-reserved ranges.
Tip
Keep a written record — you will thank yourself later.
Set up port forwarding in your router
Port forwarding tells your router: when something arrives at this external port, send it to that device on the inside. The exact steps vary by brand, but the general process is the same. Log into your router's admin page (often 192.168.1.1 or 192.168.0.1), locate the section labeled Port Forwarding, NAT, or Virtual Servers, and add a new rule for each device specifying the external port, internal IP, internal port, and protocol (TCP, UDP, or Both). Save the rule and repeat for each device. For step-by-step instructions on specific router models,
check out our guide on
router port forwarding.
Connect to your devices
Once your rules are saved, you can reach any device from anywhere using your single Dynu hostname plus the port. For example, your NAS would be accessible at http://myhome.dynu.net:8080, your IP camera at http://myhome.dynu.net:8081, your SSH server at myhome.dynu.net on port 2222, and a game server at myhome.dynu.net:25565. One hostname, many devices,
no IP-chasing required.
A few troubleshooting tips will save you time. Set a DHCP reservation on your router for each device, so their local IPs do not change — otherwise your forwarding rules will silently break. If you are behind your ISP's carrier-grade NAT (CGNAT), traditional port forwarding will not work directly, but our
web redirect service can help in those cases. Make sure the device itself is not blocking the incoming port at the firewall level (Windows Defender, ufw on Linux, etc.), and always test from outside your network — some routers do not allow loopback from inside,
so testing from a mobile data connection or a different network gives you a true picture of whether the setup is working.
You do not need a static IP, multiple subscriptions, or complicated tools to access everything in your home network. With one Dynu hostname and a few port forwarding rules, every device is just a click away — wherever you are. Set it up once, and it just works.