Q&A
vagrant up 에러
https://stackoverflow.com/questions/70704093/the-ip-address-configured-for-the-host-only-network-is-not-within-the-allowed-ra https://www.virtualbox.org/manual/ch06.html#network_hostonly 리눅스, 맥에서는 192.168.56.0/21 대역으로만 설정된다고 합니다. 제환경(Mac 12.2.1)에서는 6.1.26 이하 버전으로는 vagrant 동작이 안해서 어쩔수 없이 이후 버전을 사용했는데요. 스택오버플로우 설명대로 했더니 동작을 하네요. /etc/vbox/networks.conf 파일 생성 후 다음 내용 넣어주니 되었습니다. * 10.0.0.0/8 192.168.0.0/16 * 2001::/64
- いいね数
- 0
- コメント数
- 5
- 閲覧数
- 1037

