Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://pve.proxmox.com/wiki/Network_Configuration


Linux BridgeVery important for bridge connected to physical interface

vi /etc/network/interfaces


Code Block
titlevmbr6
collapsetrue
auto vmbr6vmbr0
iface vmbr6vmbr0 inet static
        address 10192.1168.60.19/24
        gateway 192.168.0.1
        bridge-ports none eno1
        bridge-stp off
        bridge-fd 0

auto vmbr1
iface vmbr1 inet dhcp
        bridge-ports enp2s0
        bridge-stp off
        bridge-fd 0
#to first access port on SSR

auto vmbr10
iface vmbr10 inet dhcp
        bridge-ports enp3s0
        bridge-stp off
        bridge-fd 0
#lan3 server3 for 128T#to second access port on SSR



systemctl restart networking.service
Create a VLAN


OVS Open vSwitch :  Link






...