Install Wifidog On Windows
Wifidog RADIUS config Work in progress. More to come:! This document was based on FC10, and free-radius. The encryption method used were CHAP_MD5, and the other methods were not tested, or verified, though they should work. Assumptions You've got your distro working properly You have configured the Auth server and Gateway properly. They work right, at least for the default-network login for the admin user.
Download The WiFiDog captive portal suite for free. The WiFi Guard Dog project is a complete and embeddable captive portal solution for wireless community groups or individuals who wish to open free HotSpots while preventing abuse of their connection. Go to dev.wifidog.org to download the latest. It is highly recommended to install optional extentions to activate all features of the portal. If you are not sure which extentions are installed, install.php will detect all of them and display usefull informations to help you. The additional PHP library will be automatiqualy downloaded and installed by install.php (if you want them). Repository for the wifidog-gateway captive portal designed for embedded systems. Sep 08, 2010 WiFiDog and Windows Auth Server. Has anyone set up a Windows based WiFiDog Auth Server and used it with dd. (I followed the WiFiDog installation.
If the above isn't done yet, finish that first. Figuring out why radius isn't working is hard enough.
Don't try to troubleshoot the whole mess at the same time. Get the Auth server and GW working using local auth first!!! Outline I used Fedora. I'm sure you could use CentOS or RHEL, but many of the pieces aren't available via yum or RPM's, and I really don't care for compiling stuff by hand. Free Download Zoku Natsume Yuujinchou Sub Indo more. So, the suggestion is to use a current Fedora, or something else that has most everything needed so you don't have to compile.
If compiling everything by hand is your thing, then by all means - enjoy yourself - start with RH6 or something. Make sure you have freeradius installed and working - follow the docs for which modules you'll need. You'll need quite of bit of stuff to make it all work. Radius support for PHP etc.) Configure Free-Radius.
This config had everything (Auth Server, Postgres and Free-Radius on the same box.) So, make sure you configure the clients.conf - either for 127.0.0.1 for a Free-Radius server that's local, or for the appropriate 'client' network. If you're doing something more elaborate for user management on Free-Radius, make sure that works properly. I simply used the users file in Free-Radius - so that's straightforward. IMPORTANT The docs in are MISLEADING [wrong might be more accurate, but less charitable] for the config string in the Network config. DO NOT LEAVE SPACES BETWEEN THE ELEMENTS! I'm sure I could go figure out why, but I'm buried so many hours at this point, I'm not very eager to do so. The config string should look something like the first example and NOT like the second!: 'default-network','localhost',1812,1813,'xxxxxx','CHAP_MD5' 'default-network', 'localhost', 1812, 1813, 'xxxxxx', 'CHAP_MD5' If you leave spaces in-between the elements, it's going to barf on you.
I kept getting an 'Invalid RADIUS encryption method.' When I tried to login. The examples show spaces - save yourself some serious agony, and leave them out! AGAIN - DON'T PUT SPACES BETWEEN THE ELEMENTS IN 'AUTHENTICATOR PARAMETERS' The available Radius encryption/communication methods are: 'CHAP_MD5' 'MSCHAPv1' 'MSCHAPv2' While there's reference to PAP in the code, it doesn't appear to work. --- Create a new network, which will use. (This should allow you to login to the auth-server using the default network should your radius config be wrong.