This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| openwrt [2021-11-15] – dcai | openwrt [2021-11-15] (current) – dcai | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ## 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 openwrt-x86-64-generic-ext4-combined.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 | ||
| </ | </ | ||