


Detailed tutorial on Linux firewall configuration (iptables and firewalld).
The following is a brief Linux firewall configuration tutorial, covering two commonly used firewall tools: iptables and firewalld.
iptables is one of the most commonly used firewall tools on Linux, and firewalld is the default firewall management tool used in CentOS 7 and its derivatives.
iptables firewall configuration:
-
View current firewall rules:
iptables -L -n
-
Clear the current firewall rules:
iptables -F
-
Allow inbound connections on specific ports:
iptables -A INPUT -p <协议> --dport <端口号> -j ACCEPT
For example, allow port 80 of TCP protocol:
iptables -A INPUT -p tcp --dport 80 -j ACCEPT
-
Allow inbound connections for specific IP address ranges:
iptables -A INPUT -s <IP地址/子网掩码> -j ACCEPT
For example, to allow connections from the 192.168.0.0/24 subnet:
iptables -A INPUT -s 192.168.0.0/24 -j ACCEPT
-
Block all inbound connections:
iptables -P INPUT DROP
-
Save configuration:
service iptables save
firewalld firewall configuration:
-
View current firewall rules:
firewall-cmd --list-all
-
Allow inbound connections on specific ports:
firewall-cmd --zone=public --add-port=<端口号>/tcp --permanent
For example, allow port 80 of TCP protocol:
firewall-cmd --zone=public --add-port=80/tcp --permanent
-
Allow inbound connections for specific IP address ranges:
firewall-cmd --zone=public --add-source=<IP地址/子网掩码> --permanent
For example, to allow connections from the 192.168.0.0/24 subnet:
firewall-cmd --zone=public --add-source=192.168.0.0/24 --permanent
-
Block all inbound connections:
firewall-cmd --zone=public --set-default=drop
-
Reload firewall configuration:
firewall-cmd --reload
The above are just some common iptables and firewalld command examples, you can modify and extend them according to your own needs. Please note that you must be careful when configuring your firewall to ensure it is not blocking the legitimate traffic you need, and be sure to save and load the configuration for it to take effect. In addition, it is recommended to back up existing firewall rules before configuring the firewall to prevent unexpected situations.
The above is the detailed content of Detailed tutorial on Linux firewall configuration (iptables and firewalld).. For more information, please follow other related articles on the PHP Chinese website!

This post mainly introduces Zoho Mail. Learn how to sign up for Zoho Mail and log into your Zoho Mail account to use this email service to view and manage your personal or business emails.

Want to show formulas in Excel? Want to hide formulas in Excel? It is not difficult to do these jobs. php.cn Software collects some useful methods and shows them in this post. In addition, if you want to recover your lost Excel files, you can try php

Does Google provide a free VPN? What is Google One VPN? Do you get VPN with Google One? In this post, php.cn will show you information about this VPN service. Besides, you can download Google One VPN for Desktop (Windows & macOS) to access the in

Are you struggling with the “internal hard drive keeps disconnecting Windows 10” issue? There are many possible reasons for this related issue and you can read this post on php.cn Website for detailed troubleshooting measures and figure out its trigg

FIFA 22/21 is a popular game that there is no football fans can resist it. However, you will be stopped from enjoying the game due to some reasons. One of the most frequent issues that you might meet is FIFA 22/21 crashing on PC. If your FIFA 22 keep

Some of you find that Hulu won’t play certain shows when intending to watch some videos on it. To address Hulu missing episodes, we have sorted out some potential reasons and feasible solutions for you on php.cn Website. If you are also troubled by i

Google Drive offers apps for Windows and Mac. With the Google Drive desktop app, you can sync files more easily. This post from php.cn shows you how to download, install, and use Google Drive for Windows.

Super People is one of the latest battle royal games that is published by Wonder Games and you can download it for free on the Steam client. When you play this game, you are likely to encounter Super People lag, low FPS and stuttering issues. Luckily


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Atom editor mac version download
The most popular open source editor

Dreamweaver Mac version
Visual web development tools

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function