Configuring IP Cameras on a Network (2024)

Connecting IP cameras to an existing network is a tricky task for first timers. You'll have to understand a few principles to really be efficient at setting up your new IP camera system.

What Computer You Should Use During Install

Only use a desktop or laptop computer that has an integrated NIC (aka network port) and administrative rights for the operating system. Using a machine locked down by an IT Admin could cause unforeseen issues attempting to complete the project. Using a tablet with a USB attached NIC is not going to work either. The NIC must be built into your system and be recognized by the BIOS. Antivirus and Firewalls can block communications. Disable them temporarily if you have difficulty. You can use a Mac or a PC. Linux is not supported for this operation. Macbook Air and other laptops without an integrated wired NIC should not be used.

[+] Click Image to Enlarge

Network Cable, Transmission Speeds, and Throughput

There are different ratings for different cable types, giving different speeds. Cat5e supports less bandwidth than a Cat6 cable.

Category 5e - 1 Gbit/s Ethernet over twisted pair at 1 Gbit/s (125 MB/s)

Category 6 - 10Gbit/s Ethernet over twisted pair at 10 Gbit/s (1250 MB/s)

While a Cat5e line might be enough for a couple 1080p cameras, using it as a backbone is not advised.

Consider a highway. It is comprised of multiple lanes, allowing vehicles to travel from one location to another. How effective the highway is at its job depends on a ton of factors, but for this analogy, it can be broken down to the number of lanes and the number of vehicles attempting to travel in those lanes at a given time for a set distance.

Network cabling is not much different in a broad scenario. We can compare a data packet to a vehicle, and the bandwidth of the cable to the number of lanes on the highway. However, the vehicles may take up more than one lane at a time due to their size. While you may have a 6 lane highway that can have six vehicles carrying a 1080p signal, the 4mp signals will take up two lanes and the 4K signals will take up 4 lanes. Needless to say, using a cable with a maximum rating of 125MB/s to carry the video to other network devices while you have 16+ cameras is not going to bode well for your transmission speeds. Don't cut corners on your install, make sure you run a good backbone.

Selecting the Correct Network Port

Plugging cables into ports on a PoE network switch arbitrarily will not yield the results you were looking for unless you happened to get lucky and wire things properly. On some of our NVRs and PoE switches, there are a bunch of ports. Let's go over them quickly:

[+] Click Image to Enlarge

PoE Switch 10/100 PoE Port - Max data transfer rate 100Mbps, sends power to cameras

PoE Switch 10/100/1000 Uplink Port - Max data transfer rate 1000Mbps, connects the switch to the network, used for the switches backbone

NVR 10/100 PoE Port - Max data transfer rate 100Mbps, only connects cameras, powers cameras, keeps network cameras on a closed system

NVR 10/100/1000 Up/Downlink Port - Max data transfer rate 1000Mbps, separate from PoE ports, some models have two uplink ports. These ports are used to connect the NVR how the unit is reached over the network

Understanding the Scope of IPv4 Dot-Decimal Notation

IPv4 addresses are given in dot-decimal notation. Each value is separated by the dot operator and is one byte in size. One byte is 8 bits. It takes 8 bits to make up an octet. IPv4 addresses are comprised of four octets. We really don't need to get into converting decimal to binary, just understand that in most scenarios the only octet that should differ from one device to another on a LAN is the fourth octet, and the values must be unique and between 1-254.

Figure 1-1

Understanding IP Address Conflicts in a Network

Each IP address on a LAN must be unique. If two or more devices on the same network have the same address, each device with that address will turn off their NIC and stop communications on that network until the conflict is resolved. This is usually remedied by removing all but one of the devices with that address, changing the addresses, then reconnecting them to the network.

Why not to use DHCP based IP addresses with your surveillance system

In most computer networks, dynamic internal IP addressing done by a DHCP server on your router will be fine, but not with a network camera system. With IP cameras we don't ever want their address to change, so we must configure a static IP address for each camera connected to the network. If we know the address, we can look for it on the network and attach it to an NVR with a rule. This rule contains the IP address, data port, and login credentials. We can also reach the individual cameras at their IP address using a web browser such as Firefox. If the cameras were to be managed by DHCP:

  • We could not keep a list of their IP address as it would change everytime the camera is restarted or the router is rebooted
  • The cameras would unsync from the NVR they were connected to because their ip address changed
  • We would not be able to configure permanent rules to open ports to specific cameras in order to allow requests for information from an external client

Configuring an Address Scheme for your Subnetwork

Ideally, we don't want to go back and change the addressing scheme for the entire network just to get the data traveling correctly. Instead, you should analyze the network itself, and set the surveillance equipment to addresses that match your existing network. If your network has a default gateway address with anything other than 192.168.1.1 you will not only need to change the fourth octet of each device, but also the first three. If your network is managed by an IT department or some sort of managed services let them handle the addressing. Otherwise, each device on your home or small office network should have the same subnet mask, and the first three octets of the IPv4 address should be the same throughout all of the devices.

