From kevin at netsmith.ltd.uk Thu Jan 15 02:47:31 2009 From: kevin at netsmith.ltd.uk (Kevin Smith) Date: Thu, 15 Jan 2009 10:47:31 +0000 Subject: [NoCat] NoCatAuth Message-ID: <496F1443.4070300@netsmith.ltd.uk> Hi, Is it possible to install NoCatAuth on a Linux kernel > 2.4? I have CentOS 5.2 x86_64 installed, which has a 2.6.18 kernel. Many thanks, Kevin From kevin at netsmith.ltd.uk Thu Jan 15 02:45:38 2009 From: kevin at netsmith.ltd.uk (Kevin Smith) Date: Thu, 15 Jan 2009 10:45:38 +0000 Subject: [NoCat] NoCatSplash Message-ID: <496F13D2.7010708@netsmith.ltd.uk> Hi All, I'm wondering how much development is currently active on this project (NoCatSplash) and the kind of support from the community is currently available. I ask this, as I've recently set-up a CentOS 5.2 installation and I'm having trouble trying to get the test loopback option installed and working. I've installed the test with the following configure: $ cd splash $ ./configure --prefix=/tmp/nocat --with-firewall=loopback \ --with-ghttpd $ make $ make install $ vi /tmp/nocat/etc/nocat.conf Set "LoginTimeout" to a low value, say, 120 seconds. As root, run: # /tmp/nocat/sbin/ghttpd & # /tmp/nocat/sbin/splashd When I visit http://localhost/test.html it doesn't redirect to the authorisation page. It shows the success page (test.html) instead. Any ideas what might be wrong? Can this correctly install the correct firewall settings for iptables 1.3.5 on a Linux Kernel 2.6.18? Many thanks, Kevin