-
-
Save xergio/91cc0fe68e195906237e808190883080 to your computer and use it in GitHub Desktop.
Pi-hole: Configuración DHCP vlan eth1.10
This file contains hidden or 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
# 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