Page 1 of 1

login page doesn't work with no-ip

Posted: Tue Apr 24, 2007 2:40 pm
by danielareas
I configured an URL at NO-IP to resolve the IP and have access to my zoneminder server. The problem is that when remotely access the server using the NO-IP Dynamic DNS URL, the login page doesn't work. Every time I put my login and password, the page acts as if they were wrong. The strange thing is that when I access the same page using the IP number, the page works fine. Does anybody know why?

Posted: Tue Apr 24, 2007 3:26 pm
by jameswilson
try clearing your cookies

maybe...

Posted: Tue Apr 24, 2007 10:00 pm
by barbaq
Are you behind a firewalled router? Also check if your internet provider doesnt block standard web port 80.

Posted: Tue Apr 24, 2007 10:49 pm
by cordel
Don't worry about port 80 as if it was closed you would never see the login page.
Are you using any non standard configuration like virtual hosts?
What do the apache logs show???
Have you gone through the Trouble shooting sections of the README and the Wiki FAQ?

I know that no-ip and dyn-dns both work fine and I use no-ip a majority of the time and have never had any issues.

the source code changes when accessed by NO-IP

Posted: Thu Apr 26, 2007 7:49 pm
by danielareas
When I use Mozilla, both ways work fine, the problem only occurs when I use Internet Explorer.
The source code for the NO-IP page is different from de source code of the page accessed by the IP number:

Source code for the NO-IP login page:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<!-- WEB REDIRECTION PROVIDED BY NO-IP.COM http://www.no-ip.com/ -->
<head>
<TITLE>ZM - Console</TITLE>
<meta name="keywords" content="">
<meta name="description" content="">
<link rel="icon" href="http://201.25.74.40:8080/favicon.ico" type="image/ico">
<link rel="shortcut icon" href="http://201.25.74.40:8080/favicon.ico">
</head>
<!--
<script language="JavaScript">
if(window != top) {
top.location.href = location.href;
}
</script>
-->
<frameset rows="*,29" >
<frame src="http://201.25.74.40:8080/zm" name="redir_frame" frameborder=0>

<frame src="http://zmabc.no-ip.org/zm_popupgoogle.html" noresize="noresize" scrolling="no" name="ad_frame"
frameborder="0">
<noframes>
Sorry, your browser does not support frames. Click <a href="http://201.25.74.40:8080/zm" TARGET=_top>here</A>
</noframes>
</frameset>

</html>

Posted: Fri Apr 27, 2007 12:43 am
by cordel
Check your security settings in IE. The browser has to accept cookies in order to login. You will also have to allow it to run java script, use cambozola and probably have to install java since they don't include the java vm anymore like they used to.

I know there is discussion on the forum in regards to this and I probably should get it in the Wiki.

Posted: Fri Apr 27, 2007 4:32 pm
by danielareas
It worked, thank you very much Cordel!