<?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>Internet content filtering solutions for business - WFilter Blog &#187; News</title>
	<atom:link href="http://blog.wfilterngf.com/?cat=4&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.wfilterngf.com</link>
	<description>Internet content filter and firewall solutions for business network.</description>
	<lastBuildDate>Thu, 28 Aug 2025 05:37:57 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8.5</generator>
	<item>
		<title>IP mac history is now available in WFilter NG firewall.</title>
		<link>http://blog.wfilterngf.com/?p=541</link>
		<comments>http://blog.wfilterngf.com/?p=541#comments</comments>
		<pubDate>Fri, 01 Sep 2017 06:38:13 +0000</pubDate>
		<dc:creator><![CDATA[WFilter]]></dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Settings]]></category>

		<guid isPermaLink="false">http://blog.wfilterros.com/?p=541</guid>
		<description><![CDATA[In the last version of WFilter NG firewall(2017.09.01), we&#8217;ve added ip mac history for all network clients. With this feature, you will be able to: Query ip and mac address history of all network clients. Gateway and bridge deployment are supported. You can record ip-mac activities even in bridge mode. When &#8220;mac address detector&#8221; is [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>In the last version of WFilter NG firewall(2017.09.01), we&#8217;ve added ip mac history for all network clients. With this feature, you will be able to:</p>
<ol>
<li>Query ip and mac address history of all network clients.</li>
<li>Gateway and bridge deployment are supported. You can record ip-mac activities even in bridge mode.</li>
<li>When &#8220;mac address detector&#8221; is enabled, you&#8217;re able to record ip-mac information in multi-subnet networks.</li>
</ol>
<p>Below are some screenshots:</p>
<p><a href="http://blog.wfilterngf.com/wp-content/uploads/2017/09/QQ截图20170901083529.png"><img class="alignnone size-full wp-image-543" alt="QQ截图20170901083529" src="http://blog.wfilterngf.com/wp-content/uploads/2017/09/QQ截图20170901083529.png" width="1321" height="628" /></a></p>
<p><a href="http://blog.wfilterngf.com/wp-content/uploads/2017/09/QQ截图20170901083551.png"><img class="alignnone size-full wp-image-542" alt="QQ截图20170901083551" src="http://blog.wfilterngf.com/wp-content/uploads/2017/09/QQ截图20170901083551.png" width="1544" height="495" /></a></p>
<p><img alt="Maccd00.jpg" src="http://wiki.wfilterngf.com/images/thumb/b/b5/Maccd00.jpg/750px-Maccd00.jpg" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wfilterngf.com/?feed=rss2&#038;p=541</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>API overview of WFilter NGF.</title>
		<link>http://blog.wfilterngf.com/?p=520</link>
		<comments>http://blog.wfilterngf.com/?p=520#comments</comments>
		<pubDate>Tue, 18 Jul 2017 09:18:11 +0000</pubDate>
		<dc:creator><![CDATA[WFilter]]></dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Settings]]></category>

		<guid isPermaLink="false">http://blog.wfilterros.com/?p=520</guid>
		<description><![CDATA[WFilter NGF has a built-in API library for developers to manipulate the entire system or integrate WFilter features. With APIs, you&#8217;re able to: 1. Get bandwidth history. 2. Get online users, including ip, mac, account, live connections. 3. Terminate user connections, kick off user&#8230; 4. Add/remove user from virtual group to apply policies. 5. Extend user [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>WFilter NGF has a built-in API library for developers to manipulate the entire system or integrate WFilter features. With APIs, you&#8217;re able to:</p>
<ul>
<li>1. Get bandwidth history.</li>
<li>2. Get online users, including ip, mac, account, live connections.</li>
<li>3. Terminate user connections, kick off user&#8230;</li>
<li>4. Add/remove user from virtual group to apply policies.</li>
<li>5. Extend user expire date.</li>
</ul>
<p>In this post, I will use an API example to demonstate the API library usage of WFilter NGF. The requirement is simple: &#8220;a API call to set access policy and bandwidth rate limit for an ip address&#8221;.</p>
<p>1. First, we need to setup WFilter NGF.</p>
<p>Because &#8220;access policy&#8221; and &#8220;bandwidth shaper&#8221; are separate modules in WFilter NGF,  we need to setup a virtual group with policies applied. In the API call, we only need to add IP addresses into the virtual group to apply the rules.</p>
<p>1.1) New a &#8220;limited access&#8221; virtual group.</p>
<p><a href="http://blog.wfilterngf.com/wp-content/uploads/2017/07/api01.png"><img class="alignnone size-full wp-image-521" alt="api01" src="http://blog.wfilterngf.com/wp-content/uploads/2017/07/api01.png" width="971" height="624" /></a> <a href="http://blog.wfilterngf.com/wp-content/uploads/2017/07/api02.png"><img class="alignnone size-full wp-image-522" alt="api02" src="http://blog.wfilterngf.com/wp-content/uploads/2017/07/api02.png" width="655" height="424" /></a></p>
<p>1.2) Setup policies to this group.</p>
<p><a href="http://blog.wfilterngf.com/wp-content/uploads/2017/07/api03.png"><img class="alignnone size-full wp-image-523" alt="api03" src="http://blog.wfilterngf.com/wp-content/uploads/2017/07/api03.png" width="1289" height="638" /></a></p>
<p>2. Use php to call WFilter API.</p>
<p>Now, we&#8217;ve setup policies for the virtual group. To implement policies to an IP address, we only need to add this IP into this group.  We have a php SDK, you need to include the WFilterNGF.php to call the API functions.</p>
<p><a href="http://blog.wfilterngf.com/wp-content/uploads/2017/07/api04.png"><img class="alignnone size-full wp-image-524" alt="api04" src="http://blog.wfilterngf.com/wp-content/uploads/2017/07/api04.png" width="851" height="611" /></a></p>
<p>Isn&#8217;t it simple? You may check more details in <a href="http://wiki.wfilterngf.com/API" target="_blank">WFilter API</a>. If you have any suggestions or requirement, please feel free to <a href="http://www.wfiltericf.com/contact.htm" target="_blank">contact us</a>.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wfilterngf.com/?feed=rss2&#038;p=520</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turn your old PC into a firewall appliance.</title>
		<link>http://blog.wfilterngf.com/?p=485</link>
		<comments>http://blog.wfilterngf.com/?p=485#comments</comments>
		<pubDate>Mon, 12 Jun 2017 07:32:30 +0000</pubDate>
		<dc:creator><![CDATA[WFilter]]></dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://blog.wfilterros.com/?p=485</guid>
		<description><![CDATA[You may have an old desktop PC sitting in a closet or somewhere. Did you know that you still can make it useful? In this guide, I will demonstrate the steps to turn your old pc into a network firewall appliance. 1. First, please check what you need to prepare. 1.1) an old desktop pc. [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>You may have an old desktop PC sitting in a closet or somewhere. Did you know that you still can make it useful? In this guide, I will demonstrate the steps to turn your old pc into a network firewall appliance.</p>
<p><a href="http://blog.wfilterngf.com/wp-content/uploads/2017/06/diy_wfilter_cover.png"><img class="alignnone size-full wp-image-486" alt="diy_wfilter_cover" src="http://blog.wfilterngf.com/wp-content/uploads/2017/06/diy_wfilter_cover.png" width="576" height="380" /></a></p>
<h2>1. First, please check what you need to prepare.</h2>
<p><a href="http://blog.wfilterngf.com/wp-content/uploads/2017/06/diy_wfilter01.png"><img class="alignnone size-full wp-image-487" alt="diy_wfilter01" src="http://blog.wfilterngf.com/wp-content/uploads/2017/06/diy_wfilter01.png" width="576" height="380" /></a></p>
<p>1.1) an old desktop pc.<br />
1.2) a gigabit ethernet adapter.<br />
1.3) a usb stick.</p>
<h2>2. Mount the ethernet adapter and connect the cables.</h2>
<p>There is only one onboard ethernet adapter, so I need to add another PCI adapter.</p>
<p><a href="http://blog.wfilterngf.com/wp-content/uploads/2017/06/diy_wfilter02.png"><img class="alignnone  wp-image-488" alt="diy_wfilter02" src="http://blog.wfilterngf.com/wp-content/uploads/2017/06/diy_wfilter02.png" width="473" height="490" /></a></p>
<p>The green chip on left is the new added ethernet adapter.</p>
<p><a href="http://blog.wfilterngf.com/wp-content/uploads/2017/06/diy_wfilter03.png"><img class="alignnone  wp-image-489" alt="diy_wfilter03" src="http://blog.wfilterngf.com/wp-content/uploads/2017/06/diy_wfilter03.png" width="518" height="637" /></a></p>
<p>Now let&#8217;s connect the cables.</p>
<p><a href="http://blog.wfilterngf.com/wp-content/uploads/2017/06/diy_wfilter04.png"><img class="alignnone  wp-image-490" alt="diy_wfilter04" src="http://blog.wfilterngf.com/wp-content/uploads/2017/06/diy_wfilter04.png" width="442" height="626" /></a></p>
<h2>3. Install WFilter NGF system.</h2>
<p>Now you can install WFilter NGF with your usb stick. Please check a more detailed guide at here: <a href="http://wiki.wfilterngf.com/Installation_of_WFilter_ROS" target="_blank">WFilter NG Firewall Installation Guide</a></p>
<p>You shall be able to the console upon successful installation.<br />
<a href="http://blog.wfilterngf.com/wp-content/uploads/2017/06/diy_wfilter05.png"><img class="alignnone size-full wp-image-491" alt="diy_wfilter05" src="http://blog.wfilterngf.com/wp-content/uploads/2017/06/diy_wfilter05.png" width="1161" height="790" /></a></p>
<p>Set your laptop to &#8220;dynamic ip address&#8221; and open http://192.168.10.1 in browser, you can access webUI to set the system up.</p>
<h2>4. See what I get.</h2>
<p>The CPU is &#8220;Intel Pentium Dual CPU E2160 1.8G&#8221;, 2GB DDR2 RAM, 160G harddisk.</p>
<p><a href="http://blog.wfilterngf.com/wp-content/uploads/2017/06/diy_wfilter06.png"><img class="alignnone size-full wp-image-492" alt="diy_wfilter06" src="http://blog.wfilterngf.com/wp-content/uploads/2017/06/diy_wfilter06.png" width="1139" height="757" /></a></p>
<p>Let&#8217;s check the performance. Wow, it can handle 200+ clients with 20K concurrent connections. Isn&#8217;t it amazing?</p>
<p><a href="http://blog.wfilterngf.com/wp-content/uploads/2017/06/diy_wfilter07.png"><img class="alignnone size-full wp-image-493" alt="diy_wfilter07" src="http://blog.wfilterngf.com/wp-content/uploads/2017/06/diy_wfilter07.png" width="1279" height="739" /></a></p>
<p>&nbsp;</p>
<p>For more features of WFilter NGF, please check: <a href="http://www.wfilterngf.com" target="_blank">WFilter NG firewall</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wfilterngf.com/?feed=rss2&#038;p=485</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free license of WFilter NG firewall is now available.</title>
		<link>http://blog.wfilterngf.com/?p=454</link>
		<comments>http://blog.wfilterngf.com/?p=454#comments</comments>
		<pubDate>Tue, 06 Jun 2017 08:56:42 +0000</pubDate>
		<dc:creator><![CDATA[WFilter]]></dc:creator>
				<category><![CDATA[Network management]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://blog.wfilterros.com/?p=454</guid>
		<description><![CDATA[Free license of WFilter NG firewall is now available in the last build of WFilter NGF(1.1.2017.06.05). Except remote support, free license has all features of WFilter for 50 users. You can use this license in any networks, including business. Now let&#8217;s see what we can do with this free license. 1. Choose &#8220;free license&#8221; on first [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Free license of WFilter NG firewall is now available in the last build of WFilter NGF(1.1.2017.06.05). Except remote support, free license has all features of WFilter for 50 users. You can use this license in any networks, including business.</p>
<p><a href="http://blog.wfilterngf.com/wp-content/uploads/2017/06/freelicense.png"><img alt="freelicense01" src="http://blog.wfilterngf.com/wp-content/uploads/2017/06/freelicense.png" width="800" /></a></p>
<p>Now let&#8217;s see what we can do with this free license.</p>
<h2>1. Choose &#8220;free license&#8221; on first time login.</h2>
<p><a href="http://blog.wfilterngf.com/wp-content/uploads/2017/06/freelicense02.png"><img class="alignnone size-full wp-image-456" alt="freelicense02" src="http://blog.wfilterngf.com/wp-content/uploads/2017/06/freelicense02.png" width="806" height="299" /></a></p>
<h2>2. Powerful reports and statistics.</h2>
<p><a href="http://blog.wfilterngf.com/wp-content/uploads/2017/06/freelicense03.png"><img class="alignnone size-full wp-image-457" alt="freelicense03" src="http://blog.wfilterngf.com/wp-content/uploads/2017/06/freelicense03.png" width="1373" height="763" /></a></p>
<h2>3. Archive web browsing and email history.</h2>
<p>Web activity recording</p>
<p><a href="http://blog.wfilterngf.com/wp-content/uploads/2017/06/freelicense04.png"><img class="alignnone size-full wp-image-458" alt="freelicense04" src="http://blog.wfilterngf.com/wp-content/uploads/2017/06/freelicense04.png" width="1168" height="717" /></a></p>
<p>Email activity recording</p>
<p><a href="http://blog.wfilterngf.com/wp-content/uploads/2017/06/freelicense05.png"><img class="alignnone size-full wp-image-459" alt="freelicense05" src="http://blog.wfilterngf.com/wp-content/uploads/2017/06/freelicense05.png" width="1165" height="701" /></a></p>
<p>SSL inspector</p>
<p><a href="http://blog.wfilterngf.com/wp-content/uploads/2017/06/freelicense06.png"><img class="alignnone size-full wp-image-460" alt="freelicense06" src="http://blog.wfilterngf.com/wp-content/uploads/2017/06/freelicense06.png" width="876" height="667" /></a></p>
<h2>4. Deploy internet content filtering policies</h2>
<p>With the free license, you also can get &#8220;website black&amp;white list&#8221;, &#8220;website category filtering&#8221;, &#8220;application control&#8221;, &#8220;IP-mac binding&#8221;, &#8220;Web content pushing&#8221;&#8230;</p>
<p><a href="http://blog.wfilterngf.com/wp-content/uploads/2017/06/freelicense07.png"><img class="alignnone size-full wp-image-461" alt="freelicense07" src="http://blog.wfilterngf.com/wp-content/uploads/2017/06/freelicense07.png" width="1247" height="741" /></a></p>
<h2>5. Bandwidth optimization and rate limit</h2>
<p>Free solutions for bandwidth priority optimization, bandwidth rate limiter and multiple WAN load-balancing and WAN fail-over.</p>
<p><a href="http://blog.wfilterngf.com/wp-content/uploads/2017/06/freelicense08.png"><img class="alignnone size-full wp-image-462" alt="freelicense08" src="http://blog.wfilterngf.com/wp-content/uploads/2017/06/freelicense08.png" width="1270" height="479" /></a></p>
<h2>6. Various user authentication.</h2>
<p>Local accounts, active directory integration, PPPoE, web authentication(facebook WiFi).</p>
<p><a href="http://blog.wfilterngf.com/wp-content/uploads/2017/06/freelicense09.png"><img class="alignnone size-full wp-image-463" alt="freelicense09" src="http://blog.wfilterngf.com/wp-content/uploads/2017/06/freelicense09.png" width="1049" height="714" /></a></p>
<p>And the &#8220;ISP management&#8221; module, a total solution for users/bandwidth management.</p>
<p><a href="http://blog.wfilterngf.com/wp-content/uploads/2017/06/freelicense10.png"><img class="alignnone size-full wp-image-464" alt="freelicense10" src="http://blog.wfilterngf.com/wp-content/uploads/2017/06/freelicense10.png" width="1185" height="498" /></a></p>
<h2>7. VPN tunnels</h2>
<p><a href="http://blog.wfilterngf.com/wp-content/uploads/2017/06/freelicense11.png"><img class="alignnone size-full wp-image-465" alt="freelicense11" src="http://blog.wfilterngf.com/wp-content/uploads/2017/06/freelicense11.png" width="1133" height="693" /></a></p>
<h2>8. Extensions</h2>
<p><a href="http://blog.wfilterngf.com/wp-content/uploads/2017/06/freelicense12.png"><img class="alignnone size-full wp-image-466" alt="freelicense12" src="http://blog.wfilterngf.com/wp-content/uploads/2017/06/freelicense12.png" width="1119" height="661" /></a></p>
<h2>9. License</h2>
<p>Now let&#8217;s check the license: life-time free for 50 users.</p>
<p><a href="http://blog.wfilterngf.com/wp-content/uploads/2017/06/freelicense13.png"><img class="alignnone size-full wp-image-467" alt="freelicense13" src="http://blog.wfilterngf.com/wp-content/uploads/2017/06/freelicense13.png" width="648" height="278" /></a></p>
<p>Isn&#8217;t it exciting? You won&#8217;t be able to find any better solution for small networks.</p>
<p><a href="http://www.wfilterngf.com/download.htm" target="_blank">Download WFilter NG firewall now!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wfilterngf.com/?feed=rss2&#038;p=454</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips to stop WannaCry ransomware in your network.</title>
		<link>http://blog.wfilterngf.com/?p=442</link>
		<comments>http://blog.wfilterngf.com/?p=442#comments</comments>
		<pubDate>Sun, 14 May 2017 06:26:05 +0000</pubDate>
		<dc:creator><![CDATA[WFilter]]></dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[Network management]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://blog.wfilterros.com/?p=442</guid>
		<description><![CDATA[In this weekend, WannaCry swept Europe and Asia quickly, locking up critical systems like the UK’s National Health Service, a large telecom in Spain, several universities in China and other businesses and institutions around the world. Once infected, the infected computer denies access, and demands the equivalent of around $300 in bitcoin for decryption. In [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>In this weekend, WannaCry swept Europe and Asia quickly, locking up critical systems like the UK’s National Health Service, a large telecom in Spain, several universities in China and other businesses and institutions around the world. Once infected, the infected computer denies access, and demands the equivalent of around $300 in bitcoin for decryption.</p>
<p><a href="http://blog.wfilterngf.com/wp-content/uploads/2017/05/StQ0-fyfeutp8502656.jpg"><img class="alignnone size-full wp-image-443" alt="StQ0-fyfeutp8502656" src="http://blog.wfilterngf.com/wp-content/uploads/2017/05/StQ0-fyfeutp8502656.jpg" width="604" height="436" /></a></p>
<p>In this post, I would introduce the important tips to block WannaCry attack.</p>
<p>1. Install Security Patches. Microsoft has released security patches that fix SMB flaw currently being exploited by the WannaCry ransomware, with most version of Windows supported — including Windows XP, Vista, Windows 8, Server 2003 and 2008.<br />
2. Block incoming connections on TCP port 445 in your router/firewall. This rule blocks attacks from internet.<br />
3. For windows DMZ hosts, you also need to block TCP port 445 in firewall settings.<br />
4. To protect VLANs being attacked by an infected VLAN, you can block TCP port 445 in VLAN ACL rules of your core switch.</p>
<p><a href="http://blog.wfilterngf.com/wp-content/uploads/2017/05/virus_en01.png"><img class="alignnone size-full wp-image-444" alt="virus_en01" src="http://blog.wfilterngf.com/wp-content/uploads/2017/05/virus_en01.png" width="1378" height="477" /></a></p>
<p>Using the &#8220;network health checker&#8221; extension of WFilter, you also can check whether there are &#8220;Suspicious Hosts &#8221; in your LAN network. Hosts with massive connections will be identified as &#8220;Suspicious&#8221;.</p>
<p><a href="http://blog.wfilterngf.com/wp-content/uploads/2017/05/virus_en02.png"><img class="alignnone size-full wp-image-445" alt="virus_en02" src="http://blog.wfilterngf.com/wp-content/uploads/2017/05/virus_en02.png" width="1089" height="746" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wfilterngf.com/?feed=rss2&#038;p=442</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WFilter NGF vs. open source firewall systems.</title>
		<link>http://blog.wfilterngf.com/?p=382</link>
		<comments>http://blog.wfilterngf.com/?p=382#comments</comments>
		<pubDate>Fri, 10 Mar 2017 04:35:11 +0000</pubDate>
		<dc:creator><![CDATA[WFilter]]></dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://blog.wfilterros.com/?p=382</guid>
		<description><![CDATA[There are dozens of open source firewall systems to download. Some are complete free, some provides limited free features. Does &#8220;free&#8221; sound attractive? but they have dis-advantages. In this post, I would like to discuss the comparsion of WFilter NGF with open source firewall systems. Disadvantages of open source firewalls Limited features. Most open source firewalls does [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>There are dozens of open source firewall systems to download. Some are complete free, some provides limited free features. Does &#8220;free&#8221; sound attractive? but they have dis-advantages. In this post, I would like to discuss the comparsion of WFilter NGF with open source firewall systems.</p>
<p><strong>Disadvantages<strong> of open source firewalls</strong></strong></p>
<ol>
<li>Limited features. Most open source firewalls does not have other enterprise-level features, such as &#8220; usage recording/reports&#8221; , &#8220;domain integration&#8221;&#8230;</li>
<li>Lack of support. Most systems only have forum support, unless paid.</li>
<li>Slow response. Bugs may need months to be fixed.</li>
</ol>
<p><strong>Comparison</strong></p>
<p><a href="http://www.wfilterngf.com" target=_blank>WFilter NGF</a> is designed for business networks, with a lot enterprise-level features. In case you want a free solution, open source firewalls can help. However, if you need more features and better support, you&#8217;d better choose some commerical products. Below is a list of WFilter NGF advantages comparing to open source firewalls:</p>
<ol>
<li>Designed for business networks.</li>
<li>Enterprise-level features: usage recording, powerful report system, AD integration&#8230;</li>
<li>7 * 24 dedicated support via email/phone/skype/teamviewer.</li>
<li>Faster response. Improvements and bugs will be fixed ASAP.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.wfilterngf.com/?feed=rss2&#038;p=382</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WFilter NGF vs. internet filtering appliances.</title>
		<link>http://blog.wfilterngf.com/?p=377</link>
		<comments>http://blog.wfilterngf.com/?p=377#comments</comments>
		<pubDate>Thu, 09 Mar 2017 09:01:48 +0000</pubDate>
		<dc:creator><![CDATA[WFilter]]></dc:creator>
				<category><![CDATA[Content Filter]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://blog.wfilterros.com/?p=377</guid>
		<description><![CDATA[Internet filtering appliances(UTM) are very popular in business networks. In this article, I would discuss the difference of WFilter NGF with internet filtering appliances. Comparing to WFilter NGF, appliances are easier to be deployed. You don&#8217;t need to install the system by yourself. Advantages of appliances Easier to be deployed. No hardware compatiablity issue. Disadvantages of [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Internet filtering appliances(UTM) are very popular in business networks. In this article, I would discuss the difference of WFilter NGF with internet filtering appliances.</p>
<p>Comparing to WFilter NGF, appliances are easier to be deployed. You don&#8217;t need to install the system by yourself.</p>
<p><strong>Advantages of appliances</strong></p>
<ol>
<li><span style="line-height: 1.71429; font-size: 1rem;">Easier to be deployed.</span></li>
<li>No hardware compatiablity issue.</li>
</ol>
<p><strong>Disadvantages<strong> of appliances</strong></strong></p>
<ol>
<li>Most appliances can only work for 2-3 years.</li>
<li>Bad expansion. In case you have more network clients, you need to buy new appliances.</li>
<li>Very expensive. Even upgrade is not free.</li>
</ol>
<p><strong>Comparison</strong></p>
<p>Despite of the above disadvantages, Internet filtering appliances are ideal for business network security.  With WFilter NGF,  you need to test hardware and install the system by yourself. However, it also has below advantages:</p>
<ol>
<li>You can DIY your own appliance.</li>
<li><span style="line-height: 1.71429; font-size: 1rem;">License is upgradable and movable.</span></li>
<li>Free upgrade for lifetime.</li>
<li>Most cost-effective.</li>
</ol>
<p>So if you like WFilter NGF features, or prefer a more cost-effective solution, please choose <a href="http://www.wfilterngf.com" target="_blank">&#8220;WFilter NG firewall&#8221;</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wfilterngf.com/?feed=rss2&#038;p=377</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comparison of WFilter ICF and other internet filtering solutions</title>
		<link>http://blog.wfilterngf.com/?p=360</link>
		<comments>http://blog.wfilterngf.com/?p=360#comments</comments>
		<pubDate>Wed, 08 Mar 2017 06:18:29 +0000</pubDate>
		<dc:creator><![CDATA[WFilter]]></dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://blog.wfilterros.com/?p=360</guid>
		<description><![CDATA[WFilter internet content filter(ICF) is a windows software internet filtering solution for business networks. As an IT administrator, you may face several choices when deploying internet filtering in your network. In this topic, I will try to provide a comparison of WFilter ICF and other solutions. As we have highlighted in WFilter homepage, WFilter can [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>WFilter internet content filter(ICF) is a windows software internet filtering solution for business networks. As an IT administrator, you may face several choices when deploying internet filtering in your network. In this topic, I will try to provide a comparison of WFilter ICF and other solutions.</p>
<p>As we have highlighted in <a href="http://www.wfiltericf.com/WFilter.htm" target="_blank">WFilter homepage</a>, WFilter can be deployed in pass-by mode, with minimal change to network topology. It requires no client installation. Please also check:</p>
<p>1. <a href="http://blog.wfilterngf.com/?p=364" target="_blank">WFilter ICF vs. client &amp; browser plugin internet filtering solutions</a>.</p>
<p>2. <a href="http://blog.wfilterngf.com/?p=366" target="_blank">WFilter ICF vs. dns internet filtering solutions</a>.</p>
<p>3. <a href="http://blog.wfilterngf.com/?p=369" target="_blank">WFilter ICF vs. internet filtering appliances</a>.</p>
<p>4. <a href="http://blog.wfilterngf.com/?p=372" target="_blank">WFilter ICF vs. proxy-based internet filtering solutions</a>.</p>
<p>5. <a href="http://blog.wfilterngf.com/?p=297" target="_blank">WFilter ICF vs. WFilter NG firewall</a>.</p>
<p>WFilter is also very cost-effective, please check: <a href="http://www.wfiltericf.com/buynow.htm" target="_blank">WFilter price list</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wfilterngf.com/?feed=rss2&#038;p=360</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Youtube videos about WFilter</title>
		<link>http://blog.wfilterngf.com/?p=290</link>
		<comments>http://blog.wfilterngf.com/?p=290#comments</comments>
		<pubDate>Fri, 02 Dec 2016 08:32:45 +0000</pubDate>
		<dc:creator><![CDATA[WFilter]]></dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Settings]]></category>

		<guid isPermaLink="false">http://blog.wfilterros.com/?p=290</guid>
		<description><![CDATA[Below is a list of videos about WFilter in youtube. How to monitor network traffic and bandwidth usage? How to monitor internet activities in lan network? How to monitor internet bandwidth usage on network? How to block and filter websites in network using software? How to track internet usage of network clients? How to block [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Below is a list of videos about WFilter in youtube.</p>
<p><a href="https://www.youtube.com/watch?v=soQnO5h5NKI" target="_blank">How to monitor network traffic and bandwidth usage?</a></p>
<p><a href="https://www.youtube.com/watch?v=4WkatLyGox4" target="_blank">How to monitor internet activities in lan network?</a></p>
<p><a href="https://www.youtube.com/watch?v=3Dap-6FUbBA" target="_blank">How to monitor internet bandwidth usage on network?</a></p>
<p><a href="https://www.youtube.com/watch?v=GbWi_po7XvA" target="_blank">How to block and filter websites in network using software?</a></p>
<p><a href="https://www.youtube.com/watch?v=2Hbac-CXBkk&amp;t=8s" target="_blank">How to track internet usage of network clients?</a></p>
<p><a href="https://www.youtube.com/watch?v=TOOV-Fc9H_Y&amp;t=13s" target="_blank">How to block porn websites in network?</a></p>
<p><a href="https://www.youtube.com/watch?v=BXGkusKG0-Y" target="_blank">How to block youtube videos in network?</a></p>
<p><a href="https://www.youtube.com/watch?v=AA4MTachAhI" target="_blank">How to scan DHCP Server with WFilter?</a></p>
<p><a href="https://www.youtube.com/watch?v=ZXmrVy6n9WU" target="_blank">How to scan network devices with WFilter free?</a></p>
<p><a href="https://www.youtube.com/watch?v=4JvyalB2Hfc" target="_blank">How to block torrent downloading with WFilter Free?</a></p>
<p><a href="https://www.youtube.com/watch?v=Cl-Zu0vCGUw" target="_blank">How to block facebook on network with WFilter free?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wfilterngf.com/?feed=rss2&#038;p=290</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WFilter NG firewall added support of Facebook Wi-Fi.</title>
		<link>http://blog.wfilterngf.com/?p=88</link>
		<comments>http://blog.wfilterngf.com/?p=88#comments</comments>
		<pubDate>Mon, 17 Oct 2016 09:11:19 +0000</pubDate>
		<dc:creator><![CDATA[WFilter]]></dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Settings]]></category>

		<guid isPermaLink="false">http://blog.wfilterros.com/?p=88</guid>
		<description><![CDATA[Facebook Wi-Fi lets customers check in to participating businesses on Facebook for free Wi-Fi access. When people check in to your Page, you can share offers and other announcements with them. Official Facebook Wi-Fi guide can be found at here. A recent update of WFilter NG firewall added support of &#8220;Facebook Wi-Fi&#8221;. Together with &#8220;wechat [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Facebook Wi-Fi lets customers check in to participating businesses on Facebook for free Wi-Fi access. When people check in to your Page, you can share offers and other announcements with them. Official Facebook Wi-Fi guide can be found at <a title="Facebook Wi-Fi" href="https://www.facebook.com/help/126760650808045/" target="_blank">here</a>.</p>
<p>A recent update of WFilter NG firewall added support of &#8220;Facebook Wi-Fi&#8221;. Together with &#8220;wechat WiFi&#8221;, WFilter provides a solution for social network marketing of your business.</p>
<p>This post demonstrates the steps to enable &#8220;Facebook Wi-Fi&#8221;.</p>
<p>1. Add a local user for facebook checkin.</p>
<p><a href="http://blog.wfilterngf.com/wp-content/uploads/2016/10/fb_user.png"><img alt="fb_user" src="http://blog.wfilterngf.com/wp-content/uploads/2016/10/fb_user.png" /></a></p>
<p>2. Enable &#8220;Facebook Wi-Fi&#8221; in &#8220;Web Auth&#8221;-&gt;&#8221;Thirdparty Auth&#8221;.</p>
<p><a href="http://blog.wfilterngf.com/wp-content/uploads/2016/10/fb_wifi1.png"><img alt="fb_wifi1" src="http://blog.wfilterngf.com/wp-content/uploads/2016/10/fb_wifi1.png" /></a></p>
<p>3. Click &#8220;Register Facebook Page&#8221; to associate WFilter with your business facebook page.</p>
<p><a href="http://blog.wfilterngf.com/wp-content/uploads/2016/10/fbsetup.png"><img alt="fbsetup" src="http://blog.wfilterngf.com/wp-content/uploads/2016/10/fbsetup.png" /></a></p>
<p>4. Now client devices will be redirected to the login page.</p>
<p>On visits to http webpage, clients will be redirected.</p>
<p><a href="http://blog.wfilterngf.com/wp-content/uploads/2016/10/fb_wifi2.png"><img alt="fb_wifi2" src="http://blog.wfilterngf.com/wp-content/uploads/2016/10/fb_wifi2.png" /></a></p>
<p>5. Click &#8220;check in“  to continue web browsing.</p>
<p><a href="http://blog.wfilterngf.com/wp-content/uploads/2016/10/fb_checkin.png"><img class="alignnone size-full wp-image-89" alt="fb_checkin" src="http://blog.wfilterngf.com/wp-content/uploads/2016/10/fb_checkin.png" /></a></p>
<p>&nbsp;</p>
<p>A more detailed guide can be found at here: <a href="http://wiki.wfilterngf.com/Webauth">Webauth of WFilter NG Firewall</a>.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wfilterngf.com/?feed=rss2&#038;p=88</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
