Er just looked it up and ssl (https) is port 443, that's the one I need to use for forwarding, thank you.
Ram
Search found 7 matches
- Thu Dec 13, 2012 1:54 am
- Forum: ZoneMinder 1.25.x
- Topic: Port Forwarding (NAT) and https help please
- Replies: 4
- Views: 2552
- Wed Dec 12, 2012 6:26 am
- Forum: ZoneMinder 1.25.x
- Topic: Port Forwarding (NAT) and https help please
- Replies: 4
- Views: 2552
Port Forwarding (NAT) and https help please
Hello, connection is as follows (Internet) -> eth0 (sme server (centos server)) eth1 -> (LAN) -> eth0 (Zoneminder 1.25) I set up port forwarding on my server to go Incoming (any ip:8080) to 192.168.2.3:80(Zoneminder) I have my zoneminder configured with the apache2 ssl config via the ubuntu tutorial ...
- Mon Dec 10, 2012 5:44 am
- Forum: ZoneMinder 1.25.x
- Topic: Foscam FI8910W control
- Replies: 4
- Views: 1928
Re: Foscam FI8910W control
Try adding extension=mysql.so to your /etc/php5/apache2/php.ini file I fixed my problem as follows. Fresh Ubuntu Server Install with only SSH Install LAMP as per this guide http://www.howtoforge.com/ubuntu_lamp_for_newbies Then install zoneminder as per this guide http://www.zoneminder.com/wiki ...
- Tue Dec 04, 2012 4:09 pm
- Forum: ZoneMinder 1.25.x
- Topic: Foscam FI8910W control
- Replies: 4
- Views: 1928
Re: Foscam FI8910W control
what is your distro and zm version?
You are one step further then I am, I could not get mine to move, it seems this is a common problem.
You are one step further then I am, I could not get mine to move, it seems this is a common problem.
- Sun Dec 02, 2012 1:11 am
- Forum: ZoneMinder 1.25.x
- Topic: zmcontrol.pl not running through script please help gurus.
- Replies: 2
- Views: 1751
Re: zmcontrol.pl not running through script please help guru
just compiled this on Centos and it was the same
Ubuntu 12 Centos 6 not working
Ubuntu 12 Centos 6 not working
- Sat Dec 01, 2012 11:07 pm
- Forum: ZoneMinder 1.25.x
- Topic: Foscam FI8918E Pan and Tilt
- Replies: 10
- Views: 4182
Re: Foscam FI8918E Pan and Tilt
I believe it has to do with zmcontrol.pl. As I posted in another thread the zmcontrol.pl gets stuck in the if ( my $cpid = fork() ) { logReinit(); # Parent process just sleep and fall through socket( CLIENT, PF_UNIX, SOCK_STREAM, 0 ) or die( "Can't open socket: $!" ); my $attempts = 0; while ...
- Sat Dec 01, 2012 4:29 pm
- Forum: ZoneMinder 1.25.x
- Topic: zmcontrol.pl not running through script please help gurus.
- Replies: 2
- Views: 1751
zmcontrol.pl not running through script please help gurus.
Hello, Through adding in some "prints" into my zmcontrol.pl I have been able to track down where the script fails. Ubuntu 12 Zm 1.25 if ( my $cpid = fork() ) { logReinit(); # Parent process just sleep and fall through socket( CLIENT, PF_UNIX, SOCK_STREAM, 0 ) or die( "Can't open socket: $!" ); my ...