<?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>zeroshell Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/zeroshell/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Fri, 13 Sep 2019 07:02:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.13</generator>
	<item>
		<title>Setup Your Own DNS Forwarder With Zeroshell</title>
		<link>https://www.osradar.com/setup-your-own-dns-forwarder-with-zeroshell/</link>
					<comments>https://www.osradar.com/setup-your-own-dns-forwarder-with-zeroshell/#respond</comments>
		
		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Fri, 13 Sep 2019 07:01:32 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[zeroshell]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=13581</guid>

					<description><![CDATA[<p>I have already shown you how to install Zeroshell. Now it&#8217;s time to continue exploring the underlying potential of Zeroshell and set it to handle your network&#8217;s DNS requests. Before commencing to configure DNS forwarding in Zeroshell, it’s important to have a better understanding of what precisely DNS is, how it came to be and [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/setup-your-own-dns-forwarder-with-zeroshell/">Setup Your Own DNS Forwarder With Zeroshell</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I have already shown you how to install Zeroshell. Now it&#8217;s time to continue exploring the underlying potential of Zeroshell and set it to handle your network&#8217;s DNS requests. Before commencing to configure DNS forwarding in Zeroshell, it’s important to have a better understanding of what precisely DNS is, how it came to be and its purpose.</p>
<p><strong>DNS</strong> is the acronym for &#8220;Domain Name System&#8221;. Britannica Encyclopedia describes DNS as a:</p>
<p style="text-align: center;"><em>&#8220;network service that converts between World Wide Web </em><em>&#8216;name&#8217; addresses and numeric internet addresses&#8221;</em>.</p>
<p>The concept for DNS came to fruition in the 1970s with ARPANET, with the original design being limited to a HOSTS.TXT file. The file was basically a universal list which comprised of server names and their associated numerical address.</p>
<p>While today&#8217;s DNS servers do not implement such a simple mechanism that relies solely on a simple configuration file that resides on the server ripe for hacking, the basic principles of function and purpose of DNS remain almost untouched for probably 40-50 years.</p>
<p>The most common DNS implementation is in the form of a resolver. DNS makes the internet more easily accessible for everyone. While remembering IP addresses of different servers might be an easy task for your home network, it is unfeasible and unrealistic to expect anyone to remember the IP addresses of every server you visit on the internet, hence DNS.</p>
<p>It is often unappreciated just what an important role DNS plays to make the internet so easily accessible. DNS effectively translates the domain name you enter into your web browser to the server IP address of where you are connecting &#8211; just like the HOSTS.TXT file of ARPANET &#8211; the browser performing the entire process almost completely transparently.</p>
<p>Now that you understand a bit more about DNS and the important role that it plays to keep the world wide web connected, I will show you how to configure Zeroshell as a DNS forwarder for our own network.</p>
<p>The first thing you need to do is open your web browser and navigate to your Zeroshell server IP address and enter your login credentials.</p>
<p>Once logged into the Zeroshell web interface, on the left pane under &#8220;NETWORK&#8221; you will see the &#8220;DNS&#8221; menu. Click on it and it will take you to the DNS configuration of Zeroshell.</p>
<p><img loading="lazy" class="aligncenter size-full wp-image-13583" src="https://www.osradar.com/wp-content/uploads/2019/09/zs_dns1.png" alt="" width="176" height="544" srcset="https://www.osradar.com/wp-content/uploads/2019/09/zs_dns1.png 176w, https://www.osradar.com/wp-content/uploads/2019/09/zs_dns1-97x300.png 97w, https://www.osradar.com/wp-content/uploads/2019/09/zs_dns1-136x420.png 136w" sizes="(max-width: 176px) 100vw, 176px" /></p>
<p>Now in the top pane click on &#8220;Forwarders&#8221;. This should present you with an external window which contains the configuration options for Zeroshell DNS forwarding.</p>
<p><img loading="lazy" class="aligncenter size-full wp-image-13584" src="https://www.osradar.com/wp-content/uploads/2019/09/zs_dns2.png" alt="" width="985" height="35" srcset="https://www.osradar.com/wp-content/uploads/2019/09/zs_dns2.png 985w, https://www.osradar.com/wp-content/uploads/2019/09/zs_dns2-300x11.png 300w, https://www.osradar.com/wp-content/uploads/2019/09/zs_dns2-768x27.png 768w, https://www.osradar.com/wp-content/uploads/2019/09/zs_dns2-696x25.png 696w" sizes="(max-width: 985px) 100vw, 985px" /></p>
<p>The configuration is very simple and only requires two entries. In the &#8220;Domain&#8221; section simply enter &#8220;ANY&#8221;. This is telling Zeroshell to forward DNS requests it receives from any local IP address.</p>
<p>In the &#8220;Server&#8221; section simply enter the IP address of the DNS server that you want to forward the local DNS requests to. This can be your ISPs DNS servers, OpenDNS or any other DNS server you prefer to use.</p>
<p>There are many public DNS servers available to use. CloudFlare and Google operate public DNS servers for everyone to use which remain quite popular and are considered secure. I have configured Zeroshell to forward DNS requests to CloudFlare&#8217;s primary public DNS server.</p>
<pre><strong>CloudFlare public DNS is at 1.1.1.1</strong>
<strong>Google public DNS is at 8.8.8.8</strong></pre>
<p><img loading="lazy" class="aligncenter size-full wp-image-13585" src="https://www.osradar.com/wp-content/uploads/2019/09/zs_dns3.png" alt="" width="601" height="309" srcset="https://www.osradar.com/wp-content/uploads/2019/09/zs_dns3.png 601w, https://www.osradar.com/wp-content/uploads/2019/09/zs_dns3-300x154.png 300w" sizes="(max-width: 601px) 100vw, 601px" /></p>
<p>You can either use a single IP address or alternatively you can use multiple IP addresses, which must be separated using a comma.</p>
<p><img loading="lazy" class="aligncenter size-full wp-image-13586" src="https://www.osradar.com/wp-content/uploads/2019/09/zs_dns4.png" alt="" width="600" height="222" srcset="https://www.osradar.com/wp-content/uploads/2019/09/zs_dns4.png 600w, https://www.osradar.com/wp-content/uploads/2019/09/zs_dns4-300x111.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p>Save your configuration and you can now exit Zeroshell.</p>
<p>Now change the DNS settings in your operating system&#8217;s network settings to the IP address of Zeroshell. Remember to change any other computers or cell phone devices too, so that all devices on your network use Zeroshell for DNS requests.</p>
<p>Once you&#8217;ve changed your settings, now all DNS requests on your network will be forwarded by Zeroshell to the DNS server you configured in Zeroshell. In my case, CloudFlare @ 1.1.1.1.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/setup-your-own-dns-forwarder-with-zeroshell/">Setup Your Own DNS Forwarder With Zeroshell</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/setup-your-own-dns-forwarder-with-zeroshell/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Install Zeroshell</title>
		<link>https://www.osradar.com/how-to-install-zeroshell/</link>
					<comments>https://www.osradar.com/how-to-install-zeroshell/#respond</comments>
		
		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Fri, 30 Aug 2019 03:37:37 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[zeroshell]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=13276</guid>

					<description><![CDATA[<p>As you browse the internet you probably don’t give much thought to how you are connected through your modem. You probably just plugged in your modem when you signed up, configured the connection settings and walked away. But have you noticed how dull the web interfaces used to manage modems are? They could be described [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-zeroshell/">How to Install Zeroshell</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>As you browse the internet you probably don’t give much thought to how you are connected through your modem. You probably just plugged in your modem when you signed up, configured the connection settings and walked away. But have you noticed how dull the web interfaces used to manage modems are? They could be described as confusing, non-intuitive and when it comes to real networking features, modems lack in this area too.</p>
<p>What if there was a better solution to that of your hardware modem? What if there was a software solution which could act as your router and give you the real power and control you seek for your network? Well, there is. Using a software-based router offers you much better network performance, flexibility and offers an extra layer of security that hardware modems simply cannot provide.</p>
<p>There are many Linux-based router and firewall distributions. I have been a long time user of a niche distribution called Zeroshell. Zeroshell is often overlooked and it still surprises me today when people tell me they’ve never heard of it. I plan to write more tutorials in the coming months on how to do various tasks using Zeroshell, but first I want to show you how to install it and get a basic software router running. The whole process is quick and takes no longer than 15 minutes.</p>
<p>You could build a dedicated box out of old hardware you have lying around your garage to run Zeroshell, but it’s simply not required. For a simple router configuration using Zeroshell you can get away with as little as 256MB RAM. This makes Oracle VM VirtualBox the perfect platform for installing Zeroshell.</p>
<p><strong>Installation</strong></p>
<p>I will assume you have Oracle VM VirtualBox already installed. Create a new virtual machine. Give your new virtual machine a name, I have used simply “zeroshell”. Select “Linux” as the Type and select “Other Linux 64-bit” for the Version.</p>
<p><img loading="lazy" class="aligncenter size-full wp-image-13278" src="https://www.osradar.com/wp-content/uploads/2019/08/zs1.jpg" alt="" width="459" height="512" srcset="https://www.osradar.com/wp-content/uploads/2019/08/zs1.jpg 459w, https://www.osradar.com/wp-content/uploads/2019/08/zs1-269x300.jpg 269w, https://www.osradar.com/wp-content/uploads/2019/08/zs1-377x420.jpg 377w" sizes="(max-width: 459px) 100vw, 459px" /></p>
<p>Allocate the virtual machine 256MB of shared memory and 8GB hard disk space. That is all that is required. Once you have created the virtual machine, head into its settings and change the Network adapter settings to “Bridged Adapter”.</p>
<p><img loading="lazy" class="aligncenter size-full wp-image-13279" src="https://www.osradar.com/wp-content/uploads/2019/08/zs2.jpg" alt="" width="645" height="404" srcset="https://www.osradar.com/wp-content/uploads/2019/08/zs2.jpg 645w, https://www.osradar.com/wp-content/uploads/2019/08/zs2-300x188.jpg 300w" sizes="(max-width: 645px) 100vw, 645px" /></p>
<p>Then, head into the Storage settings and attach the Zeroshell installation ISO to the virtual CD-ROM drive.</p>
<p><img loading="lazy" class="aligncenter size-full wp-image-13280" src="https://www.osradar.com/wp-content/uploads/2019/08/zs3.jpg" alt="" width="503" height="338" srcset="https://www.osradar.com/wp-content/uploads/2019/08/zs3.jpg 503w, https://www.osradar.com/wp-content/uploads/2019/08/zs3-300x202.jpg 300w" sizes="(max-width: 503px) 100vw, 503px" /></p>
<p>You are now ready to boot and install Zeroshell. Click “Start” to boot the virtual machine.</p>
<p>Once the boot process has completed you will be presented with the Zeroshell console where you can choose to install it to the hard disk, along with a host of other changes that can be done through the console.</p>
<p><img loading="lazy" class="aligncenter size-full wp-image-13281" src="https://www.osradar.com/wp-content/uploads/2019/08/zs4.jpg" alt="" width="720" height="400" srcset="https://www.osradar.com/wp-content/uploads/2019/08/zs4.jpg 720w, https://www.osradar.com/wp-content/uploads/2019/08/zs4-300x167.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/08/zs4-696x387.jpg 696w" sizes="(max-width: 720px) 100vw, 720px" /></p>
<p>To install Zeroshell, press “A” on your keyboard.</p>
<p>Press “1” to select the hard disk for installation and it will ask you for confirmation.</p>
<p><img loading="lazy" class="aligncenter size-full wp-image-13282" src="https://www.osradar.com/wp-content/uploads/2019/08/zs5.jpg" alt="" width="720" height="400" srcset="https://www.osradar.com/wp-content/uploads/2019/08/zs5.jpg 720w, https://www.osradar.com/wp-content/uploads/2019/08/zs5-300x167.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/08/zs5-696x387.jpg 696w" sizes="(max-width: 720px) 100vw, 720px" /></p>
<p>Confirm the installation to the hard disk by typing “yes”.</p>
<p><img loading="lazy" class="aligncenter size-full wp-image-13283" src="https://www.osradar.com/wp-content/uploads/2019/08/zs6.jpg" alt="" width="720" height="400" srcset="https://www.osradar.com/wp-content/uploads/2019/08/zs6.jpg 720w, https://www.osradar.com/wp-content/uploads/2019/08/zs6-300x167.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/08/zs6-696x387.jpg 696w" sizes="(max-width: 720px) 100vw, 720px" /></p>
<p>The next two settings are irrelevant to achieving a basic Zeroshell configuration so you can simply press “ENTER” to use the default settings and then the installation will commence.</p>
<p><img loading="lazy" class="aligncenter size-full wp-image-13284" src="https://www.osradar.com/wp-content/uploads/2019/08/zs7.jpg" alt="" width="720" height="400" srcset="https://www.osradar.com/wp-content/uploads/2019/08/zs7.jpg 720w, https://www.osradar.com/wp-content/uploads/2019/08/zs7-300x167.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/08/zs7-696x387.jpg 696w" sizes="(max-width: 720px) 100vw, 720px" /></p>
<p>Once the installation to the hard disk is complete, press “ENTER” to confirm the creation of a profile and use the default name for the profile.</p>
<p><img loading="lazy" class="aligncenter size-full wp-image-13285" src="https://www.osradar.com/wp-content/uploads/2019/08/zs8.jpg" alt="" width="720" height="400" srcset="https://www.osradar.com/wp-content/uploads/2019/08/zs8.jpg 720w, https://www.osradar.com/wp-content/uploads/2019/08/zs8-300x167.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/08/zs8-696x387.jpg 696w" sizes="(max-width: 720px) 100vw, 720px" /></p>
<p><img loading="lazy" class="aligncenter size-full wp-image-13286" src="https://www.osradar.com/wp-content/uploads/2019/08/zs9.jpg" alt="" width="720" height="400" srcset="https://www.osradar.com/wp-content/uploads/2019/08/zs9.jpg 720w, https://www.osradar.com/wp-content/uploads/2019/08/zs9-300x167.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/08/zs9-696x387.jpg 696w" sizes="(max-width: 720px) 100vw, 720px" /></p>
<p>Change the hostname to something that suits your network configuration and one that will uniquely identify Zeroshell. If unsure, you can just use “zeroshell” as the hostname.</p>
<p><img loading="lazy" class="aligncenter size-full wp-image-13287" src="https://www.osradar.com/wp-content/uploads/2019/08/zs10.jpg" alt="" width="720" height="400" srcset="https://www.osradar.com/wp-content/uploads/2019/08/zs10.jpg 720w, https://www.osradar.com/wp-content/uploads/2019/08/zs10-300x167.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/08/zs10-696x387.jpg 696w" sizes="(max-width: 720px) 100vw, 720px" /></p>
<p>Enter an administrative password. Remember this password as it will be used to log into the Zeroshell web interface.</p>
<p><img loading="lazy" class="aligncenter size-full wp-image-13288" src="https://www.osradar.com/wp-content/uploads/2019/08/zs11.jpg" alt="" width="720" height="400" srcset="https://www.osradar.com/wp-content/uploads/2019/08/zs11.jpg 720w, https://www.osradar.com/wp-content/uploads/2019/08/zs11-300x167.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/08/zs11-696x387.jpg 696w" sizes="(max-width: 720px) 100vw, 720px" /></p>
<p>The next two settings can be ignored. Press “ENTER” to proceed until you reach the network interface configuration.</p>
<p><img loading="lazy" class="aligncenter size-full wp-image-13289" src="https://www.osradar.com/wp-content/uploads/2019/08/zs12.jpg" alt="" width="720" height="400" srcset="https://www.osradar.com/wp-content/uploads/2019/08/zs12.jpg 720w, https://www.osradar.com/wp-content/uploads/2019/08/zs12-300x167.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/08/zs12-696x387.jpg 696w" sizes="(max-width: 720px) 100vw, 720px" /></p>
<p>You must now assign an IP address to the network interface. This will be used to identify Zeroshell on your network, like any other connected computers. It will also be used to access the web interface through your web browser. I am using the IP address of “192.168.1.88”, but please just use whatever suits your own network identification preferences.</p>
<p><img loading="lazy" class="aligncenter size-full wp-image-13290" src="https://www.osradar.com/wp-content/uploads/2019/08/zs13.jpg" alt="" width="720" height="400" srcset="https://www.osradar.com/wp-content/uploads/2019/08/zs13.jpg 720w, https://www.osradar.com/wp-content/uploads/2019/08/zs13-300x167.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/08/zs13-696x387.jpg 696w" sizes="(max-width: 720px) 100vw, 720px" /></p>
<p>Press “ENTER” to use 255.255.255.0 for the subnet. Then enter the IP address for the gateway, which will be the source of your internet connection and the IP address of the modem. This will be different for everyone, but my own gateway is “192.168.1.1”. This is quite a common IP address used by modems.</p>
<p><img loading="lazy" class="aligncenter size-full wp-image-13291" src="https://www.osradar.com/wp-content/uploads/2019/08/zs14.jpg" alt="" width="720" height="400" srcset="https://www.osradar.com/wp-content/uploads/2019/08/zs14.jpg 720w, https://www.osradar.com/wp-content/uploads/2019/08/zs14-300x167.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/08/zs14-696x387.jpg 696w" sizes="(max-width: 720px) 100vw, 720px" /></p>
<p>The Zeroshell installation will now be complete.</p>
<p>Press “ENTER” to return to the Zeroshell console and then press “H” to shutdown the system. To confirm shutdown, press “y”.</p>
<p><img loading="lazy" class="aligncenter size-full wp-image-13292" src="https://www.osradar.com/wp-content/uploads/2019/08/zs15.jpg" alt="" width="720" height="400" srcset="https://www.osradar.com/wp-content/uploads/2019/08/zs15.jpg 720w, https://www.osradar.com/wp-content/uploads/2019/08/zs15-300x167.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/08/zs15-696x387.jpg 696w" sizes="(max-width: 720px) 100vw, 720px" /></p>
<p>Once the system is shutdown you need to head back into the virtual machine settings and detach the Zeroshell installation ISO.</p>
<p>You are now ready to start using Zeroshell.</p>
<p>Once you have rebooted Zeroshell and the console has loaded, you can now log into the web interface. So open your web browser and navigate to the IP address of Zeroshell. Mine is “192.168.1.88”, so I would use “http://192.168.1.88”.</p>
<p>Enter the username “admin” and your password to login.</p>
<p><img loading="lazy" class="aligncenter size-large wp-image-13293" src="https://www.osradar.com/wp-content/uploads/2019/08/zs16-1024x519.jpg" alt="" width="696" height="353" srcset="https://www.osradar.com/wp-content/uploads/2019/08/zs16-1024x519.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/08/zs16-300x152.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/08/zs16-768x389.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/08/zs16-696x353.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/08/zs16-1068x541.jpg 1068w, https://www.osradar.com/wp-content/uploads/2019/08/zs16-829x420.jpg 829w, https://www.osradar.com/wp-content/uploads/2019/08/zs16.jpg 1765w" sizes="(max-width: 696px) 100vw, 696px" /></p>
<p><img loading="lazy" class="aligncenter size-large wp-image-13294" src="https://www.osradar.com/wp-content/uploads/2019/08/zs17-1024x525.jpg" alt="" width="696" height="357" srcset="https://www.osradar.com/wp-content/uploads/2019/08/zs17-1024x525.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/08/zs17-300x154.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/08/zs17-768x393.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/08/zs17-696x357.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/08/zs17-1068x547.jpg 1068w, https://www.osradar.com/wp-content/uploads/2019/08/zs17-820x420.jpg 820w, https://www.osradar.com/wp-content/uploads/2019/08/zs17.jpg 1919w" sizes="(max-width: 696px) 100vw, 696px" /></p>
<p>The first thing I always recommend with Zeroshell is to set the correct timezone as it defaults to Europe/Rome. So click on the “Time” tab at the top. Now select your correct timezone and sync the time with the NTP server.</p>
<p><img loading="lazy" class="aligncenter size-full wp-image-13295" src="https://www.osradar.com/wp-content/uploads/2019/08/zs18.jpg" alt="" width="651" height="509" srcset="https://www.osradar.com/wp-content/uploads/2019/08/zs18.jpg 651w, https://www.osradar.com/wp-content/uploads/2019/08/zs18-300x235.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/08/zs18-537x420.jpg 537w" sizes="(max-width: 651px) 100vw, 651px" /></p>
<p>Zeroshell now takes on the role of your router, for your network. Now you simply need to change the gateway IP address in your operating system’s network settings to the IP address of Zeroshell.</p>
<p><img loading="lazy" class="aligncenter size-full wp-image-13296" src="https://www.osradar.com/wp-content/uploads/2019/08/zs19.jpg" alt="" width="591" height="448" srcset="https://www.osradar.com/wp-content/uploads/2019/08/zs19.jpg 591w, https://www.osradar.com/wp-content/uploads/2019/08/zs19-300x227.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/08/zs19-80x60.jpg 80w, https://www.osradar.com/wp-content/uploads/2019/08/zs19-554x420.jpg 554w" sizes="(max-width: 591px) 100vw, 591px" /></p>
<p>If you are unfamiliar with the interface of Zeroshell, it can appear quite intimidating at first. But over the next couple of weeks and months I will go through various tasks using Zeroshell and show you how to setup a DNS forwarder, a transparent proxy server, and show you how to use advanced features like Quality of Service (QoS) and Net Balancer.</p>
<p>Zeroshell is a fantastic package which you will find is extremely rewarding if you are patient enough to become familiar with its interface and learn its powerful configuration options. It’s flexible and can be whatever you want it to be.</p>
<p>Leave Zeroshell running on your system in the background full-time. You still need your hardware modem to access the internet, but all future router tasks that you may have traditionally relied on your modem for are now all handled by Zeroshell.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-zeroshell/">How to Install Zeroshell</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-zeroshell/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
