wopner

etc network interfaces

Jan 8th, 2025 (edited)
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.56 KB | Source Code | 0 0
  1. auto lo
  2. iface lo inet loopback
  3.  
  4. auto enp1s0
  5. iface enp1s0 inet manual
  6. #Onboard 10GBE - Main PVE network for VMBR use, etc.
  7.  
  8. auto enp65s0
  9. iface enp65s0 inet static
  10.         address 10.10.0.3/24
  11.         mtu 9000
  12. #Mellanox Eth0 - Ring Network for Corosync - Mikrotik 100G Switch
  13.  
  14. auto enp65s0d1
  15. iface enp65s0d1 inet manual
  16. #Mellanox Eth1
  17.  
  18. auto vmbr1
  19. iface vmbr1 inet static
  20.         address 10.0.0.3/24
  21.         gateway 10.0.0.254
  22.         bridge-ports enp1s0
  23.         bridge-stp off
  24.         bridge-fd 0
  25. #Onboard 10Gbe
  26.  
  27. source /etc/network/interfaces.d/*
Tags: Configs
Advertisement
Add Comment
Please, Sign In to add comment