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

CentOS7 configures firewalld to share the network with internal LAN machines using the NAT method

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

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

A centos7 system has two NIC, one connected to the external network segment 10.8.20.0/24, and the other connected to the internal network segment 172.168.10.0/24. Its IP is: 172.168.10.1. Other machines in the local area network can only connect to the 172.168.10.0/24 network segment. For example, the IP of one of them is: 172.168.1.100. Now to enable other machines in the local area network to connect to the external network, you can do the following on this centos7 system:

Turn on NAT forwarding

# firewall-cmd --permanent --zone=public --add-masquerade

Open port 53 used by DNS, otherwise it may cause the intranet server to be unable to perform domain name resolution although the correct DNS is set.

# firewall-cmd --zone=public --add-port=53/tcp --permanent

Restart firewall

# systemctl restart firewalld.service

In this way, on other machines in the local area network, set their IP to 172.168.10.0/24 network segment, and the default gateway to 172.168.10.1, and you can connect to the external network

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