User Tools

Site Tools


proxmox:networking:current_network

Proxmox - Networking - Current Network

/etc/network/interfaces
auto lo
iface lo inet loopback
 
iface enp3s0 inet manual
 
iface enp11s0f0 inet manual
 
iface enp11s0f1 inet manual
 
iface enp11s0f2 inet manual
 
iface enp11s0f3 inet manual
 
auto vmbr0
iface vmbr0 inet static
        address 192.168.1.95/24
        gateway 192.168.1.1
        bridge-ports enp3s0
        bridge-stp off
        bridge-fd 0
 
auto vmbr1
iface vmbr1 inet manual
        bridge-ports enp11s0f0 enp11s0f1 enp11s0f2 enp11s0f3
        bridge-stp off
        bridge-fd 0

NOTE: The interfaces are:

  • enp3s0: Built-in NIC on motherboard.
  • enp11s0f0, enp11s0f1, enp11s0f2, enp11s0f3: 4-Port Intel i350 NIC
proxmox/networking/current_network.txt · Last modified: 2021/07/09 08:33 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki