+
+
Continue the configuration by running the following commands
-
-
+
+
+
+
+ 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
# 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 @@At the login screen, enter the username root and the password set above > Click the Login button
Enjoy OpenWRT running in Proxmox
-
- 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 @@