If your networks scheme is 10.1.1.(x), and you add the NVR and cameras you received from CCTV Camera World to your network without any configuration, you will not be able to reach the devices via a computer or phone. Any network attached IP cameras will be subject to IP conflict as well as the NVR. You must set their addresses to match your network by attaching and configuring one device at a time.

Network Infrastructure Design with IP Cameras

When you're putting surveillance cameras on your network you really should put some thought into how your network is designed:

  • What cabling will you be using , and for what runs and their lengths
  • What specific address devices on your network will have
  • How the network will be structured physically to reduce collisions and keep data flowing

Essentially we want to try to keep traffic separated. We don't want to interrupt the camera's signal as this is what's being recorded. We also want to be able to use other devices for network traffic. Instead of pushing a backbone to its limit, we'll push traffic through different channels for different devices. Branching devices off in trees to keep the organization of the network is ideal. It helps tremendously during troubleshooting and allows for more bandwidth to the varying devices. Let's take a look at a few different network diagrams.

Below in figure 2-1 we see a Tribrid DVR Network Diagram. Tribrid DVRs do not have integrated PoE ports as they need the space for BNC ports to be backward compatible with Analog and HDCVI. The IP cameras will need to be connected to the network with their own unique address that follows the networks scheme. Wiring the PoE switch improperly, or attaching computers to the same switch you are using to send large amounts of data to a recording device is asking for trouble. Make sure that the uplink port goes back to the network using a cable suited for the amount of bandwidth you will require. Let's take a look at a few different network diagrams.

Figure 2-1 Tribrid DVR Network Diagram
[+] Click Image to Enlarge

The192.168.1.X scheme of this network listed in all of the diagrams is a common one. It is a Class C private address. The first three octets are reserved for the network, while the last octet is used to address hosts. Your network configuration may be different. Please, do not just plug in the numbers from these images. You will need to think a little. In figure 2-2 you'll see an NVR without an integrated PoE switch. All of the cameras must be sent through a network to the recorder.

Figure 2-2 NVR
[+] Click Image to Enlarge

In figure 2-3 you'll see an NVR with integrated PoE ports. IP cameras can be attached to the integrated switch, added through the network, or both. Cameras that are attached to the integrated switch will not be accessible at their IP address given that they are on a different subnet on an internal network inside the NVR. They will communicate only to the NVR. If you want to reach the Web Service of a camera via a web browser, the camera must be attached to the network, with a matching IP address that fits your network to be accessible over the LAN.

Figure 2-3 PoE NVR
[+] Click Image to enlarge

Think about the flow of traffic. It will always be busy where the cameras' video feed passes through. Provided all of the cameras are operational and set to a constant rate rather than a variable rate, there should be a consistent flow of about the same amount of data every second. That's just to record the cameras. If you want to monitor locally or remotely, the feed will have to travel back up the line and to whatever device you're monitoring from.

This is why it is ideal to have a routing device that can handle the bandwidth on a full load. It's also important to understand the limitations of ADSL and other slow internet services like cable. While your internet speeds have no bearing on viewing your cameras over the LAN, the upload speeds do come into play when attempting to view the cameras remotely. The DVR or NVR must send the data to you through the internet. Let's say you have a 16 camera surveillance system with 16x 4MP cameras. With the bandwidth limitations imposed by cable and DSL internet providers, you'll never be able to view all sixteen 4mp cameras in full quality. In fact, with DSL you'll be lucky to view one camera in low quality. If you want to view a 4K camera in full detail, Verizon FiOS or Google Fiber will be required at that location or another comparable fiber optic service that offers good upload speeds.

Our systems do provide a second substream that is of lower quality that you can use just to monitor a few cameras at a time using a slow cable modem 5Mbps upload speed connection. You can manage the resolution and bit rate of the second stream to suit your needs on your network. Don't expect a great image though. Your high-quality main-stream is still being recorded at its set resolution for you to be able to go back and review or export video in full quality. Not everyone is willing to move to a location with fiber optic internet service and pay for a good package, so there needs to be a way to get them the functionality of viewing. The Sub-Stream is the answer.

Additional Networking Support

Our goal is to provide you with enough information to be able to finish the install on your own. If you'd like hands-on assistance configuring your network, including port forwarding, you may make an inquiry using the Submit a Support Question form to create a ticket. We do charge to configure your network.

Configuring IP Cameras on a Network (2024)

FAQs

Configuring IP Cameras on a Network? ›

Consider putting your cameras on a separate network from other devices, like your computer or printer. That way, if someone hacks into your computer or gets onto your main network, they wouldn't also have easy access to your cameras.

Should IP cameras be on a separate network? ›

Consider putting your cameras on a separate network from other devices, like your computer or printer. That way, if someone hacks into your computer or gets onto your main network, they wouldn't also have easy access to your cameras.

