An IP camera that works perfectly during installation can sometimes appear offline on the NVR later, even though the camera is still powered and connected to the network.
One of the first things to check is the camera's IP address. If the camera was configured to use DHCP, it may later receive a different address from the network. If the NVR was manually configured to connect to the old address, it can keep looking for the camera at that old IP and report the channel as offline.
This guide explains why that happens, how to diagnose it quickly, and how to prevent it with a properly planned static IP setup or DHCP reservation.
What is DHCP?
DHCP stands for Dynamic Host Configuration Protocol. A DHCP server, normally a router or other network device, can automatically provide a device with network settings such as its IP address, subnet mask, gateway and DNS information.
That is convenient for phones, laptops and temporary devices. CCTV systems are different because an NVR may be configured to find a camera at a specific address every day. If that address changes, the NVR entry can become incorrect.
Hikvision's network camera documentation confirms that when DHCP is enabled, the camera automatically obtains IPv4 parameters from the network. The same documentation also provides a manual IPv4 mode where the IP address, subnet mask and default gateway are entered directly.
A real-world example
Imagine a small CCTV system with the following addresses:
| Device | IP Address |
|---|---|
| Router / Gateway | 192.168.1.1 |
| NVR | 192.168.1.10 |
| Camera 1 | 192.168.1.101 |
On installation day, Camera 1 is discovered at 192.168.1.101. You add that camera to the NVR and the picture comes online.
Later, the DHCP server gives that same camera another address, for example 192.168.1.105. The camera is still on the network, but the NVR may still be trying to connect to 192.168.1.101.
The result is that the existing NVR channel shows Offline. If you run the NVR camera search again, the same physical camera may appear at the new address, which can make it look like a new device has appeared.

Why can a DHCP address change?
DHCP supports dynamic address allocation. A client receives an address from the DHCP server under the network's allocation and lease policy. In many cases a client renews and keeps the same address, but it should not be assumed that a dynamically assigned address will always remain identical after network changes, lease events, device resets or DHCP-server changes.
For a CCTV channel that has been manually added to an NVR by IP address, the important point is simple: the NVR entry and the camera's current address must match.
DHCP vs Static IP for CCTV
DHCP
- Fast initial setup.
- Automatic network configuration.
- Useful during discovery or temporary installation.
- The address is controlled by the DHCP server and can be less predictable unless a reservation is used.
Static IP
- The camera uses a deliberately assigned fixed address.
- The NVR always knows where that camera should be found.
- Troubleshooting and documentation are easier.
- Each address must be unique and planned correctly to avoid IP conflicts.
Example static IP plan for a CCTV system
For a network where the router is 192.168.1.1 with a subnet mask of 255.255.255.0, a simple installation plan could be:
| Device | IP Address | Location / Purpose |
|---|---|---|
| Router / Gateway | 192.168.1.1 | Main network gateway |
| NVR | 192.168.1.10 | Recorder |
| Camera 1 | 192.168.1.101 | Front Door |
| Camera 2 | 192.168.1.102 | Shop Floor |
| Camera 3 | 192.168.1.103 | Rear Door |
For Camera 1, the manual settings might be:
- IP Address: 192.168.1.101
- Subnet Mask: 255.255.255.0
- Gateway: 192.168.1.1
For the NVR:
- IP Address: 192.168.1.10
- Subnet Mask: 255.255.255.0
- Gateway: 192.168.1.1
These addresses are examples only. Always match the customer's actual LAN design, make sure every device has a unique address, and ensure a manually assigned static address will not be handed to another device by the DHCP server.

How to fix an IP camera that is offline because its IP changed
Step 1: Search for the camera
Use the NVR camera search, the manufacturer's device discovery utility, or the camera's web interface to locate the camera on the network.
Step 2: Check the current network settings
Record the camera's current IP address, subnet mask and gateway. Compare the current IP with the address saved in the NVR channel.
Step 3: Disable DHCP if you want a manually fixed address
Open the camera's Network or TCP/IP settings and disable DHCP. Menu names vary by manufacturer, but Hikvision cameras commonly provide DHCP and Manual modes under the TCP/IP settings.
Step 4: Assign a suitable static IP
Enter a unique address that belongs to the correct subnet. For example:
- IP Address: 192.168.1.101
- Subnet Mask: 255.255.255.0
- Gateway: 192.168.1.1
Before saving, make sure the address is not already being used by another device.
Step 5: Update the NVR
Edit the existing camera channel or re-add the camera using the correct IP address, username, password and protocol settings. Refresh the camera status and confirm that the channel returns online.

