Recent content by dmnk68

  1. D

    One NIC with multiple IP's

    I tried to reproduce the problem completely, but I couldn't. Nevertheless, it was, which is a factor of great danger. I got the impression that if you simultaneously make intensive changes to the network settings in /etc/network/interfaces, the Proxmox control panel, and the VM's network...
  2. D

    One NIC with multiple IP's

    I was forced to make a radical experiment: I deleted Proxmox v6.2 and installed v5.4 After that, I completely reproduced all the previous network settings and installed the container VM (CT from Turnkey ISO). All network settings started to work as they should. So some system bug in Proxmox v6.2...
  3. D

    One NIC with multiple IP's

    I'll add some information about the network inside the VM. Used configuration: auto lo iface lo inet loopback auto eno1 #allow-vmbr0 eno1 iface eno1 inet manual ovs_type OVSPort ovs_bridge vmbr0 post-up echo 1 > /proc/sys/net/ipv4/ip_forward post-up echo 1 >...
  4. D

    One NIC with multiple IP's

    My experiments still have been unsuccessful. I tried to use both versions of the bridge (configuration in the previous post). They are quite consistent with the two base guidelines for "Open vSwitch": https://pve.proxmox.com/wiki/Open_vSwitch...
  5. D

    One NIC with multiple IP's

    I've already tried using a regular Linux bridge, as well as a simple OVS bridge. But without success. The configuration below: auto lo iface lo inet loopback iface eno1 inet manual iface eno2 inet manual iface eno3 inet manual iface eno4 inet manual auto vmbr0 iface vmbr0 inet static...
  6. D

    One NIC with multiple IP's

    Hello Proxmox Community, I have a similar problem as here: https://forum.proxmox.com/threads/one-nic-but-need-multiple-ips.5088/ I have one network port and multiple IP addresses in the same local subnet. And I need to give each VM a separate IP so that they look like independent servers. But...