This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| openwrt [2021-11-14] – created dcai | openwrt [2021-11-15] (current) – dcai | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| < | < | ||
| - | https://github.com/coolsnowwolf/lede/releases | + | curl -O https://downloads.openwrt.org/snapshots/targets/x86/ |
| - | dd if=openwrt-x64-R21.11.11-squashfs-combined-efi.img of=padded.img bs=100m conv=sync | + | ## dd if=openwrt-x64-R21.11.11-squashfs-combined-efi.img of=padded.img bs=100m conv=sync |
| - | VBoxManage convertfromraw --format VDI padded.img openwrt.vdi | + | VBoxManage convertfromraw --format VDI openwrt-x86-64-generic-ext4-combined.img openwrt.vdi |
| + | |||
| + | # in openwrt console | ||
| + | vim / | ||
| + | # update router ip | ||
| + | service network restart | ||
| + | # update default gateway | ||
| + | ip route add default via 10.1.1.1 | ||
| </ | </ | ||