Important: built-in PoE NVR ports can use a different camera network
Do not automatically assume that every camera should use the same LAN subnet as the router. Some PoE NVRs maintain a separate internal network for cameras connected directly to the recorder's built-in PoE ports.
Before changing addresses, identify the topology:
- Camera → network/PoE switch → LAN → NVR
- Camera → NVR built-in PoE port
The correct IP range can be different between these two designs. Check the NVR model's network and PoE settings before changing camera addresses.
Other reasons an IP camera can show offline
1. Wrong subnet
If an NVR is 192.168.1.10 and a camera is 192.168.0.101 on a normal /24 network, they are on different subnets and may not communicate without routing.
2. Duplicate IP address
Two devices using the same IP address can create an address conflict. Every camera, NVR and other network device must have a unique address.
3. Incorrect username or password
The NVR can discover a camera but still fail authentication. This is common after a camera reset, password change or replacement.
4. PoE power problem
Check the PoE budget, port status, camera power requirement and cable condition. A camera that loses power will disappear from the network entirely.
5. Faulty Ethernet cable or RJ45 connection
Loose plugs, poor crimps, damaged pairs, moisture or a damaged cable can cause intermittent or complete communication failure.
6. Incorrect port or network interface
On recorders with multiple network interfaces or integrated PoE ports, make sure the camera is configured on the network that actually reaches the NVR.
Static IP or DHCP reservation?
A manually configured static IP is not the only way to keep a predictable camera address. Another professional option is DHCP reservation, sometimes called Address Reservation.
With a DHCP reservation, the camera can remain configured for DHCP while the router is instructed to always give that camera the same address, normally based on its MAC address.
- Manual static IP: the address is configured inside the camera.
- DHCP reservation: the router/DHCP server controls the fixed assignment.
For small standalone CCTV systems, a documented static plan is straightforward. On managed networks, DHCP reservations can make central administration easier.
Professional installation tip: keep an IP allocation sheet
Before leaving a site, document every permanent device:
| Channel | Device | IP Address | Location |
|---|---|---|---|
| CH1 | Camera 1 | 192.168.1.101 | Front Door |
| CH2 | Camera 2 | 192.168.1.102 | Shop Floor |
| CH3 | Camera 3 | 192.168.1.103 | Rear Door |
| — | NVR | 192.168.1.10 | Office |
Months later, if Camera 2 fails, the engineer immediately knows which address should belong to that camera and can compare the expected configuration with the current network.
Quick troubleshooting checklist
- Confirm the camera has power.
- Check Ethernet link and cable condition.
- Search for the camera on the network.
- Compare its current IP with the IP stored in the NVR.
- Confirm the camera and NVR are on the correct subnet.
- Check for duplicate IP addresses.
- Verify the camera username and password.
- Check PoE port status and total PoE budget.
- Use a static IP or DHCP reservation where predictable addressing is required.
- Document the final configuration.
Frequently asked questions
Can DHCP make an IP camera go offline on an NVR?
Yes, in a setup where the NVR is configured to connect to a specific camera IP. If the camera later uses a different DHCP address while the NVR continues trying the old address, that NVR channel can show offline.
Should CCTV cameras always use static IP addresses?
Not always. DHCP is a valid network configuration method. The key requirement for a permanent CCTV system is predictable addressing. A manually configured static IP or a properly managed DHCP reservation can both achieve that.
Why does the same camera appear as a new device in NVR search?
Often because the camera is being discovered at a different IP address from the address currently saved in the NVR channel.
Does the NVR need a static IP?
For many permanent installations, a predictable NVR address makes management, remote access and troubleshooting easier. The exact design depends on the customer's network.
Can a faulty cable cause the same offline symptom?
Yes. IP addressing is only one possible cause. Power, cable, RJ45 termination, password, subnet and port faults can all produce an offline camera.
Conclusion
If an IP camera works during installation and later appears offline, do not immediately assume the camera has failed. Check whether its IP address has changed and compare the current address with the one stored in the NVR.
For permanent installations, a planned static IP scheme or DHCP reservation provides predictable addressing and makes future maintenance much easier.
Trusted references
- Hikvision — Network Camera User Manual: TCP/IP, DHCP and Manual IPv4 configuration
- Hikvision — Network Video Recorder User Manual: Network Configuration
- TP-Link — DHCP Reservation / Fixed IP Address guidance
- RFC Editor — RFC 2131: Dynamic Host Configuration Protocol
Network menus and exact configuration steps vary by camera, NVR, router and firmware. Always confirm the actual network topology and avoid assigning duplicate IP addresses.