Page 1 of 1
Two network card
Posted: Mon Oct 13, 2008 9:14 am
by sipi
Hello, I'd like use two network card that first interface communicates IP cams and second communicates LAN. First is record pictures and second is run http. Is it a good idea or not? How I make it? Thanks.
Posted: Mon Oct 13, 2008 9:17 am
by cordel
Sure it's a good idea, it keeps all the camera traffic off your network. Assign an IP to each nic or dhcp on the one for your network, use different subnets if you like and put the cams on one, and your network on the other.
Posted: Tue Oct 14, 2008 9:31 am
by sipi
Thanks. I'd like dedicate interfaces to process but I don't know where and how can I sign what interface uses input IP packets from IP cams. It's right that I can modify apache setup where http runs. Can you help me? Thanks.
Posted: Tue Oct 14, 2008 1:22 pm
by curtishall
Setup dhcpd to run on the selected interface (eth1 / eth0). If you have more then one DHCP daemon on that network that shares with the IP cameras either switch the IP cameras to static ips or manually add the mac addresses of the ip cameras into your dhcpd configuration and just access those cameras in zoneminder
I believe the default configuration for apache is to listen on all interfaces.
sipi wrote:Thanks. I'd like dedicate interfaces to process but I don't know where and how can I sign what interface uses input IP packets from IP cams. It's right that I can modify apache setup where http runs. Can you help me? Thanks.
Posted: Mon Nov 02, 2009 6:20 pm
by sipi
I've tested my zm with two network cards some times. Last month I probably it since three weeks. I set up apache config that zmapache listen on second card to solve http request.
My experience that it hasn't any effect on my zm but I hoped it can speed up my zm. I think that is it because all cards works same PCI bus but it is a tip.