this post was submitted on 23 Dec 2024
-1 points (0.0% liked)

Selfhosted

46376 readers
782 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 2 years ago
MODERATORS
 

I am learning how to configure SDNs and I have created a VLAN that has a bridge vmbr1 in my node with ip 10.0.0.1/8, the VMs (10.0.1.2/8 & 10.0.1.3/8) can communicate correctly between them, but I have TrueNAS in one of them with a NFS share in which I store my ISOs and I can not get my host node (the one that is 10.0.0.1/8 in vmbr1) to communicate with that NFS share.

Is there something I have misconfigured or is it that the VMs inside an SDN cannot communicate with the node host?

Edit: The VMs can ping each other but not the nodes, and the VM 1 can mount and see the NFS share (VM 2) but the nodes can't.

The mount is correct because I've configured it before and it worked, and if I change the network device of the VMs to vmbr1 instead of VlanNet (the SDN) it works again.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here