On Thursday, 11 September 2014 18:24:10 UTC+1, Maurício Otta wrote: > > Hello all > > > Maybe it's me or really specific to distros (I use ArchLinux) or actually > in UDEV documentation... > What are you guys doing to make sure the interface names follow the old > (?) naming convention (eth[0-xx]) and match what Vagrant expects when > bringing them up? > > This interface renaming is done by systemd, see http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ for more info.
Option no. 1 works fine for me: just create the following symlink (as root, of course) ln -s /dev/null /etc/udev/rules.d/80-net-setup-link.rules Hope this helps! -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
