This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

MAC filtering for Wireless LAN

I have a 3COM 2000 access point - would like to enable a DMZ for my wireless lan with MAC filtering - does Astaro support this? I know Astaro can act as an Access point, but I already have the hardware (no need to duplicate)

Thanks
Herman Pienaar  


This thread was automatically locked due to age.
Parents
  • When used as an Access Point, MAC Black-/Whitelists can be used. What you want to do is to use your Access Point, but connect the ASL between the Access Point and your LAN, right? In that case, the ASL can't do the filtering for you, because that is based on IP layer (and above). It would be possible on the command line, though ...

    HTH,
    andreas  
Reply
  • When used as an Access Point, MAC Black-/Whitelists can be used. What you want to do is to use your Access Point, but connect the ASL between the Access Point and your LAN, right? In that case, the ASL can't do the filtering for you, because that is based on IP layer (and above). It would be possible on the command line, though ...

    HTH,
    andreas  
Children
  • Hi,

    thanks Andreas, so append to the FORWARD chain:
    e.g.
    iptables -A FORWARD -m state -state NEW -m mac -mac-source 00:C7:8F:72:14 -j ACCEPT ?

    (one for each wireless client MAC address)

    How would I save this to load on next restart?

    Thanks
    Herman