radiasoft / download

Install scripts for "curl | bash"
Apache License 2.0
3 stars 5 forks source link

f36 vagrant network configuration #410

Open e-carlin opened 1 year ago

e-carlin commented 1 year ago

The private network is not being configured correctly by vagrant, because NetworkManager is being used by Fedora:

nmcli con mod "Wired connection 2"
  ipv4.addresses "<ip>/24"
  ipv4.gateway ""
  ipv4.dns ""
  ipv4.dns-search ""
  ipv4.method "manual"

This should be run as a one time provisioner when setting up a vagrant vm.

robnagler commented 1 year ago

Probably causes this: https://github.com/radiasoft/download/issues/350

Do this at the same time: https://github.com/radiasoft/download/issues/337