Skip to content

Instantly share code, notes, and snippets.

@xergio
Forked from LuisPalacios/04-pihole-sur.conf
Created June 3, 2025 20:12
Show Gist options
  • Save xergio/91cc0fe68e195906237e808190883080 to your computer and use it in GitHub Desktop.
Save xergio/91cc0fe68e195906237e808190883080 to your computer and use it in GitHub Desktop.
Pi-hole: Configuración DHCP vlan eth1.10
# Pi-hole: Configuración DHCP
# /etc/dnsmasq.d/04-pihole-sur.conf
#
# Este fichero está referenciado en este apunte:
# https://www.luispa.com/linux/2014/10/19/bridge-ethernet.html
#
# SUR
# VLAN eth1.10
dhcp-range=set:eth1.10,192.168.10.10,192.168.10.200,1h
dhcp-option=tag:eth1.10,option:router,192.168.10.1
# DNS Server
dhcp-option=tag:eth1.10,6,8.8.8.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment