Search results

  1. P

    [SOLVED] Vlan: one works but not two

    Ok I have this: auto lo iface lo inet loopback iface enp35s0f1 inet manual iface enp42s0f3u5u3c2 inet manual iface enp35s0f0 inet manual auto vmbr1 iface vmbr1 inet static address 172.16.0.2/29 gateway 172.16.0.1 bridge-ports enp35s0f1 bridge-stp off...
  2. P

    [SOLVED] Vlan: one works but not two

    thx for the answer. Unfortunately, it doesn’t work better! What do you have in your interface file? auto lo iface lo inet loopback iface enp35s0f1 inet manual iface enp42s0f3u5u3c2 inet manual iface enp35s0f0 inet manual auto vmbr1 iface vmbr1 inet static address 172.16.0.2/29...
  3. P

    [SOLVED] Vlan: one works but not two

    small update On my test vm with 2 network interface, I have tested # ifup ens19 ifup: unknow interface ens19 :confused: with "dmesg | grep ens19", I see "virtio_net virtio3 ens19: renamed from eth1", and that’s it, no mistake ... Edit: OK, I have forgot. "ifup and ifdown are used to set up...
  4. P

    [SOLVED] Vlan: one works but not two

    Hello, I have some issue with vlan on my proxmox homelab. In short I have a physical router with OPENSENSE (it's like PFSense). On this router I have config a interface named : PVms, on this interface I have created 2 VLAN: - PVmsVlan10: 10.10.0.254/24 - PVmsVlan20: 10.20.0.254/24 On...
  5. P

    [SOLVED] What is the network organization to choose for proxmox home lab ?

    Hello, Thank you for answering my questions.:) I managed to configure my vlans on my proxmox and my opnsense. :)
  6. P

    [SOLVED] What is the network organization to choose for proxmox home lab ?

    I'm not sure I understand but quickly: you create a linux bridge and you say / configure : every host connected to this bridge are automaticly on vlan 10. So client host does not know VLANs , for them they are juste connected to the bridge, right ? Edit: I don't quite understand how Vlans work...
  7. P

    [SOLVED] What is the network organization to choose for proxmox home lab ?

    Hello, Tank you for your answer :) You gave me ideas that I had not thought ! I use the odroid like a router with OPNsense, so so no need for me to virtualize it ... unless you create a 2nd router on the proxmox. But I don't see what the point would be -_- " I have little questions after...
  8. P

    [SOLVED] What is the network organization to choose for proxmox home lab ?

    Hello, I have a "DIY home lab proxmox server" with two 2.5Gbe net card . This proxmox is behind a opnsense odroid H2+ (with his net card, so 6 in total) and I have a helios 64 with OpenMediaVault( 2 net card but 1Gbe and 2.5Gbe) I have tested some net config I don't know which configuration to...
  9. P

    remote storage for home lab

    Thank you for your answer. Simply NFS ..., yes why not I had not thought of it. And what file system are you using?
  10. P

    remote storage for home lab

    Hello, I have a promox server and a "NAS" server with openmediavault. I wish I could use omv as a remote storage for my promox VMs. But I don't know much about storage. I will certainly have a vm for the personal cloud (yunohost VM with nextcloud, gitea and other tools) and a k8S (or K3S)...