Install OpenWRT on Proxmox: Difference between revisions

From Jwiki
No edit summary
No edit summary
Line 1: Line 1:
== Prequisites ==
== Prequisites ==


1. Download OpenWRT:
1. Download and extract OpenWRT image:


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
curl https://downloads.openwrt.org/releases/23.05.4/targets/x86/64/openwrt-23.05.4-x86-64-generic-ext4-combined-efi.img.gz -o /tmp/openwrt.img.gz
curl https://downloads.openwrt.org/releases/23.05.4/targets/x86/64/openwrt-23.05.4-x86-64-generic-ext4-combined-efi.img.gz -o /tmp/openwrt.img.gz
gzip -d /tmp/openwrt.img.gz
</syntaxhighlight>
</syntaxhighlight>





Revision as of 19:00, 28 August 2024

Prequisites

1. Download and extract OpenWRT image:

curl https://downloads.openwrt.org/releases/23.05.4/targets/x86/64/openwrt-23.05.4-x86-64-generic-ext4-combined-efi.img.gz -o /tmp/openwrt.img.gz

gzip -d /tmp/openwrt.img.gz



Install

Final steps

Sources

  • https://