Page 1 of 1
how do I get it to run free of the internet?
Posted: Mon Aug 10, 2009 11:11 pm
by alf
I have to be missing something real obvious here, I have it all up and running but if I unplug the internet from the computer it is on, it stops.
Running firefox and live blue cherry cd install.
Posted: Tue Aug 11, 2009 6:44 am
by kingofkya
are you useing network or local cams
note Apache needs inet to start unless you change start up parameter
Posted: Tue Aug 11, 2009 7:11 am
by alf
kingofkya wrote:are you useing network or local cams
note Apache needs inet to start unless you change start up parameter
Using the blue cherry card with cctv - So local.
Posted: Tue Aug 11, 2009 6:02 pm
by kingofkya
Just to make sure your opening the web page to
http://127.0.0.1/zm right
yup
Posted: Tue Aug 11, 2009 6:37 pm
by alf
Just tried it again, when I pull the plug the image stops and the time stamp stops.
but
when watching from another computer remotely I can unplug the internet from the dsl modem and it works fine, remotely.
I was planning to get a dual head video card and putting a monitor in an area where people can watch the cameras, and next to the computer itself.
My work around would be to get another computer and use that where I want to have the cameras monitored. I would rather not do that.
Posted: Tue Aug 11, 2009 6:44 pm
by kingofkya
I dont know for sure but
I think it has to do with the hosts file
Edit: run ifconfig see if you have a lo interface (known as loop back)
If it s not there run ifup lo
Posted: Tue Aug 11, 2009 7:17 pm
by alf
I get
eth0 Link encap:Ethernet HWaddr 00:15:f2:4c:95:db
inet addr:192.168.1.103 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::215:f2ff:fe4c:95db/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:195595 errors:0 dropped:0 overruns:0 frame:0
TX packets:256582 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:32403058 (32.4 MB) TX bytes:213568842 (213.5 MB)
Interrupt:23 Base address:0xe000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:2625908 errors:0 dropped:0 overruns:0 frame:0
TX packets:2625908 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1878379327 (1.8 GB) TX bytes:1878379327 (1.8 GB)
When I run ifup lo it says its configured.
I think if I put the router and the host computer on a ups it will never lose power and my problems will be solved for short power outages, which is all I get usually.
Unless you see something there.
I've tried every search I can think of here so I think I'm missing something obvious.
Posted: Wed Aug 12, 2009 7:00 pm
by alf
figured it out, checked "work offline" in firefox.
I knew it was something simple.