зеркало из
				https://github.com/iharh/notes.git
				synced 2025-11-03 23:26:09 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			26 строки
		
	
	
		
			863 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			26 строки
		
	
	
		
			863 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
firewalld:
 | 
						|
http://www.unixmen.com/iptables-vs-firewalld/
 | 
						|
    sudo apt install firewalld
 | 
						|
https://computingforgeeks.com/install-and-use-firewalld-on-ubuntu/
 | 
						|
http://guoqiao.me/post/2015/0610-vagrant-network-not-working-for-centos-7
 | 
						|
 | 
						|
sudo systemctl status firewalld.service 
 | 
						|
sudo systemctl stop firewalld.service 
 | 
						|
sudo systemctl disable firewalld.service
 | 
						|
 | 
						|
firewall-cmd --zone=public --permanent --add-service=http
 | 
						|
firewall-cmd --zone=public --permanent --add-service=https
 | 
						|
firewall-cmd –reload
 | 
						|
 | 
						|
samples:
 | 
						|
check network group
 | 
						|
show firewall group internet_allowed_zone
 | 
						|
 | 
						|
if not there add to group
 | 
						|
set firewall group network-group internet_allowed_zone network 'host ip/32'
 | 
						|
 | 
						|
2022
 | 
						|
https://itsecforu.ru/2022/06/29/%f0%9f%96%a7-%d1%88%d0%bf%d0%b0%d1%80%d0%b3%d0%b0%d0%bb%d0%ba%d0%b0-%d0%bf%d0%be-firewalld/
 | 
						|
2018
 | 
						|
https://opensource.com/article/18/9/linux-iptables-firewalld
 |