Firewalld configuration instances (multiple) and firewalld instances

Source: Internet
Author: User

Firewalld configuration instances (multiple) and firewalld instances

Example 1: clients in the 172.24.0.0/24 domain cannot access your VM system.

(1)

[Root @ override top0 ~] # Firewall-cmd -- add-rich-rule "rule family =" ipv4"

Source address = "172.24.0.0/24" service name = "ssh" reject"

Success

[Root @ override top0 ~] # Firewall-cmd -- add-rich-rule "rule family =" ipv4"

Source address = "172.24.0.0/24" service name = "ssh" reject "-- per

Success

(2)

[Root @ server0 ~] # Firewall-cmd -- add-rich-rule "rule family =" ipv4"

Source address = "172.25.0.10" port = "3260" protocol = "tcp" accept"

[Root @ server0 ~] # Firewall-cmd -- add-rich-rule "rule family =" ipv4"

Source address = "172.25.0.10" port = "3260" protocol = "tcp" accept"

Example 2: In the 172.25.0.0/24 network, the local port 5423 accessing desktopX will be forwarded to 80.

[Root @ override top0 ~] # Firewall-cmd -- add-rich-rule "rule family =" ipv4"

Source address = "172.25.0.0/24" forward-port = "5423" protocol = "tcp" to-port = "80 ""

Success

[Root @ override top0 ~] # Firewall-cmd -- add-rich-rule "rule family =" ipv4"

Source address = "172.25.0.0/24" forward-port = "5423 "? Protocol = "tcp" to-port = "80" "-- per

Success

Example 3: allowed services

[Root @ server0 ~] # Firewall-cmd -- add-service = https

Success

[Root @ server0 ~] # Firewall-cmd -- add-service = https -- per

Success

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.