Practicality of Proxmox as mobile lab

imrazor

Member
Nov 3, 2015
40
0
6
I've been trying to use VirtualBox on my laptop as a sort of mobile lab, to get some hands-on experience with server OS's. However, the laptop only has 8GB of RAM, and I found myself only able to run 2 VMs at a time. If I tried 3 or 4, I'd start hitting my swap partition. So a friend suggested Proxmox, since it supports shared memory.

Now I've managed to get Proxmox set up, but I had to use a static IP address. This will be an issue if I try to go mobile with this, since most wifi hotspots (including my cell phone) require a DHCP-assigned address. Is it possible to use Proxmox with a dynamic IP address? I've set my LAN card to a static address; would it be possible to bring it up (i.e., ifconfig eth0 192.168.1.22 up) without a cable plugged in, and then just use wifi for Internet access?

I thought about just setting up port forwarding on my home router and remoting in, but I worry about blowing through the data cap on my cellular plan. Has anyone else attempted to use Proxmox in as a mobile workstation, or is it nearly all dedicated server installs?
 
Hi,

The problem is that linux brides in qemu do not support wlan moduls.
so you cant use the wlan as primary nic.

but you can use a routed configuration from your wired nic to the wlan nic and make a port forwarding to access the Webgui.