Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 32 additions & 28 deletions 0405.html
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Run an OpenWRT VM on Proxmox VE</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta charset="UTF-8">
<meta name="keywords" content="Home Lab,Hypervisor,Install Guide,Self-Hosted,Web Based,Web Based Tools,Proxmox Host,OpenWRT Tutorial,OpenWRT,Networking,Linux,Virtualization,Virtual Router,Virtual Machine,VM,Router,Proxmox,Proxmox VE,How To Run OpenWRT Virtual Machine,How To Virtualize OpenWRT,OpenWRT VM,OpenWRT Virtual Machine,OpenWRT Proxmox VM,Proxmox Step By Step,Virtualize OpenWRT,X64,VM Router,Homelab,How To,Tutorial,i12bretro">
<meta name="author" content="i12bretro">
<meta name="description" content="Run an OpenWRT VM on Proxmox VE">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="revised" content="03/27/2022 12:39:42 PM" />
<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>Run an OpenWRT VM on Proxmox VE</h1>
</div>
<div></div>
<div id="content">
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Run an OpenWRT VM on Proxmox VE</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta charset="UTF-8">
<meta name="keywords" content="Home Lab,Hypervisor,Install Guide,Self-Hosted,Web Based,Web Based Tools,Proxmox Host,OpenWRT Tutorial,OpenWRT,Networking,Linux,Virtualization,Virtual Router,Virtual Machine,VM,Router,Proxmox,Proxmox VE,How To Run OpenWRT Virtual Machine,How To Virtualize OpenWRT,OpenWRT VM,OpenWRT Virtual Machine,OpenWRT Proxmox VM,Proxmox Step By Step,Virtualize OpenWRT,X64,VM Router,Homelab,How To,Tutorial,i12bretro">
<meta name="author" content="i12bretro">
<meta name="description" content="Run an OpenWRT VM on Proxmox VE">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="revised" content="03/27/2022 12:39:42 PM" />
<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>Run an OpenWRT VM on Proxmox VE</h1>
</div>
<div></div>
<div id="content">
<h2>What is OpenWRT?</h2>

<blockquote>OpenWrt is an open-source project for embedded operating systems based on Linux, primarily used on embedded devices to route network traffic. The main components are Linux, util-linux, musl, and BusyBox. All components have been optimized to be small enough to fit into the limited storage and memory available in home routers.<em> -<a href="https://en.wikipedia.org/wiki/OpenWrt" target="_blank">https://en.wikipedia.org/wiki/OpenWrt</a></em></blockquote>
Expand Down Expand Up @@ -88,6 +88,10 @@ <h2>Setting Up the OpenWRT Disk</h2>
<li><strong>Continue the configuration by running the following commands </strong>
<div class="codeBlock CMD"><strong># set the lan ip address, use something in the same subnet as your LAN<br />
uci set network.lan.ipaddr=&#39;10.10.27.151&#39;<br />
# Set the default gateway adress of your network<br />
uci set network.lan.gateway=&#39;10.10.27.1&#39;<br />
# Set a dns to resolve url's<br />
uci add_list network.lan.dns='10.10.27.1'<br />
# restart network services<br />
service network restart<br />
# update openwrt packages<br />
Expand All @@ -99,8 +103,8 @@ <h2>Setting Up the OpenWRT Disk</h2>
<li><strong>At the login screen, enter the username root and the password set above &gt; Click the Login button</strong></li>
<li><strong>Enjoy OpenWRT running in Proxmox</strong></li>
</ol>
</div>
</div>
</body>
</html>
</div>
</div>
</body>
</html>