==> client: Configuring and enabling network interfaces... --
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
---
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 vagrant-up+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/82cc2aa1-53c2-4f20-8a34-bc861ad3d090%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
request subnet-mask, broadcast-address, time-offset, routers,
domain-name, domain-name-servers, domain-search, host-name,
dhcp6.name-servers, dhcp6.domain-search,
netbios-name-servers, netbios-scope, interface-mtu,
rfc3442-classless-static-routes, ntp-servers,
dhcp6.fqdn, dhcp6.sntp-servers;
request subnet-mask, broadcast-address, time-offset, routers,
host-name, netbios-name-servers, netbios-scope,
interface-mtu, rfc3442-classless-static-routes,
ntp-servers, dhcp6.fqdn, dhcp6.sntp-servers;
interface "eth0" {
request subnet-mask, broadcast-address, time-offset, routers,
domain-name, domain-name-servers, domain-search, host-name,
dhcp6.name-servers, dhcp6.domain-search,
netbios-name-servers, netbios-scope, interface-mtu,
rfc3442-classless-static-routes, ntp-servers,
dhcp6.fqdn, dhcp6.sntp-servers;
}
$conf = <<-EOF
cat > /etc/resolv.conf <<EOF2
search yourdomain.tld
nameserver 192.168.1.1
EOF2
EOF
#resolv.conf and hosts
config.vm.provision "shell", inline: $conf, run: "always"
Alvaro.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/bcc71752-c364-4d7d-a84e-6ca01f6c1479%40googlegroups.com.