Przeglądaj źródła

0814: Running a Netgear ReadyNAS OS VM in VirtualBox

i12bretro 1 rok temu
rodzic
commit
03f26c8346
1 zmienionych plików z 71 dodań i 0 usunięć
  1. 71 0
      0814.html

+ 71 - 0
0814.html

@@ -0,0 +1,71 @@
+    <!DOCTYPE html>
+    <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
+      <head>
+        <title>Running a Netgear ReadyNAS OS VM in VirtualBox</title>
+        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+        <meta charset="UTF-8">
+        <meta name="keywords" content="Netgear,ReadyNAS,ReadyNASOS,ReadyNAS OS,ReadyNAS OS VM,Home Lab,Home Lab Ideas,Hypervisor,Install Guide,Self-Hosted,NAS,Network Storage,VM,Virtual Machine,VirtualBox,Linux,Web Based,Web Based Tools,Browser Based,How To,Tutorial,i12bretro">
+        <meta name="author" content="i12bretro">
+        <meta name="description" content="Running a Netgear ReadyNAS OS VM in VirtualBox">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+        <meta name="revised" content="07/09/2023 10:30:54 AM" />
+				          <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
+				  <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
+				        <script type="text/javascript" src="includes/js/steps.js"></script>
+        <link href="css/steps.css" rel="stylesheet" type="text/css" />
+      </head>
+      <body>
+        <div id="gridContainer">
+          <div class="topMargin"></div>
+          <div id="listName" class="topMargin">
+            <h1>Running a Netgear ReadyNAS OS VM in VirtualBox</h1>
+          </div>
+          <div></div>
+          <div id="content">
+          <h2>What is Netgear ReadyNAS OS?</h2>
+
+<blockquote><em>ReadyNAS [is] an advanced, easy-to-use storage solution for centralizing and accessing digital files such as photos, music, videos and documents. Designed for both home and small- and medium-sized business (SMB) users, the new ReadyNAS OS offers improvements in data protection, backup, sync, and cloud-based usability. -<a href="https://www.netgear.com/about/press-releases/2014/11172014_new_readynas_operating_system/" target="_blank">https://www.netgear.com/about/press-releases/2014/11172014_new_readynas_operating_system/</a></em></blockquote>
+
+<ol>
+	<li>Open a web browser and download the ReadyNAS OS .vmdk file <a href="https://apps.readynas.com/download/ReadyNASOS-6.6.0-x86_64.vmdk" target="_blank">Download</a> <a href="https://github.com/ReadyNAS/sdk/wiki/ReadyNAS-OS-VMDK-Images" target="_blank">VMDK Files</a></li>
+	<li>Launch VirtualBox</li>
+	<li>Create a New VM by selecting Machine &gt; New
+	<p>Name: ReadyNAS OS<br />
+	Machine Folder: C:\VMs<br />
+	Type: Linux<br />
+	Version: Debian (64-bit)<br />
+	Memory Size: 1024 MB<br />
+	Hard disk: Use an existing virtual hard disk now</p>
+	</li>
+	<li>Click the folder icon &gt; Browse to and select the extracted ReadyNAS OS .vmdk file</li>
+	<li>Click Create</li>
+	<li>Select the VM and Click Settings</li>
+	<li>Select System</li>
+	<li>Uncheck the Floppy checkbox</li>
+	<li>On the Processor tab, give the VM at least 2 processors</li>
+	<li>Select Storage</li>
+	<li>Select and remove the IDE disk controller</li>
+	<li>Select the Add hard disk dropdown to the right</li>
+	<li>Click the Create button at the top</li>
+	<li>Change the size to 20 GB &gt; Click Create</li>
+	<li>Click Choose to select the new virtual disk</li>
+	<li>Select Audio</li>
+	<li>Uncheck the Enable Audio checkbox</li>
+	<li>Select Network</li>
+	<li>Set the attached to dropdown to Bridged Adapter</li>
+	<li>Click OK</li>
+	<li>Make sure the ReadyNAS OS VM is selected and click Start &gt; Normal</li>
+	<li>Welcome to ReadyNAS OS</li>
+	<li>Log into the console with the username root and password password</li>
+	<li>Run the following command to output the IP address of the VM
+	<div class="codeBlock CMD">ifconfig</div>
+	</li>
+	<li>Open a web browser and navigate to http://IPAddressfromIFCONFIG</li>
+	<li>Login with the username admin and password password</li>
+</ol>
+
+<p>Source: <a href="https://github.com/ReadyNAS/sdk/wiki/Setup-ReadyNAS-OS-on-VirtualBox" target="_blank">https://github.com/ReadyNAS/sdk/wiki/Setup-ReadyNAS-OS-on-VirtualBox</a></p>          </div>
+        </div>
+      </body>
+    </html>
+