Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

devuan1+devuan2 does not repect ip-address #161

Open
ole-tange opened this issue Jul 7, 2020 · 1 comment
Open

devuan1+devuan2 does not repect ip-address #161

ole-tange opened this issue Jul 7, 2020 · 1 comment

Comments

@ole-tange
Copy link

ole-tange commented Jul 7, 2020

This config sets the IP-address of the secondary interface in devuan3 (and in most other boxes), but it does not do so in devuan1+2:

Vagrant.configure("2") do |config|
  ...
  config.vm.network "private_network", ip: "172.29.0.11"
end
@timschumi
Copy link
Contributor

Devuan is apparently entirely unsupported as a guest by Vagrant, so setting up networks doesn't work on any of the Devuan versions.
If I overwrite the guest type to be Debian (because that's what it effectively is), creating new networks works just fine on all three versions.

In any case, this is more likely to be a Vagrant issue instead of a roboxes issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants