Why Does the Internet Drop When You Connect an NVR or DVR?

Last Updated on: July 15, 2026
TL;DR — Key Takeaways

An NVR or DVR that knocks out your internet the moment it powers on is usually not broken. It is fighting your router for control of the LAN.

  • The NVR’s built-in DHCP server can hand out addresses to your whole LAN, not just its camera ports.
  • A camera or NVR set to a static IP inside your router’s DHCP pool creates address conflicts.
  • Daisy-chaining PoE switches without care creates Layer 2 loops that saturate the whole network.
  • The fix is almost always isolation: put cameras and the NVR on their own subnet or VLAN.

You plug in a new NVR or DVR, and within minutes your internet drops for every device on the network. Not just the cameras. This is a well-documented problem. It almost always traces back to one of three causes, and none of them require replacing hardware.

What’s Actually Happening When You Plug In an NVR

An NVR that takes down your whole network usually isn’t broken. It’s competing with your router for control of the LAN. Three mechanisms cause this. The recorder’s built-in DHCP server can leak onto the network. A static IP conflict or a Layer 2 loop from PoE switches can also be the cause.

All three mechanisms produce the same symptom: internet access drops for devices that have nothing to do with the cameras. That is the tell. If only the cameras lost their feed, the problem lives in the camera configuration. If your laptop and phone lose internet too, the NVR is interfering with the network itself.

Vendor documentation from Hikvision, Dahua, Reolink, and Amcrest all confirm the same underlying design. NVRs ship with network features meant to make camera setup easier. A built-in DHCP server, a built-in PoE switch, sometimes a router-like mode. Those features cause problems the moment the recorder connects to a network it was not designed for.

The NVR’s Built-In DHCP Server Is Answering for Your Whole LAN

Many NVRs include a small DHCP server meant only for their own PoE camera ports. If that service leaks onto the LAN, it can hand addresses to laptops and phones instead of your router. Devices lose internet access because they got the wrong gateway.

Reolink documents this directly. Its PoE NVRs can act as a DHCP server for directly connected cameras, typically assigning addresses in a 172.16.x.x range. Reolink warns that placing the NVR itself on that same 172.16 subnet as the main router causes local connection problems.

Hikvision NVRs expose a DHCP checkbox under Configuration > Network > General. Community reports on IPVM and IPCamTalk describe a specific symptom. PCs receive an IP address from the NVR instead of the router, the moment the two share a switch. Remote access and internet access both break for that PC.

The fix at this stage is simple. Disable the NVR’s DHCP server if you do not need it. Otherwise confirm it only serves the ports physically wired to cameras. Our guide on how DHCP works covers the handshake that this conflict interrupts. The underlying protocol is defined in RFC 2131.

Static Camera IPs Colliding With Your DHCP Pool

Cameras and NVRs are often set to a static IP address out of the box. If that address falls inside your router’s DHCP pool, the router can hand the same address to another device. Two devices with one IP causes intermittent drops for both.

Vendor manuals for Amcrest, Hikvision, and Dahua all expose the same DHCP-versus-static checkbox on the camera and recorder’s network page. When DHCP is unchecked, the address fields become editable. Installers commonly leave a default like 192.168.1.108 in place. Few check whether their router’s DHCP pool already includes that range.

Community troubleshooting threads frequently resolve this exact symptom two ways. Move the conflicting static address outside the router’s DHCP range. Or disable the recorder’s own DHCP server entirely. Our MAC address lookup tool helps confirm which physical device is answering for a disputed IP.

Switch Loops and Broadcast Storms From Daisy-Chained PoE Gear

Connecting a second switch to the NVR’s PoE ports creates a Layer 2 loop. So does looping a cable back into your main switch. Broadcast traffic multiplies with no limit, and switch CPUs saturate within seconds. The whole segment stops responding, not just the cameras.

Amcrest documentation warns that attaching a separate switch to an NVR’s PoE port can fail. Poorly planned wiring is usually the cause. One wrong cable run from a camera location back into the main switch is enough to close the loop. This risk grows in a multi-room install where several PoE switches feed one NVR.

This is the same failure mode covered in depth in our Spanning Tree Protocol issues guide. If your switches run STP or RSTP, a loop like this should get blocked automatically. Many camera kits ship with unmanaged PoE switches instead. Those have no STP support and will not stop the loop on their own.

How to Tell Which Problem You Have

Check your PC’s IP address first. A DHCP conflict often shows a 169.254 address or an unfamiliar gateway. Then check switch port lights: rapid blinking across every port signals a loop. A ping to your router that times out only after the NVR powers on points to a rogue DHCP server.

Symptom Likely Cause Where to Look
Your PC gets an unfamiliar gateway or a 172.16.x.x address NVR’s DHCP server leaking onto the LAN NVR Network settings — DHCP checkbox
Two devices intermittently drop and reconnect Static IP collision inside the DHCP pool Router’s client list and DHCP pool range
All switch port lights blink in unison, CPU pegged Layer 2 loop / broadcast storm Physical cable run, PoE switch uplinks
Cameras drop but the rest of the LAN is fine PoE power budget, not a network conflict Switch’s rated PoE wattage vs. camera draw

