frdmn / servant

:guardsman: Vagrant based web development system
http://servant.rtfd.io
MIT License
4 stars 2 forks source link

Allow bridged network configuration #1

Closed frdmn closed 8 years ago

rnarian commented 8 years ago

👍

frdmn commented 8 years ago

Unfortunately that's not possible in combination with NFS shares. :

==> servant: Configuring and enabling network interfaces...
NFS requires a host-only network to be created.
Please add a host-only network to the machine (with either DHCP or a
static IP) for NFS to work.

Here's a patch file that includes my progress so far. Perhaps anyone else can figure out a way to solve this problem:

wget https://gist.githubusercontent.com/frdmn/9dd80e87e9f3936520cd7157f911b4b3/raw/b68185ddc3fd01303a285099d048903a8ab86f09/0001-Bridged-network-attempt.patch
git apply 0001-Bridged-network-attempt.patch