You should install VirtualBox and Vagrant before you start.
You should create a Vagrantfile in an empty directory with the following content:
You should install VirtualBox and Vagrant before you start.
You should create a Vagrantfile in an empty directory with the following content:
| #!/bin/sh | |
| # For debugging use iptables -v. | |
| IPTABLES="/sbin/iptables" | |
| IP6TABLES="/sbin/ip6tables" | |
| MODPROBE="/sbin/modprobe" | |
| RMMOD="/sbin/rmmod" | |
| ARP="/usr/sbin/arp" | |