- Thread Starter
- #101
On the contrary. My description in my post #30 here is 100% practical -- it works for me right now!!
Right now I have Ubuntu VM running in bhyve with networking configuration as I described above. So don't you tell me it is not practical. It rather hits me that your METHOD OF DOING THINGS is not practical for some reason or other...
Yes, you do have the balls to embark on your FreeBSD bhyve adventure. But know what? This is NOT ENOUGH!
You must also concentrate. Good to take a notebook and write down your steps (they are many and you must be precise).
First of all, don't forget to set vm-bhyve_enable=NO in your /etc/rc.conf. in addition to what I described.
What do you need to do after that networking is set up?
Why, you launch your ubuntu VM with the simple script that you published above.
Then you go into your NetworkManager (click upper right corned -> Wired connections -> Settings -> and very paitently and carefully configure ipv4 -> Manual.
There you set IP=192.168.7.25, mask=255.255.255.0 gateway=192.168.7.1
and DNS (instead of AUTO) set to '8.8.8.8,8.8.4.4'
Then click Apply . Then is about 1 minute it will be working. You can monitor it in Terminal through the commandip address.
If THAT doesn't give you working Ubuntu with internet connection, then something is terribly wrong with your attention.
And no, you HAVE NOT done what I have carefully described in detail. If you had, you would have everything working now.
thanks for your interest and suggestion. But I've already tried all that you have suggested,excluding the firewall configuration because I haven't installed it.