Vagrantfile に追記する

config.vm.network :private_network, ip: "192.168.50.11"

そして

vagrant reload

で反映されます。

設定したIPで ssh や MySQL できる様になりました。