Created
April 1, 2024 20:09
-
-
Save willjasen/a70c290ae113190e72f08c2b5b831954 to your computer and use it in GitHub Desktop.
interfaces config for a proxmox host with only one network interface
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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