==> vccw.dev: Configuring and enabling network interfaces…
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
/sbin/ifdown eth1 2> /dev/null
Stdout from the command:
Stderr from the command:
mesg: ttyname failed: Inappropriate ioctl for device
とか出てオロオロしながら@Toro_Unitさんにヘルプしたら
電光石火で
なんか vagrantのバグっぽいです!
http://qiita.com/kaz29@github/items/f16c61d615080132c8c3
と教えてもらったので素直にVagrant 1.8.1 →1.8.7 にアップしたら上手くいきました。
いろいろ最新にアップデートしてから試しましょう!
Vagrant最新版はこちから https://www.vagrantup.com/downloads.html
ThanX @Toro_Unit