Hi,

Mac authentication for only one workstation It is mean to work as follows: add a line similar to
macallowed 00-52-12-30-1D-99
to your /etc/chilli.conf. Do not set macauth as it will perform macauthentication only.

This worked on my desktop, a 4 year old athlon. It didn't work on my hotspotserver (wrap with geode SC1100 CPU). It een made chillispot crash.

The crash was can be solved with the following patch

diff -aur chillispot.old/src/chilli.c chillispot.new/src/chilli.c
--- chillispot.old/src/chilli.c 2006-09-24 19:48:25.000000000 +0200
+++ chillispot.new/src/chilli.c 2007-06-11 01:28:50.000000000 +0200
@@ -534,6 +534,7 @@
     }
   }
   free(p3);
+  return 0;
}

int static process_options(int argc, char **argv, int firsttime) {


Regards, Johan