filmov
tv
Install OpenWRT in VirtualBox VM
Показать описание
#OpenWRT #VirtualBox #VirtualMachine #Networking
02. Extract the OpenWRT image
03. Convert OpenWRT Image to VDI
cd %programfiles%/Oracle/Virtualbox
04. Resize the VDI File
05. Launch Virtualbox
06. Create a New VM by selecting Machine ≫ New
Name: OpenWRT
Machine Folder: C:\VMs
Type: Linux
Version: 2.6 / 3.x / 4.x (64-bit)
Memory Size: 128 MB
Hard disk: Do not add a virtual hard disk
07. Click Create
09. Select the VM and Click Settings
10. Select Storage
11. Click Add Storage Attachment ≫ Add Hard Disk ≫ Choose existing disk
13. Click OK
14. Select Network
15. Set Adapter 1 Attached to: Bridged
16. Click the Adapter 2 tab
17. Check the Enable Network Adapter box
18. Set Adapter 2 Attached to: Bridged
19. Click OK
20. Make sure the OpenWRT VM is selected and click Start ≫ Normal
21. Wait for the text to stop scrolling and press Enter
22. Run the following command to change/set the root password
passwd
23. Type a new root password twice to set it
24. Continue the configuration by running the following commands
# set the lan ip address
# restart network services
service network restart
# update openwrt packages
opkg update
# install the luci web ui
opkg install luci
26. At the login screen, enter the username root and the password set above ≫ Click the Login button
27. Enjoy OpenWRT running in VirtualBox
### Connect with me and others ###
02. Extract the OpenWRT image
03. Convert OpenWRT Image to VDI
cd %programfiles%/Oracle/Virtualbox
04. Resize the VDI File
05. Launch Virtualbox
06. Create a New VM by selecting Machine ≫ New
Name: OpenWRT
Machine Folder: C:\VMs
Type: Linux
Version: 2.6 / 3.x / 4.x (64-bit)
Memory Size: 128 MB
Hard disk: Do not add a virtual hard disk
07. Click Create
09. Select the VM and Click Settings
10. Select Storage
11. Click Add Storage Attachment ≫ Add Hard Disk ≫ Choose existing disk
13. Click OK
14. Select Network
15. Set Adapter 1 Attached to: Bridged
16. Click the Adapter 2 tab
17. Check the Enable Network Adapter box
18. Set Adapter 2 Attached to: Bridged
19. Click OK
20. Make sure the OpenWRT VM is selected and click Start ≫ Normal
21. Wait for the text to stop scrolling and press Enter
22. Run the following command to change/set the root password
passwd
23. Type a new root password twice to set it
24. Continue the configuration by running the following commands
# set the lan ip address
# restart network services
service network restart
# update openwrt packages
opkg update
# install the luci web ui
opkg install luci
26. At the login screen, enter the username root and the password set above ≫ Click the Login button
27. Enjoy OpenWRT running in VirtualBox
### Connect with me and others ###
Комментарии