Forum Discussion
How does Bigip F5 LTM select which VM Adapter it assigns to the management interface
i will add before i leave for the weekend. I did manage to find a configuration that consistently assigned the management interface successfully to eth0. Again, I do not know exactly why or if this is the only configuration, but in any case:
I have 3 private networks. (with 2, it failed inconsistently) go figure. eg, in Vagrant file: bigip_config.vm.network "private_network", ip: "172.16.1.55" bigip_config.vm.network "private_network", ip: "10.10.10.16" bigip_config.vm.network "private_network", ip: "192.168.61.6"
and I make sure the nic type using the virtual box provider:
bigip_config.vm.provider :virtualbox do |vb|
vb.customize ["modifyvm", :id, "--nictype1", "Am79C973"]
end
any my vagrant up is consistently booting with mgmt on eth0.
go figure!
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com