|
@@ -8,7 +8,7 @@
|
|
|
<meta name="author" content="i12bretro">
|
|
|
<meta name="description" content="Running a DD-WRT VM in Virtualbox">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
- <meta name="revised" content="03/21/2022 08:51:55 PM" />
|
|
|
+ <meta name="revised" content="06/21/2023 06:01:59 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>
|
|
@@ -28,13 +28,13 @@
|
|
|
<li>Install Oracle Virtualbox</li>
|
|
|
<li>Convert DD-WRT x86 Image to VDI
|
|
|
<div class="codeBlock"># change directory to virtualbox installation<br />
|
|
|
- cd %programfiles%\Oracle\Virtualbox<br />
|
|
|
+ cd "%programfiles%\Oracle\Virtualbox"<br />
|
|
|
# run vboxmanage to convert the raw image to .vdi<br />
|
|
|
- vboxmanage.exe convertdd "c:\users\i12bretro\downloads\dd-wrt_public_vga.image" "c:\users\i12bretro\downloads\dd-wrt.vdi"</div>
|
|
|
+ vboxmanage.exe convertdd "%userprofile%\downloads\dd-wrt_public_vga.image" "%userprofile%\downloads\dd-wrt.vdi"</div>
|
|
|
</li>
|
|
|
<li>Resize the VDI File
|
|
|
<div class="codeBlock"># resize the vdi to 256MB<br />
|
|
|
- vboxmanage.exe modifyhd --resize 256 "c:\users\i12bretro\downloads\dd-wrt.vdi"</div>
|
|
|
+ vboxmanage.exe modifyhd --resize 256 "%userprofile%\downloads\dd-wrt.vdi"</div>
|
|
|
</li>
|
|
|
<li>Launch Virtualbox</li>
|
|
|
<li>Create a New VM by selecting Machine > New
|
|
@@ -61,8 +61,7 @@
|
|
|
<div class="codeBlock">ifconfig br0 192.168.0.227</div>
|
|
|
</li>
|
|
|
<li>Launch your web browser of choice and access the DD-WRT web UI with the IP address in the previous step</li>
|
|
|
-</ol>
|
|
|
- </div>
|
|
|
+</ol> </div>
|
|
|
</div>
|
|
|
</body>
|
|
|
</html>
|