10

Hello. I wanted to know if it was possible to get a VMWare guest VM that's acting as my self-hosted streaming server to be accessible by other devices outside my host pc?

I know it would be able to if I just set it to a bridged network connection, but I also want it to strictly only have access to the internet through my host pc that would also be using a VPN, which is why I want to leave it on NAT.

Basically, I want all my local network devices on my router to be able to access a guest VM on my PC that is only able to access the internet through the host PC.

I'm using VMWare workstation Pro, with an Ubuntu guest VM that has Jellyfin, Plex, Jackett, and etc. for streaming media.

all 5 comments
sorted by: hot top controversial new old
[-] boblin@infosec.pub 7 points 8 months ago

Configure port forwarding for the VM.

[-] tun@lemm.ee 2 points 8 months ago

Check networking.

In theory vm network should be configured to be bridge (I do not remember the exact wording)

Here is the similar problem to yours. (And solution)

https://communities.vmware.com/t5/VMware-Workstation-Pro/Access-VM-from-External-Source/td-p/2716366

[-] 12bitmisfit@sh.itjust.works 0 points 8 months ago

I'm not 100% on your exact stack but it sounds to me like a job for a reverse proxy.

[-] BrownianMotion@lemmy.world -2 points 8 months ago

Thats not how it works.

You have a LAN and hopefully you have a firewall that shields your LAN from WAN. Your fw is probably handing out DHCP lease IP (like 192.168.x.y)

When you "bridge" your VM looks like an independant device on you LAN. Nothing at this point has allowed it to the public. Your dhcp can even give it an IP (but its probably better to set a static ip). In bridge mode, a "fake mac is spoofed alongside you nic's real mac, and only for said VM)

At that point the VM id accessible likr any other device on the LAN.

if you then want to use vpn, just connect to your LAN however that works(vpn to computer or vpn to firewall/vpn server) and access.

if you want to access from WAN without vpn, then you need to understand reverse proxying and youll need a full proper firewall\gateway device at the front of your network (like OPNsense).

this post was submitted on 28 Oct 2023
10 points (77.8% liked)

Selfhosted

37915 readers
267 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS