Skip to content

Instantly share code, notes, and snippets.

@LuisPalacios
Last active March 8, 2023 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LuisPalacios/695a0a0a592e4a6526bb0f87cccc9ede to your computer and use it in GitHub Desktop.
Save LuisPalacios/695a0a0a592e4a6526bb0f87cccc9ede to your computer and use it in GitHub Desktop.
Sur: /etc/network/interfaces.d/vlans
##
## Fichero /etc/network/interfaces.d/vlans para Raspberry Pi OS 64 bits
## Servidor ‘sur’
##
## Este fichero está relacionado con este apunte:
## https://www.luispa.com/linux/2014/10/19/bridge-ethernet.html
##
## Relacionado: https://gist.github.com/LuisPalacios/7f36aa70890dbf9a9cb72fda3250ef7a
##
auto eth1.206
iface eth1.206 inet manual
vlan-raw-device eth1
auto eth1.107
iface eth1.107 inet manual
vlan-raw-device eth1
auto eth1.10
iface eth1.10 inet manual
vlan-raw-device eth1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment