Hi There,<br>
<br>
Is there a way to have my users that connect to the hotspot be given an 
internet is down page if the connection is actually down.<br>
<br>
I have setup my wifidog.conf with ip addresses for the auth servers.<br>
<br>
There are 3 situations where a custom page needs to be displayed:<br>
<ol><li>Internet is up but for some reason the auth server is not reachable</li><li>Internet is down when a user connects before they have authenticated by a splashonly login</li><li>Internet goes down after the user has been authenticated and has been browsing for a bit.</li>

</ol>
Situation 1<br>
The auth server is down page is displayed as expected<br>
<br>
Situation 2<br>
The client connects to the hotspot and then tries to go to the browser 
default page,for example <a 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>
<br>
<br>
My initial thoughts was to use IPTable rules, but sure exactly what to 
use.  The other option is a transparent proxy server on the router, but 
again not sure where to start with this one, and if it would really help
 me.<br>
<br>
Thanks in advance for any help/advice you might be able to offer.