2014年7月10日 星期四

[Firewall] How to block ipv6 IP and Port






Command


ip6tables -I FORWARD -p TCP -d <IPv6 address> --dport 21 -j DROP
ip6tables
-I FORWARD -p UDP -d <IPv6 address> --dport 21 -j DROP


Reference :



  1. IP6TABLES


Related Posts:

0 意見:

張貼留言