diff --git a/0405.html b/0405.html index a17885a892..9e7b4839cd 100644 --- a/0405.html +++ b/0405.html @@ -1,27 +1,27 @@ - - - - Run an OpenWRT VM on Proxmox VE - - - - - - - - - - - - - -
-
-
-

Run an OpenWRT VM on Proxmox VE

-
-
-
+ + + + Run an OpenWRT VM on Proxmox VE + + + + + + + + + + + + + +
+
+
+

Run an OpenWRT VM on Proxmox VE

+
+
+

What is OpenWRT?

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. -https://en.wikipedia.org/wiki/OpenWrt
@@ -88,6 +88,10 @@

Setting Up the OpenWRT Disk

  • Continue the configuration by running the following commands
    # set the lan ip address, use something in the same subnet as your LAN
    uci set network.lan.ipaddr='10.10.27.151'
    + # Set the default gateway adress of your network
    + uci set network.lan.gateway='10.10.27.1'
    + # Set a dns to resolve url's
    + uci add_list network.lan.dns='10.10.27.1'
    # restart network services
    service network restart
    # update openwrt packages
    @@ -99,8 +103,8 @@

    Setting Up the OpenWRT Disk

  • At the login screen, enter the username root and the password set above > Click the Login button
  • Enjoy OpenWRT running in Proxmox
  • -
    -
    - - +
    +
    + + \ No newline at end of file