User Tools

Site Tools


pfsense:dns:forward_a_specific_vlan

This is an old revision of the document!


PFSense - DNS - Forward a specific VLAN

Navigate to Services→DNS Resolver.

Add the following to the Custom Options.

server:
    access-control-view: 192.168.10.0/24 bypass
    access-control-view: 192.168.20.0/24 dnsbl
    access-control-view: 192.168.30.0/24 forward    
view:
    name: "bypass"
    view-first: yes
view:
    name: "dnsbl"
    view-first: yes
    include: /var/unbound/pfb_dnsbl.*conf
view:
    name: "forward"
    view-first: yes
    forward-addr: 1.1.1.1
    forward-addr: 8.8.8.8

NOTE: The forward view forwards requests to a couple of DNS servers on the Internet.


pfsense/dns/forward_a_specific_vlan.1609927829.txt.gz · Last modified: 2021/01/06 10:10 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki