SVD 6 Posted 2014-06-01 12:45:13 Share Posted 2014-06-01 12:45:13 (edited) ребят может кто сталкивался есть мост в wds. возможно ли на стороне клиента задать фильтрацию по мак адресам на лан порт убиков.?? Edited 2014-06-01 12:45:32 by SVD Link to post Share on other sites
logic 523 Posted 2014-06-01 13:20:45 Share Posted 2014-06-01 13:20:45 да, возможно Link to post Share on other sites
twg 871 Posted 2014-06-01 13:20:48 Share Posted 2014-06-01 13:20:48 iptables Link to post Share on other sites
twg 871 Posted 2014-06-01 13:25:28 Share Posted 2014-06-01 13:25:28 iptables -A FIREWALL -i eth0 -s 10.6.129.12/32 -m mac --mac-source e8:9a:8f:хх:хх:хх -j RETURNiptables -A FIREWALL -i eth0 -j DROP Вот так работает Link to post Share on other sites
SVD 6 Posted 2014-06-02 08:52:19 Author Share Posted 2014-06-02 08:52:19 Ок пасиб Link to post Share on other sites
SVD 6 Posted 2014-06-02 21:25:01 Author Share Posted 2014-06-02 21:25:01 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 Link to post Share on other sites
SVD 6 Posted 2014-06-02 21:48:26 Author Share Posted 2014-06-02 21:48:26 Разобрался модуль подгрузил. Link to post Share on other sites
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now