<?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>Byty IT Website &#187; netsh advfirewall</title>
	<atom:link href="http://byty.ro/tag/netsh-advfirewall/feed/" rel="self" type="application/rss+xml" />
	<link>http://byty.ro</link>
	<description>SCOM 2007, Tehnologii Microsoft. Conultanta Servicii IT</description>
	<lastBuildDate>Sat, 21 Jan 2012 19:38:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Configurare firewall din command line</title>
		<link>http://byty.ro/2008/12/29/configurare-firewall-din-command-line/</link>
		<comments>http://byty.ro/2008/12/29/configurare-firewall-din-command-line/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 08:32:26 +0000</pubDate>
		<dc:creator>Byty</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Configurare firewall]]></category>
		<category><![CDATA[netsh advfirewall]]></category>

		<guid isPermaLink="false">http://byty.ro/?p=370</guid>
		<description><![CDATA[Pentru cei care nu stiau exista posibilitatea de a configura Windows firewall din linie de comanda. In Windows XP comanda este netsh firewall. In Windows Vista / Windows Server 2008 se recomanda spre folosire netsh advfirewall firewall. Aceasta comanda trebuie executata din command prompt cu permisiuni elevate. ( Click dreapta pe command promt &#62; Run [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_62" class="wp-caption alignleft" style="width: 60px"><a href="http://byty.ro/wp-content/uploads/2008/10/windows_defender_opt.jpg"><img class="size-full wp-image-62" title="windows_defender_opt" src="http://byty.ro/wp-content/uploads/2008/10/windows_defender_opt.jpg" alt="Windows Defender" width="50" height="60" /></a><p class="wp-caption-text"> </p></div>
<div class="mceTemp">Pentru cei care nu stiau exista posibilitatea de a configura Windows firewall din linie de comanda. In Windows XP comanda este <strong>netsh firewall. </strong>In Windows Vista / Windows Server 2008 se recomanda spre folosire <strong>netsh advfirewall firewall.<br />
</strong>Aceasta comanda trebuie executata din command prompt cu permisiuni elevate. ( Click dreapta pe command promt &gt; Run as administrator)</div>
<div class="mceTemp">Cateva exemple care va pot ajuta sa intelegeti ce se poate realiza din command linie.</div>
<div class="mceTemp"><em>1.Permite accesul unui program</em><br />
netsh advfirewall firewall add rule name=”Aplicatie Byty.ro” dir=in action=allow program=”C:\Byty\Byty.exe” enable=yes<br />
<em>2.Permite accesul pe un port</em><br />
netsh advfirewall firewall add rule name=”Permite Port HTTP” dir=in action=allow protocol=TCP localport=80<br />
<em>3.Configurarea setarilor ICMP</em><br />
netsh advfirewall firewall add rule name=”Permite ICMP V4” protocol=icmpv4:any,any dir=in action=allow<br />
Pentru mai mult ajutor despre adaugare de regului folositi: netsh advfirewall firewall add rule ?</div>
<div class="mceTemp"><em>4.Stergerea unei reguli</em><br />
netsh advfirewall firewall delete rule name=”Aplicatie Byty.ro” program=”C:\Byty\Byty.exe”<br />
Pentru mai mult ajutor despre stergerea de regului folositi: netsh advfirewall firewall delete rule ?</div>
<div class="mceTemp"><em>5.Activare firewall</em><br />
netsh advfirewall set currentprofile state on<br />
Pentru mai mult ajutor folositi: netsh advfirewall set currentprofile ?</div>
<div class="mceTemp"><em>6.Restore de politici la configurarea defult</em><br />
netsh advfirewall reset</div>
<div class="mceTemp">Mult succes la configurari.</div>
]]></content:encoded>
			<wfw:commentRss>http://byty.ro/2008/12/29/configurare-firewall-din-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

