Search results

  1. M

    [SOLVED] 1 Node, multiple VMs, 1pub IP each VM, via bridged

    OK, i solved it :) On the node i created in the gui: New network device -> "Linux Bridge" name: vmbr2 IP: 10.10.10.254 netmask: 255.255.255.0 For each VM: New network device with -> name: eth1 mac-address: auto bridge: vmbr2 ipv4 static ipv4: 10.10.10.X/24 Now i can reach each VM to VM...
  2. M

    [SOLVED] 1 Node, multiple VMs, 1pub IP each VM, via bridged

    Hello, i am new to proxmox and i red a lot, maybe to much :D My state: I have just one node hosted at OVH. This node has a public ip und several VMs with public IPs condfigured out of the box via bridged networking. VM for web, sql, mail, etc. My first goal is to ad a VLAN, that all VMs can...