login page doesn't work with no-ip

Support and queries relating to all previous versions of ZoneMinder
Locked
danielareas
Posts: 33
Joined: Thu Oct 26, 2006 6:00 pm

login page doesn't work with no-ip

Post 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?
jameswilson
Posts: 5111
Joined: Wed Jun 08, 2005 8:07 pm
Location: Midlands UK

Post by jameswilson »

try clearing your cookies
James Wilson

Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
barbaq
Posts: 5
Joined: Mon Dec 19, 2005 10:42 pm

maybe...

Post by barbaq »

Are you behind a firewalled router? Also check if your internet provider doesnt block standard web port 80.
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post 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.
danielareas
Posts: 33
Joined: Thu Oct 26, 2006 6:00 pm

the source code changes when accessed by NO-IP

Post 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>
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post 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.
danielareas
Posts: 33
Joined: Thu Oct 26, 2006 6:00 pm

Post by danielareas »

It worked, thank you very much Cordel!
Locked