dnsmasq多vlan配置

Posted 我的番茄炒蛋

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了dnsmasq多vlan配置相关的知识,希望对你有一定的参考价值。

interface=br1              #接口br1#
dhcp-option=br1,1,255.255.225.0     #指定掩码
dhcp-option=br1,3,192.168.170.1     #指定网关
dhcp-option=br1,6,192.168.170.1     #指定dns
dhcp-range=br1,192.168.170.21,192.168.170.254,86400    #指定可分配的地址范围
interface=br2     #接口br2#
dhcp-option=br2,1,255.255.255.0
dhcp-option=br2,3,192.168.1.1
dhcp-option=br2,6,192.168.1.1
dhcp-range=br2,192.168.1.20,192.168.1.50,86400
interface=br3     #接口br3#
dhcp-option=br3,1,255.255.255.0
dhcp-option=br3.3,192.168.2.1
dhcp-option=br3,6,192.168.2.1
dhcp-range=br3,192.168.2.10,192.168.2.20,86400
如上配置,可对不同vlan提供相应的dhcp服务,能够保证不同vlan的主机都能通过hdcp获取正确的ip地址、网关、dns

以上是关于dnsmasq多vlan配置的主要内容,如果未能解决你的问题,请参考以下文章

centos6 一个vlan配置多ip地址

多交换机VLAN间通信

三层交换机开启路由实现多VLAN通信

vxlan支持哪几种配置

[01] Debian 10 配置多网卡绑定及VLAN接口

多VLAN Flex Connect 模式配置手册-By Eric