OpenWrt/VMware: Difference between revisions
< OpenWrt
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
== Installation == | |||
* Download OpenWRT | * Download OpenWRT | ||
** https://downloads.openwrt.org/releases/21.02.3/targets/x86/64/ | ** https://downloads.openwrt.org/releases/21.02.3/targets/x86/64/ | ||
Line 15: | Line 16: | ||
** Copy from one datastore to another and back | ** Copy from one datastore to another and back | ||
** this will inflate the image and make ready to use | ** this will inflate the image and make ready to use | ||
== After installation == | |||
set LAN ip | |||
disable DHCP | |||
install open-vm-tools |
Latest revision as of 18:42, 3 May 2022
Installation
- Download OpenWRT
- https://downloads.openwrt.org/releases/21.02.3/targets/x86/64/
...-generic-ext4-combined.img.gz
wget gunzip openwrt.img.gz qemu-img convert -f raw -O vmdk openwrt.img openwrt.vmdk
- Error: Unsupported or invalid disk type 2 for 'scsi0:0'.
- Copy from one datastore to another and back
- this will inflate the image and make ready to use
After installation
set LAN ip
disable DHCP
install open-vm-tools