I was hoping someone you recommend a configuration for me. (I have a wrt54g). Openwrt is installed an running fine.
I would like to have the following:
1 - All five ports on the back setup as a switch
2 - The ability for the wifi connection to MAC filter with the addresses stored on another machine. If the MAC address checks out, you get an ipaddress, and get on the network. If not, I don't know - no IP address, firewalled, whatever is easiest to keep you off the network.
For #1, the following seemed to work
vlan0ports=0 1 2 3 4 5*
vlan1ports=
lan_ifnames=vlan0 eth1 eth2 eth3
wan_ifnames=vlan1
For #2, I'm at a bit of a loss. The MAC filtering thing looks like it's all done locally on the wrt54g.
Thanks to anyone who can point me in the right direction.