Changes

From SME Server
Jump to navigationJump to search
1,043 bytes added ,  11:13, 22 June 2009
m
Add notes to bypass authentication
Line 234: Line 234:     
{{ Note box|proto can be tcp or udp only for now, there's now way to add icmp rules with db commands.}}
 
{{ Note box|proto can be tcp or udp only for now, there's now way to add icmp rules with db commands.}}
 +
 +
=== Bypass authentication for a list of Mac addresses ===
 +
 +
CoovaChilli has an interesting features which allo the authentication to be bypassed for a list of mac addresses. It can be usefull if you want to connect devices without any browser (playstation etc...)
 +
To enable this feature, you'll have to create a custom template:
 +
 +
mkdir -p /etc/e-smith/templates-custom/etc/chilli.conf
 +
vim /etc/e-smith/templates-custom/etc/chilli.conf/99MacAuth
 +
 +
And put something like this
 +
macallowed 0022431665B3
 +
macallowed 0045EF1AF9CC
 +
macallowlocal
 +
 +
You can use one macallowed directive per mac address, or specify multiple mac addresses, separated by a comma.
 +
Once you saved this file, restart chilli with:
 +
signal-event chilli-update
 +
 +
Now the devices you've specified will be able to connect without authenticating. You should see a line like this one in /var/log/messages when one of this device is connecting:
 +
Jun 21 19:36:47 smetest coova-chilli[25483]: chilli.c: 2746: Granted MAC=00-22-47-16-29-AB with IP=10.1.0.10 access without radius auth
    
=== Troubleshoot ===
 
=== Troubleshoot ===

Navigation menu