.AM .Dd February 22, 2004 .Dt WIBAN 8 .Os .Sh NAME .Nm wiban .Nd Manage the MAC-based ban list for wireless interfaces. .Sh SYNOPSIS .Nm .Op Fl i Ar iface .Op Fl a .Op Fl d .Op Fl c .Op Ar MAC(s).. .Sh DESCRIPTION Without arguments, .Nm will display the current MAC list and whether it's allowing or disallowing those on the list. .Bl -tag -width indent .It Fl i Set the interface to operate on. wi0 if not specified. .It Fl a Set the mode to only allowing MACs on the list. .It Fl d Set the mode to disallowing the MACs on the list. .It Fl c Clear the MAC list. Note that if the mode is to allow only what's on the list, nobody gets on. .El .Sh EXAMPLES Allow only station 00:03:93:eb:d1:9f .Pp .Dl "wiban -a 00:03:93:eb:d1:9f" .Pp Deny access only to stations 00:03:93:eb:d1:9f and 00:02:6f:03:53:46 .Pp .Dl "wiban -d 00:03:93:eb:d1:9f 00:02:6f:03:53:46" .Pp Bring everything back to default: disallow nobody. .Pp .Dl "wiban -d -c" .Sh LICENSE .Xr http://wleiden.webweaving.org:8080/svn/node-config/LICENSE