Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Use the configuration tool for network packet filtering using the ebtables command in linux

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Editor to share with you the use of linux ebtables command network packet filtering configuration tool, I hope you will learn a lot after reading this article, let's discuss it together!

Ebtables, like iptables, is a configuration tool for network packet filtering in Linux systems. Since they are called configuration tools, that is to say, the filtering function is supported by the underlying kernel, and these two tools are only responsible for formulating the filtering rules.

Syntax format: ebtables [parameters]

Common parameters:

Reference example

Set the forwarding table default action as acceptance:

[root@linuxcool ~] # ebtables-P FORWARD ACCEPT

View existing firewall rules:

[root@linuxcool] # ebtables-L

Add a discard rule with the original port 80 in the eth2 inbound direction:

[root@linuxcool] # ebtables-A FORWARD-I eth2-p ipv4-p-proto tcp-p-sport 80-j DROP

Empty the rule table:

[root@linuxcool] # ebtables-F has finished reading this article. I believe you have some understanding of the configuration tool using the ebtables command network packet filtering in linux. If you want to know more about it, welcome to follow the industry information channel. Thank you for reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report