Jump to content

Recommended Posts

Posted (edited)

ребят может кто сталкивался есть мост в wds.  возможно ли на стороне клиента задать фильтрацию по мак адресам на лан порт убиков.?? 

Edited by SVD
Posted

iptables -A FIREWALL -i eth0 -s 10.6.129.12/32 -m mac --mac-source e8:9a:8f:хх:хх:хх -j RETURN
iptables -A FIREWALL -i eth0 -j DROP

 

Вот так работает

Posted

Ок пасиб 

Posted
XM.v5.5.8# iptables -L -n

Chain INPUT (policy ACCEPT)

target     prot opt source               destination         

 

Chain FORWARD (policy ACCEPT)

target     prot opt source               destination         

 

Chain OUTPUT (policy ACCEPT)

target     prot opt source               destination         

XM.v5.5.8# iptables -A FIREWALL -i eth0 -s 10.10.10.24/20 -m mac --mac-source 90:e6:ba:e0:ea:4a -j RETURN

iptables: No chain/target/match by that name
Posted

Разобрался модуль подгрузил.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...