Skip to content

Instantly share code, notes, and snippets.

@willjasen
Created April 1, 2024 20:09
Show Gist options
  • Save willjasen/a70c290ae113190e72f08c2b5b831954 to your computer and use it in GitHub Desktop.
Save willjasen/a70c290ae113190e72f08c2b5b831954 to your computer and use it in GitHub Desktop.
interfaces config for a proxmox host with only one network interface
auto eno1
iface eno1 inet manual
auto vmbr1
iface vmbr1 inet static
address x.x.x.2/29
gateway x.x.x.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
#wan interface
auto vmbr2
iface vmbr2 inet static
bridge-ports none
bridge-stp off
bridge-fd 0
#lan interface
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment