<?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>Ethernet - MacTech Solutions</title>
	<atom:link href="https://mactech-solutions.com/category/ethernet/feed/" rel="self" type="application/rss+xml" />
	<link>https://mactech-solutions.com</link>
	<description>MacTech Solutions Your Local Apple Experts</description>
	<lastBuildDate>Tue, 03 May 2022 14:17:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://mactech-solutions.com/wp-content/uploads/2024/07/cropped-MacTech_logo_pngicon1-32x32.png</url>
	<title>Ethernet - MacTech Solutions</title>
	<link>https://mactech-solutions.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Block Malicious and Adult Web Sites with DNS Filtering</title>
		<link>https://mactech-solutions.com/block-malicious-and-adult-web-sites-with-dns-filtering/</link>
		
		<dc:creator><![CDATA[Terry McAdams]]></dc:creator>
		<pubDate>Mon, 02 May 2022 13:12:35 +0000</pubDate>
				<category><![CDATA[Ethernet]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[macOS]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Wi-Fi]]></category>
		<guid isPermaLink="false">https://mactech-solutions.com/?p=54111</guid>

					<description><![CDATA[<p>One of the best ways to keep malware from infecting your computers is to avoid visiting websites designed to do just that. No one intentionally visits loadmetogetinfected.com, but malware authors employ all sorts of tricks to lure unsuspecting users into viewing malicious sites. Various tools can help, but the easiest free technique is called DNS [&#8230;]</p>
<p>The post <a href="https://mactech-solutions.com/block-malicious-and-adult-web-sites-with-dns-filtering/">Block Malicious and Adult Web Sites with DNS Filtering</a> first appeared on <a href="https://mactech-solutions.com">MacTech Solutions</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>One of the best ways to keep malware from infecting your computers is to avoid visiting websites designed to do just that. No one intentionally visits loadmetogetinfected.com, but malware authors employ all sorts of tricks to lure unsuspecting users into viewing malicious sites. Various tools can help, but the easiest free technique is called <i>DNS filtering</i>.</p>
<p>DNS, which is short for Domain Name System, is the Internet technology that maps human-readable computer names like www.apple.com to the numeric IP address of Apple’s server, 17.254.0.91. Every time you click a link to visit a new Web page, your Mac queries a DNS server to learn the IP address associated with the domain name embedded in the link—it all happens seamlessly and instantaneously in the background.</p>
<p>Typically, your Mac will automatically use the DNS servers specified by your Internet service provider. However, you can change your DNS servers manually, and one good reason to do so is to take advantage of DNS servers that look at your Mac’s DNS requests and refuse to resolve names associated with malicious sites. Such DNS filtering is great since it protects you from malicious sites without you having to do anything special. Such sites simply won’t load at all.</p>
<p>One more thing. DNS filtering can also block porn sites. That’s helpful if you want to avoid accidentally loading adult content or to ensure that those in your office don’t, in order to reduce the chances of a sexual harassment complaint. As with malicious sites, filtered adult sites just won’t load.</p>
<p>Setting up DNS filtering is easy. All you have to do is replace your current DNS server addresses with the IP address of a particular public DNS service—the steps are later in this article. The two providers we recommend are <a href="https://www.quad9.net/" target="_blank" rel="noopener">Quad9</a> and <a href="https://blog.cloudflare.com/introducing-1-1-1-1-for-families/" target="_blank" rel="noopener">Cloudflare</a>, both of which are free and run by reputable companies. Of the two, Quad9 is more focused on user privacy, but Cloudflare offers additional DNS filtering capabilities that may be useful.</p>
<p>The options are:</p>
<ul>
<li><b>Quad9 malware blocking:</b> 9.9.9.9 with a secondary of 149.112.112.112</li>
<li><b>Cloudflare malware-only blocking:</b> 1.1.1.2 with a secondary of 1.0.0.2</li>
<li><b>Cloudflare malware and adult content blocking:</b> 1.1.1.3 with a secondary of 1.0.0.3</li>
</ul>
<p>You should always enter the secondary DNS server in case the primary server goes down. Otherwise, you wouldn’t be able to connect to any sites at all.</p>
<p>However, don’t mix in other DNS servers. If you use Cloudflare’s adult content filter as your primary DNS server with your ISP’s DNS server as a secondary, when Cloudflare refuses to resolve an adult site, macOS will drop down to the secondary ISP server, which will resolve it happily, thus eliminating the utility of the Cloudflare’s filtering.</p>
<p>One final note before you get started. Apple’s <a href="https://support.apple.com/en-us/HT212614" target="_blank" rel="noopener">iCloud Private Relay</a> service (in beta in macOS 12 Monterey, iOS 15, and iPadOS 15) sends all your traffic through two proxy servers, which prevents DNS filters like Quad9 and Cloudflare from working. That’s unfortunate since iCloud Private Relay is a useful way to hide your IP address and browsing activity from your network provider and the websites you visit. Apple is clear about this limitation, noting in its various DNS server interfaces:</p>
<blockquote>
<p><i>DNS requests are being routed by iCloud Private Relay for this network. Turn off Private Relay to manually configure DNS settings.</i></p>
</blockquote>
<p>If you need to turn off iCloud Private Relay on the Mac, open System Preferences &gt; Apple ID and deselect the checkbox next to Private Relay. On an iPhone or iPad, open Settings &gt; <i>Your Name</i> &gt; iCloud &gt; Private Relay and flip the switch to Off.</p>
<h3>Set Up DNS Filtering in macOS</h3>
<p>To use DNS filtering on the Mac, follow these steps, which should work in any version of macOS. We’re using Quad9 as the example here, but replace the primary and secondary IP addresses as desired if you want to use one of the Cloudflare filters.</p>
<ol>
<li>Open System Preferences &gt; Network, and select the adapter you use (likely Wi-Fi or Ethernet) in the sidebar.</li>
<li>Click the Advanced button, and in the sheet that appears, click DNS.</li>
<li>Click the <img decoding="async" class="size-full wp-image-9166 alignnone" src="https://mactech-solutions.com/wp-content/uploads/2022/05/plus-button-inline.png" alt="" width="18" height="16" /> button under the DNS Servers list and enter <code>9.9.9.9</code>.</li>
<li>Click the <img decoding="async" class="size-full wp-image-9166 alignnone" src="https://mactech-solutions.com/wp-content/uploads/2022/05/plus-button-inline.png" alt="" width="18" height="16" /> button again and enter <code>149.112.112.112</code>.</li>
<li>Click OK to dismiss the Advanced preferences, and click Apply.</li>
<li>Close the Network preference pane.<br />
<img decoding="async" class=" wp-image-9164 alignnone" src="https://mactech-solutions.com/wp-content/uploads/2022/05/DNS-servers-1024x969-1.png" alt="" width="608" height="575" /></li>
</ol>
<p>It’s difficult to perform a real-world test to tell if Quad9 or Cloudflare’s malware blockers are active since there’s no way to know which sites they block. However, Quad9 provides a test page at <a href="https://on.quad9.net/" target="_blank" rel="noopener">on.quad9.net</a> that should help. If you use Cloudflare’s adult content filter, you can tell if it’s working because your Web browser will refuse to load adult sites.</p>
<p><img decoding="async" class="aligncenter wp-image-9162" src="https://mactech-solutions.com/wp-content/uploads/2022/05/Blocked-site-1024x346-1.png" alt="" width="603" height="204" /></p>
<h3>Set Up DNS Filtering in iOS and iPadOS</h3>
<p>The steps for setting up DNS filtering in iOS and iPadOS are a bit different. For this example, we’ll use the Cloudflare malware filter, but again, you should replace the IP addresses below with the filter you want to use.</p>
<ol>
<li>Open Settings &gt; Wi-Fi and tap the <img decoding="async" class="size-full wp-image-9165 alignnone" src="https://mactech-solutions.com/wp-content/uploads/2022/05/circle-i-inline.png" alt="" width="16" height="16" /> button next to your current Wi-Fi network.</li>
<li>Scroll down and tap Configure DNS, which is probably set to Automatic.</li>
<li>On the Configure DNS screen, tap Manual.</li>
<li>In the list of DNS servers, tap the red delete <img decoding="async" class="size-full wp-image-9161 alignnone" src="https://mactech-solutions.com/wp-content/uploads/2022/05/red-delete-button-inline.png" alt="" width="16" height="16" /> buttons next to any entries there.</li>
<li>Tap the green Add Server <img decoding="async" class="size-full wp-image-9160 alignnone" src="https://mactech-solutions.com/wp-content/uploads/2022/05/green-button-inline.png" alt="" width="16" height="16" /> button and enter <code>1.1.1.2</code>.</li>
<li>Tap the green Add Server <img decoding="async" class="size-full wp-image-9160 alignnone" src="https://mactech-solutions.com/wp-content/uploads/2022/05/green-button-inline.png" alt="" width="16" height="16" /> button again and enter <code>1.0.0.2</code>.</li>
<li>Tap Save in the upper-right corner.<br />
<img decoding="async" class="alignnone wp-image-9163" src="https://mactech-solutions.com/wp-content/uploads/2022/05/DNS-filtering-iOS-1024x640-1.jpg" alt="" width="960" height="600" /></li>
</ol>
<p>That’s it! You should have no trouble using either Quad9 or Cloudflare, but if you need to revert to your previous DNS servers, it’s easy to do. On the Mac, just delete the manual entries you created—macOS will automatically use the DNS servers provided by your ISP. On an iPhone or iPad, select Automatic in the Configure DNS screen to replace the manually entered DNS servers with those from your ISP. In either case, if you’re not going to use DNS filters, it’s worth turning on iCloud Private Relay. We hope that Apple adds DNS filtering options to iCloud Private Relay so you could additionally choose to filter out malicious sites and adult content.</p>
<p>&nbsp;</p>
<p>(Featured image by iStock.com/Funtap)</p><p>The post <a href="https://mactech-solutions.com/block-malicious-and-adult-web-sites-with-dns-filtering/">Block Malicious and Adult Web Sites with DNS Filtering</a> first appeared on <a href="https://mactech-solutions.com">MacTech Solutions</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Go Beyond External Hard Drives with Network-Attached Storage</title>
		<link>https://mactech-solutions.com/go-beyond-external-hard-drives-with-network-attached-storage/</link>
		
		<dc:creator><![CDATA[Terry McAdams]]></dc:creator>
		<pubDate>Fri, 28 Aug 2020 13:00:14 +0000</pubDate>
				<category><![CDATA[Ethernet]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[productivity]]></category>
		<guid isPermaLink="false">https://mactech-solutions.com/?p=48204</guid>

					<description><![CDATA[<p>If you or your business relies on significant amounts of storage, you’ll be best served by network-attached storage—a NAS. Read about the benefits and features of NAS devices in this article, and contact us for a customized recommendation.</p>
<p>The post <a href="https://mactech-solutions.com/go-beyond-external-hard-drives-with-network-attached-storage/">Go Beyond External Hard Drives with Network-Attached Storage</a> first appeared on <a href="https://mactech-solutions.com">MacTech Solutions</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>If you’ve filled up your external hard drives or become frustrated by their limitations, it’s time to look into a network-attached storage (NAS) device. What’s a NAS? It’s an intelligent storage device that can accept one or more hard drives or SSDs and connects to your network via Ethernet.</p>
<h3>NAS Benefits</h3>
<p>A NAS is a good choice for anyone who needs access to lots of storage, but small businesses will particularly appreciate the benefits of a NAS. They include:</p>
<ul>
<li><b>More storage:</b> Most NAS devices provide multiple drive bays, so you can pop in a few large hard drives or even attach expansion units for a vast amount of available storage.</li>
<li><b>Expandable storage:</b> A NAS is perfect if you anticipate your storage needs growing over time. You could start with 3 TB drives today and swap them out for 6 TB drives in a year or two.</li>
<li><b>Data protection:</b> Drives fail, but some NAS devices can ensure that you don’t lose data if that happens by combining multiple drives into RAID arrays.</li>
<li><b>Network backups:</b> Because a NAS is always available on your network and provides lots of storage, it can work well for on-site backups.</li>
<li><b>Laptop access:</b> It’s fussy for mobile users to attach external hard drives to laptop Macs. An always-available NAS eliminates that annoyance.</li>
<li><b>Remote access and cloud storage:</b> You can usually configure your NAS so it’s available over the Internet from outside your network. That means it can work like a private version of Dropbox that’s entirely within your control and has no monthly fees.</li>
<li><b>Streaming media:</b> Home users with massive movie libraries can take advantage of NAS features that make it easy to stream video to computers, TVs, tablets, and smartphones.</li>
</ul>
<h3>NAS Features</h3>
<p>Quite a few manufacturers make NAS devices, including <a href="https://www.synology.com/" target="_blank" rel="noopener noreferrer">Synology</a>, <a href="https://www.qnap.com/" target="_blank" rel="noopener noreferrer">QNAP</a>, <a href="https://www.drobo.com/" target="_blank" rel="noopener noreferrer">Drobo</a>, and <a href="https://www.wd.com/products/network-attached-storage.html" target="_blank" rel="noopener noreferrer">WD</a>, and prices vary widely depending on the feature set. Things to consider include:</p>
<ul>
<li><b>Number of drive bays:</b> The most important decision to make when choosing a NAS is the number of drive bays. It may be tempting to start with a less-expensive two-bay model, but particularly if you want to use RAID to protect your data, that limits your storage significantly.</li>
<li><b>RAID support:</b> RAID works well for preventing data loss if a drive dies. RAID 1 constantly mirrors the data from one drive to another so if one fails, all the data is on the other. RAID 5 uses data striping techniques with at least three drives to preserve data even if one drive fails. Proprietary technologies may be more flexible in terms of the number and size of the required drives. <a href="https://www.synology.com/en-us/support/RAID_calculator" target="_blank" rel="noopener noreferrer">Synology’s RAID Calculator</a> is helpful for figuring out how much space you get with different collections of drives.</li>
<li><b>Ethernet speed and ports:</b> Most NAS devices have Gigabit Ethernet, but you can pay more to get 10 Gigabit Ethernet. That’s helpful only if you have an iMac Pro or a Thunderbolt 3 adapter. Also, some NAS devices have a feature called link aggregation that uses multiple Ethernet ports and an LACP-enabled Ethernet switch to balance traffic across ports for higher performance in multi-user setups.</li>
<li><b>Hardware encryption:</b> For additional security, some NAS devices offer hardware encryption. It requires more CPU power but ensures that a stolen NAS won’t reveal your data.</li>
<li><b>Hardware transcoding:</b> Those who host media libraries on a NAS may find this feature useful. It automatically converts high-resolution video files to versions that are optimized for the destination—there’s no reason to send 4K video to a 1080p TV.</li>
<li><b>CPU and RAM:</b> Since a NAS is a full-fledged computer, it has a CPU and needs RAM to accomplish its tasks. If all you’re doing is serving files, the CPU doesn’t matter much, but for hardware encryption and transcoding, a faster CPU will be helpful. Similarly, those functions, or support for lots of users, may benefit from more RAM, so look for a NAS whose RAM is expandable.</li>
<li><b>Physical factors:</b> Since a NAS runs all the time, pay attention to how much power it draws and how much noise it makes. In general, the less of each, the better.</li>
</ul>
<h3>Use NAS-specific Drives</h3>
<p>One final piece of advice. It’s tempting to use old drives you have around, but doing so may be problematic for a few reasons:</p>
<ul>
<li>Combining drives of different capacities can result in unusable disk space in some RAID configurations.</li>
<li>The likelihood of failure is higher with older drives, and even if a RAID prevents data loss, dealing with a dead drive is still stressful.</li>
<li>NAS-specific drives, as opposed to garden-variety drives, sport features designed to minimize data corruption, minimize vibration, and adjust rotation speeds for longer life.</li>
</ul>
<p>Instead, look for NAS-specific drives, such as those in the <a href="https://www.wd.com/products/internal-storage/wd-red.html" target="_blank" rel="noopener noreferrer">WD Red</a> and <a href="https://www.seagate.com/internal-hard-drives/hdd/ironwolf/" target="_blank" rel="noopener noreferrer">Seagate IronWolf</a> lines.</p>
<p>Honestly, while a NAS is a great investment and effective addition to your technical infrastructure, picking the right one is a complex decision. If you need help, get in touch with us to see what we recommend for your specific situation.</p>
<p>(Featured image by <a href="https://unsplash.com/@alexcpl?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText" target="_blank" rel="noopener noreferrer">Alex Cheung</a> on <a href="https://unsplash.com/search/photos/nas?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText" target="_blank" rel="noopener noreferrer">Unsplash</a>)</p>
<hr />
<p>Social Media:</p><p>The post <a href="https://mactech-solutions.com/go-beyond-external-hard-drives-with-network-attached-storage/">Go Beyond External Hard Drives with Network-Attached Storage</a> first appeared on <a href="https://mactech-solutions.com">MacTech Solutions</a>.</p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
