bearever
Regular Contributor
You'll need to specify it in YazFi config
Tried the testing branch (v2.3.8) but it did not work. Here is my setting:
wl01_ENABLED=true
wl01_IPADDR=172.16.200.0
wl01_DHCPSTART=2
wl01_DHCPEND=254
wl01_DNS1=172.16.100.2
wl01_DNS2=172.16.100.2
wl01_FORCEDNS=false
wl01_REDIRECTALLTOVPN=false
wl01_VPNCLIENTNUMBER=
wl01_LANACCESS=
wl01_CLIENTISOLATION=
wl01_IPADDR=172.16.200.0
wl01_DHCPSTART=2
wl01_DHCPEND=254
wl01_DNS1=172.16.100.2
wl01_DNS2=172.16.100.2
wl01_FORCEDNS=false
wl01_REDIRECTALLTOVPN=false
wl01_VPNCLIENTNUMBER=
wl01_LANACCESS=
wl01_CLIENTISOLATION=
And my dnsmasq.conf.add file:
dhcp-option=6,172.16.100.2
### Start of script-generated configuration for interface wl0.1 ###
interface=wl0.1
dhcp-range=wl0.1,172.16.200.2,172.16.200.254,255.255.255.0,43200s
dhcp-option=wl0.1,3,172.16.200.1
dhcp-option=wl0.1,6,172.16.200.1,172.16.200.1
### End of script-generated configuration for interface wl0.1 ###
### Start of script-generated configuration for interface wl0.1 ###
interface=wl0.1
dhcp-range=wl0.1,172.16.200.2,172.16.200.254,255.255.255.0,43200s
dhcp-option=wl0.1,3,172.16.200.1
dhcp-option=wl0.1,6,172.16.200.1,172.16.200.1
### End of script-generated configuration for interface wl0.1 ###
Albert