Skip to content

lifeeth/openwrt-in-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant openwrt

This project helps you to run Openwrt x86 on VirtualBox with Vagrant.

Running instructions

  • Use the utils/create_box.sh to create your own vagrant box with openwrt x86 releases.
  • Add the newly created box to your vagrant environment vagrant box add openwrt-18.06.0-x86.box --name openwrt-18.06.0-x86
  • Now you can run vagrant up
  • Profit!

Changes to the image

  • The default root password has been set to root.
  • LuCI and ssh are exposed to the wan interface which is forwarded to your local ports 8080 and 2222 respectively.
  • Fake shutdown script and sudo have been installed to enable vagrant halt to work.
  • The default WAN has been changed to eth0 and LAN to eth1 to allow vagrant to work.
  • Vagrant folder sync does not work with this build.

About

Openwrt Running on VirtualBox with Vagrant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages