<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Etiket &#187; Firewall &#187; Ahmet Bolu</title>
	<atom:link href="https://ahmetbolu.com/etiket/firewall/feed/" rel="self" type="application/rss+xml" />
	<link>https://ahmetbolu.com/etiket/firewall/</link>
	<description>Web Hizmetleri » Ahmet Bolu</description>
	<lastBuildDate>Sat, 22 Feb 2020 16:53:37 +0000</lastBuildDate>
	<language>tr</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://ahmetbolu.com/wp-content/uploads/2015/08/cropped-favicon-ahmetbolu-ipad-32x32.png</url>
	<title>Etiket &#187; Firewall &#187; Ahmet Bolu</title>
	<link>https://ahmetbolu.com/etiket/firewall/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>FirewallD Nedir ve Nasıl Kurulur? [ CentOS 8 ]</title>
		<link>https://ahmetbolu.com/firewalld-nedir-ve-nasil-kurulur/</link>
					<comments>https://ahmetbolu.com/firewalld-nedir-ve-nasil-kurulur/#respond</comments>
		
		<dc:creator><![CDATA[Ahmet Bolu]]></dc:creator>
		<pubDate>Sat, 22 Feb 2020 10:34:13 +0000</pubDate>
				<category><![CDATA[Güvenlik]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Nasıl Yapılır]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Firewall]]></category>
		<category><![CDATA[FirewallD]]></category>
		<guid isPermaLink="false">https://www.ahmetbolu.com/?p=997</guid>

					<description><![CDATA[<p>Bu yazımızda CentOS 8 üzerine Firewalld kurulumu anlatılmaktadır. Firewalld(Dynamic Firewall) Nedir? Sunucumuza gelen trafik ve istekleri, istediğimiz doğrultusuda yönlendirmek veya istenmeyen bağlantılardan gelen trafiğin sunucumuzdaki servislere, portlara erişimini engellemek için kolaylıkla kullanabileceğimiz  bir güvenlik duvarı (firewall) servisidir. Firewalld kurulumu [root@centos-sunucum ~]# yum install firewalld -y Bu komuttan sonra başarılı şekilde kurulum sağlanmış olacaktır. Güvenlik duvarı &#8230;</p>
<p>Sonrası <a href="https://ahmetbolu.com/firewalld-nedir-ve-nasil-kurulur/">FirewallD Nedir ve Nasıl Kurulur? [ CentOS 8 ]</a> <a href="https://ahmetbolu.com">Ahmet Bolu</a> ilk ortaya çıktı.</p>
]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" class="alignnone size-full wp-image-998" src="https://ahmetbolu.com/wp-content/uploads/2020/02/firewalld-linux-guvenlik-duvari.png" alt="firewalld-linux-guvenlik-duvari" width="900" height="513" srcset="https://ahmetbolu.com/wp-content/uploads/2020/02/firewalld-linux-guvenlik-duvari.png 900w, https://ahmetbolu.com/wp-content/uploads/2020/02/firewalld-linux-guvenlik-duvari-561x320.png 561w, https://ahmetbolu.com/wp-content/uploads/2020/02/firewalld-linux-guvenlik-duvari-281x160.png 281w, https://ahmetbolu.com/wp-content/uploads/2020/02/firewalld-linux-guvenlik-duvari-768x438.png 768w" sizes="(max-width: 900px) 100vw, 900px" /></p>
<blockquote><p>Bu yazımızda <strong>CentOS 8</strong> üzerine <strong>Firewalld</strong> kurulumu anlatılmaktadır.</p></blockquote>
<h2><strong>Firewalld(Dynamic Firewall) Nedir?</strong></h2>
<p>Sunucumuza gelen trafik ve istekleri, istediğimiz doğrultusuda yönlendirmek veya istenmeyen bağlantılardan gelen trafiğin sunucumuzdaki servislere, portlara erişimini engellemek için kolaylıkla kullanabileceğimiz  bir güvenlik duvarı (firewall) servisidir.</p>
<h3><strong>Firewalld kurulumu</strong></h3>
<pre><code class="language-bash">[root@centos-sunucum ~]# yum install firewalld -y</code></pre>
<p>Bu komuttan sonra başarılı şekilde kurulum sağlanmış olacaktır.</p>
<p>Güvenlik duvarı servisini (firewalld) sunucu her yeniden başlatıldığında otomatik aktif olmasını sağlayalım.</p>
<pre><code class="language-bash">[root@centos-sunucum ~]# sudo systemctl enable firewalld</code></pre>
<p>Güvenlik duvarı servisini (firewalld) şimdi başlatalım.</p>
<pre><code class="language-bash">[root@centos-sunucum ~]# sudo systemctl start firewalld</code></pre>
<p>Güvenlik duvarı çalışma durumunu (firewalld status) kontrol edelim.</p>
<pre><code class="language-bash">[root@centos-sunucum ~]# sudo systemctl status firewalld
● firewalld.service - firewalld - dynamic firewall daemon
   Loaded: loaded (/usr/lib/systemd/system/firewalld.service; enabled; vendor preset: enabled)
   Active: active (running) since Sat 2020-02-22 10:08:21 UTC; 1h 6min ago
     Docs: man:firewalld(1)
 Main PID: 711 (firewalld)
    Tasks: 2 (limit: 4903)
   Memory: 31.0M
   CGroup: /system.slice/firewalld.service
           └─711 /usr/libexec/platform-python -s /usr/sbin/firewalld --nofork --nopid

Şub 22 10:08:18 centos-sunucum systemd[1]: Starting firewalld - dynamic firewall daemon...
Şub 22 10:08:21 centos-sunucum systemd[1]: Started firewalld - dynamic firewall daemon.</code></pre>

		<div class="box note  aligncenter">
			<div class="box-inner-block">
				<span class="fa tie-shortcode-boxicon"></span>Buradaki tüm işlemler <a href="https://www.digitalocean.com/" target="_blank" rel="noopener noreferrer">Digital Ocean</a> CentOS Droplet (centos-s-1vcpu-1gb-fra1-01) üzerine denenmiştir. Sonrasında sunucu imha edilmiştir.
			</div>
		</div>
	
<p>Sonrası <a href="https://ahmetbolu.com/firewalld-nedir-ve-nasil-kurulur/">FirewallD Nedir ve Nasıl Kurulur? [ CentOS 8 ]</a> <a href="https://ahmetbolu.com">Ahmet Bolu</a> ilk ortaya çıktı.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://ahmetbolu.com/firewalld-nedir-ve-nasil-kurulur/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