How do I access my IP camera on a different network? ›

On a different PC (one that's not connected to the same network as your camera), you can view your camera by opening the web browser, typing http://(IP address):(Camera port number) and pressing Enter. For this example, the address would be http://183.38.7.205:3333.

How do I view cameras on my network? ›

Viewing your IP camera's feed
  1. Step 1: Find your camera's IP address.
  2. Step 2: Go to that IP address in your browser.
  3. Step 3: Check the settings on browser login to see which port the camera is using.
  4. Step 4: Reboot the camera and log back into it on your browser.
  5. Step 5: Find the WAN/external IP address of your router.
Mar 20, 2024

What is the topology of IP camera network? ›

A bus topology is a linear arrangement of cables that connects IP cameras along a single backbone. The backbone connects to the recording device or the internet at one end, and has a terminator at the other end. This topology minimizes the cable cost and complexity, and allows easy addition or removal of cameras.

How do I setup an IP camera on my network? ›

Adding an IP Camera to Your Local Area Network
  1. Step 1: Connect the Camera to Power and Your Network Router. ...
  2. Step 2: Find the Camera's IP Address. ...
  3. Step 3: Access the Camera's Web Interface. ...
  4. Step 4: Log in to the Camera's Interface. ...
  5. Step 5: Configure the Camera's Network Settings. ...
  6. Step 6: Set up Video and Audio Settings.
Jan 30, 2023

Will IP cameras slow down the network? ›

Do WiFi cameras slow down Internet? While yes, the IP cameras, including wireless security cameras and the wired ones, may slow down your network a bit, but the impact is not as much as you may think.

Do IP cameras have their own IP address? ›

Unlike an ordinary webcam it is a standalone unit with its own IP address that requires nothing more than a network connection in order to transfer images.

What is the difference between IP camera and network camera? ›

Internet Protocol cameras, also called IP cameras or network cameras, provide digital video surveillance by sending and receiving footage over the internet or local area network (LAN). Like their name suggests, IP cameras connect to a network through WiFi or a Power over Ethernet (PoE) cable.

How to find the IP address of an IP camera? ›

Find the CCTV IP address via the URL of the camera configuration page. If you have access to the security camera settings and configuration page, you can obtain the IP camera address by observing the URL of your camera's setting page.

How do I connect my IP camera outside my network? ›

To access the IP camera OUTSIDE the private network, type on the browser's address bar the WAN (or public) IP address followed with the assigned port separated by a colon. For example: "http://xx.xx.xx.xx:##" ("http://209.179.21.76:81" where 209.179.

Are security cameras connected to a network? ›

Not all security cameras require the internet, but without it, you miss out on remote control, notifications, and other features of smart cameras. While these days, most security cameras are connected to the internet, there are a number of wireless options that don't require the net to function.

What type of signal does an IP camera produce? ›

An IP camera DOES generate an Ethernet signal, which is carried by a cable into connecting infrastructure. SOME IP cameras transmit their data back into the network via Wi-Fi.

What are the 4 types of networks topology? ›

In this article, we learn more about them.
  • Bus Topology. In a bus topology, every computer is connected to a common bus. ...
  • Ring Topology. In a ring topology, every node is connected to two other nodes, forming a loop. ...
  • Tree Topology. ...
  • Star Topology. ...
  • Mesh Topology.

What are typical IP camera ports? ›

Ports: 80 (TCP), 8000 (UDP and TCP) and 554 (UDP and TCP)

What happens if two devices have the same IP address on different networks? ›

All public IPs assigned to Routers of ISPs or Routers connecting to Internet are unique. but private IPs of two hosts can be the same if both are connected to different public networks. So the combination of public and private IP identifies your device uniquely.

What is the distance range for IP cameras? ›

Generally speaking, security cameras have a range of anywhere between 10 and 70ft during the day. Some advanced night-vision security cameras have a range of 100-200ft! There are many features that can affect and impact your security camera's vision range, such as: Focal length.

Should my IP address be the same on all devices? ›

Does each device have a different IP address? Yes, each device has a different IP address. In the image above, you'll note all the devices in the same home have IP addresses beginning with the same numbers because they are on the same network.

Top Articles
Latest Posts
Article information

Author: Greg Kuvalis

Last Updated:

Views: 6317

Rating: 4.4 / 5 (55 voted)

Reviews: 94% of readers found this page helpful

Author information

Name: Greg Kuvalis

Birthday: 1996-12-20

Address: 53157 Trantow Inlet, Townemouth, FL 92564-0267

Phone: +68218650356656

Job: IT Representative

Hobby: Knitting, Amateur radio, Skiing, Running, Mountain biking, Slacklining, Electronics

Introduction: My name is Greg Kuvalis, I am a witty, spotless, beautiful, charming, delightful, thankful, beautiful person who loves writing and wants to share my knowledge and understanding with you.