Looking for a Hypervisor on Ubuntu 24 LTS that Supports WiFi and SSH Access

0
3
Asked By TechWhiz42 On

I'm trying to set up a hypervisor on Ubuntu 24 LTS that supports WiFi and allows SSH access from other machines on the same network. I've tried using KVM, but I'm unable to connect via SSH from another device. My ultimate goal is to provision a Kubernetes cluster, but I'm limited by the constraint of not being able to use a physical Ethernet connection for the internet. Any suggestions would be greatly appreciated!

3 Answers

Answered By DevOpsDude88 On

For quick testing with Kubernetes, Multipass by Canonical is a great option. It's lightweight, friendly with WiFi, and works well for SSH and cluster setups. Give it a shot!

TechWhiz42 -

Thanks! I'll definitely check out Multipass.

Answered By CloudNinja99 On

It sounds like the issue might be related to your network configuration. Make sure you've set up your KVM instances to use a bridged network, which may help with routing and give your VMs access to the outside IPs. Also, consider using VMware Workstation or VirtualBox, as they have user-friendly GUIs for network setup. That might simplify things for you!

TechWhiz42 -

Thanks for the tip! I tried working with iptables PREROUTING, but it hasn't been persistent for me. I guess I should focus on setting the bridged network configuration instead. I'm not a networking expert, so I'll need to look into how to do that.

Answered By AdminGeek21 On

Have you checked out the Kutti project? It might have some features that can help with your Kubernetes setup.

TechWhiz42 -

I haven't heard of that project before. I'll look into it, thanks!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.