Our general network troubleshooting guide covers the layered diagnostic approach if these quick checks do not narrow things down. It also helps to confirm the actual camera IPs first. Our guide on finding unknown IP camera addresses rules out address confusion before you touch any switch wiring.

The Fix: Isolate Cameras on Their Own Subnet or VLAN

The permanent fix is isolation. Put cameras and the NVR on a separate VLAN or subnet, not directly on your main LAN. Disable the NVR’s built-in DHCP server, or confirm it only serves its own camera ports. Isolation stops the conflict at the source instead of chasing symptoms.

A dedicated camera VLAN keeps every one of the three failure modes contained to that segment. A rogue DHCP server on the camera VLAN cannot reach your trusted devices. A broadcast storm on the camera VLAN cannot saturate your main switch. Our VLAN basics guide walks through the exact hardware and setup. It includes a worked example subnet just for cameras and the NVR.

A full VLAN build may be more than the situation calls for. A simpler middle step works too. Connect the NVR’s PoE ports and cameras to a switch that is not uplinked to the rest of the LAN. Only bridge the NVR’s separate management port to your network for viewing footage.

Vendor Settings to Check First

Every major NVR brand exposes a DHCP toggle in its network settings. Hikvision and Dahua list it under Configuration > Network > General. Reolink and Amcrest use similar menus. Switching the recorder to a static address outside your DHCP pool resolves most conflicts in minutes.

Vendor Menu Path What to Check
Hikvision Configuration > Network > General DHCP checkbox; uncheck for a static IP outside the pool
Dahua Main Menu > Network > TCP/IP NIC mode (multi-address, load-balance, fault-tolerance)
Reolink Network > Network Status > Modify Static vs. DHCP toggle; camera subnet range
Amcrest Main Menu > Setting > Network > Switch Internal PoE switch IP and subnet configuration

Dahua NVRs are worth a second look if yours has multiple network interface cards. Its documentation describes multi-address, load-balance, and fault-tolerance modes. Each can present more than one IP to the network at once. Left on the wrong mode for a single-uplink install, this complicates DHCP and routing behavior.

When It’s Not the NVR at All

Sometimes the drop is a PoE budget problem, not a network conflict. Too many cameras can exceed the switch’s total PoE wattage, causing brownouts that look like connectivity loss. Check the switch’s PoE budget against the combined draw of every connected camera before troubleshooting further.

This failure mode looks different from the other three. Only the cameras drop, while your laptop, phone, and everything else keeps working normally. Add up the rated wattage of every PoE camera. Compare that total to the switch’s total PoE budget, not just its per-port maximum. A switch rated for 65W total can brown out with six cameras drawing 12W each. No single port needs to be overloaded for that to happen.

Frequently Asked Questions

Why does my internet drop the moment I plug in my NVR?

Most NVRs include a built-in DHCP server for their PoE camera ports. If it leaks onto your main network, it can hand out conflicting IP addresses to your other devices. Disabling the NVR’s DHCP server or isolating it on its own subnet usually fixes this immediately.

How do I disable DHCP on my NVR?

Go to the NVR’s network settings, usually under Configuration or Setup, then Network. Look for a DHCP checkbox and uncheck it. Assign a static IP address that falls outside your router’s DHCP pool, then save and reboot the recorder.

Can a switch loop from my cameras really take down the whole network?

Yes. A Layer 2 loop has no built-in limit, so a single broadcast frame can circulate and multiply endlessly. This saturates every switch on the segment within seconds, not just the ports connected to cameras. Physically unplugging the loop is usually the fastest first step.

Should cameras and the NVR go on a separate VLAN?

Yes, this is the recommended long-term fix. A dedicated camera VLAN keeps DHCP, broadcast traffic, and IP conflicts contained to that segment. Your main network stays unaffected even if the NVR misbehaves. The VLAN basics guide on this site covers the exact setup for a home or small-office camera VLAN.

What ports does an NVR use, and could a firewall be the real problem?

NVRs typically use RTSP on port 554 for video and a web port on 80 or 443 for the interface. Vendor apps and cloud services use higher ports too. A misconfigured firewall rarely causes a total network drop; loops and DHCP conflicts are far more common causes.

Related Tools & Resources

Two tools and two guides on this site cover the workflow that surrounds this problem end to end. Identify the cameras first, then understand the loop protection. Reference port numbers as you confirm each device’s role on the network.

References

These sources back every technical claim in this guide. They include vendor manuals from Hikvision, Dahua, Reolink, and Amcrest, plus community reports documenting the exact symptoms covered above. Vendor documentation is the primary source for every DHCP and network setting mentioned here.

Secret Link