Linux common network operations

Linux common network operations

insert image description here
insert image description here
insert image description here
insert image description here
CentOS 7.0 uses firewall as the firewall by default

  • Turn off the firewall directly
systemctl stop firewalld.service
  • Turn on the firewall
systemctl start firewalld.service
  • View firewall status
systemctl status firewalld.service
  • Prohibit firewall from booting
systemctl disable firewalld.service

Guess you like

Origin blog.csdn.net/weixin_46707326/article/details/120106245