<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Jason,<br>
<br>
<blockquote
 cite="mid:AANLkTikBFvBC1shWRVgYE-Rqz_Add+gzgrPpfwh4Mdgk@mail.gmail.com"
 type="cite">
  <ol>
  </ol>
Situation 1<br>
The auth server is down page is displayed as expected<br>
</blockquote>
The page that is shown there is the green page saying "Uh ohhh 
internet not available", right?  This page resides on the gateway and
is the file /etc/wifidog-msg.html<br>
<br>
<blockquote
 cite="mid:AANLkTikBFvBC1shWRVgYE-Rqz_Add+gzgrPpfwh4Mdgk@mail.gmail.com"
 type="cite"><br>
Situation 2<br>
The client connects to the hotspot and then tries to go to the browser
default page,for example <a moz-do-not-send="true"
 href="http://www.google.con.au">www.google.con.au</a>.  The client
gets a Server not found error in their browser.  I would like to have
the Auth server is down page displayed.  I believe what I am seeing is
due to the DNS lookup failure.  Is there away around this?  Since the
user is not authenticated yet, i would of thought all requests would be
redirected without doing a DNS lookup.  Have I miss-understood this?<br>
  <br>
Situation 3<br>
The client is browsing the internet and the internet connection goes
down.  I would to show the internet down page when they request their
next page.<br>
  <br>
</blockquote>
Indeed, there is no internet is down page.  Actually, I think the
gateway is not involved at all before the dns is resolved, so that it
isn't caught by the rule that shows the internet unavailable page.<br>
<br>
But that would certainly be a nice feature to add.  I guess it would
involve some iptables set by the gateway when internet is down.  If the
gateway doesn't catch the request for dns lookup, at least the firewall
will and will display the page...  <br>
<br>
Or modify the gateway so that the dns lookup request is caught and the
error page is shown.  Because the code to display the message in
situation 2 and 3 is there, it is just never called...<br>
<br>
Hope this helps,<br>
Geneviève<br>
</body>
</html>