Run a DD-WRT VM on Proxmox VE
i12bretro
#DDWRT #VirtualMachine #Proxmox #Router
Full steps can be found at https://i12bretro.github.io/tutorials/0702.html
What is DD-WRT?
DD-WRT is a Linux based alternative OpenSource firmware suitable for a great variety of WLAN routers and embedded systems. The main emphasis lies on providing the easiest possible handling while at the same time supporting a great number of functionalities within the framework of the respective hardware platform used. - https://dd-wrt.com/
Creating the VM
01. Open a web browser and navigate to the ProxMox web UI https://ProxMoxDNSorIP:8006/ 02. Click the Create VM button at the top right 03. On the General tab, name the VM DD-WRT and set a VM ID (144 in this example) ≫ click Next 04. On the OS tab select Do not use any media and set the Guest OS Type to Linux and Version to 5.x - 2.6 Kernel ≫ click Next 05. On the System tab click Next 06. On the Hard Disk tab set the Disk size to 0.001 ≫ click Next 07. On the CPU tab set the number of CPU cores and the Type to host ≫ click Next 08. On the Memory tab set the amount of memory to 256 MiB and uncheck Ballooning Device ≫ click Next 09. On the Network tab set the Model field to Intel E1000, Uncheck the Firewall box ≫ click Next 10. On the Confirm tab review the settings and click Finish 11. Select the newly created DD-WRT VM from the left navigation panel 12. Select Hardware from the left sub-navigation menu 13. Click the Hard Disk to select it 14. Click the Detach button at the top of the main content window to detach the hard disk from the VM 15. Click the Unused disk to select it 16. Click the Remove button at the top of the main content window to permanently delete it 17. Click the CD/DVD Drive to select it 18. Click the Remove button at the top of the main content window to permanently delete it
Setting Up the DD-WRT Disk
01. Select the Proxmox node name in the left navigation menu 02. Click Shell in the left sub-navigation 03. Run the following commands in the terminal # lookup the latest stable version number # download dd-wrt image wget https://download1.dd-wrt.com/dd-wrtv2/downloads/betas/2020/11-03-2020-r44715/x86_64/dd-wrt_x64_public_vga.imag ... https://www.youtube.com/watch?v=JLY7DR8A2tc
20204495 Bytes