안녕하세요~~ 직접 해보지는 못했습니다만..
netfilter.org 에서 검색하다가 찾았습니다.
참고해보십셔~
################################################################
mac
This module must be explicitly specified with `-m mac' or `--match mac'.
It is used for matching incoming packet's source Ethernet (MAC) address,
and thus only useful for packets traversing the PREROUTING and INPUT chains.
It provides only one option:
--mac-source
followed by an optional `!',
then an ethernet address in colon-separated hexbyte notation,
eg `--mac-source 00:60:08:91:CC:B7'.
################################################################
원문 링크 해놓겠습니다.
http://www.netfilter.org/documentation/HOWTO//packet-filtering-HOWTO-7.html#ss7.2 : 클라이언트pc의 mac addre
ss를 알아내고, : iptables 로 mac address를 이용하여 telnet 접속을 허용하려고 합니다.
:
: 리눅스와 윈도우 컴의 맥어드레스 아는 방법과
: 이를 이용하여 리눅스에서 iptables를 이용하여 필터링하는 방법을 문의 드립
: 니다.
: 조언 부탁드리겠습니다.