Hi all,
I would like to create a different subnet for my WLAN (from the physical ports). I tried to tinker with the dnsmasq.conf but it doesn't quite work. I think the LAN section is conflicting with the WLAN section. How can I split the WLAN from the LAN? Or should I have individual entries for each of the LAN ports?
See attached files, thanks!
thanks!
pid-file=/var/run/dnsmasq.pid
user=nobody
bind-dynamic
interface=br0
interface=pptp*
no-dhcp-interface=pptp*
no-resolv
servers-file=/tmp/resolv.dnsmasq
no-poll
no-negcache
cache-size=1500
min-port=4096
bogus-priv
domain-needed
dhcp-range=lan,192.168.2.2,192.168.2.254,255.255.255.0,86400s
dhcp-option=lan,3,192.168.2.1
dhcp-option=lan,6,208.67.222.222,208.67.220.220
dhcp-option=lan,252,"\n"
dhcp-authoritative
dhcp-name-match=set:wpad-ignore,wpad
dhcp-ignore-names=tag:wpad-ignore
dhcp-script=/sbin/dhcpc_lease
script-arp
interface=eth5
dhcp-range=eth5,192.168.10.100,192.168.10.120,255.255.255.0,86400s
dhcp-option=eth5,3,192.168.10.1
I would like to create a different subnet for my WLAN (from the physical ports). I tried to tinker with the dnsmasq.conf but it doesn't quite work. I think the LAN section is conflicting with the WLAN section. How can I split the WLAN from the LAN? Or should I have individual entries for each of the LAN ports?
See attached files, thanks!
thanks!
pid-file=/var/run/dnsmasq.pid
user=nobody
bind-dynamic
interface=br0
interface=pptp*
no-dhcp-interface=pptp*
no-resolv
servers-file=/tmp/resolv.dnsmasq
no-poll
no-negcache
cache-size=1500
min-port=4096
bogus-priv
domain-needed
dhcp-range=lan,192.168.2.2,192.168.2.254,255.255.255.0,86400s
dhcp-option=lan,3,192.168.2.1
dhcp-option=lan,6,208.67.222.222,208.67.220.220
dhcp-option=lan,252,"\n"
dhcp-authoritative
dhcp-name-match=set:wpad-ignore,wpad
dhcp-ignore-names=tag:wpad-ignore
dhcp-script=/sbin/dhcpc_lease
script-arp
interface=eth5
dhcp-range=eth5,192.168.10.100,192.168.10.120,255.255.255.0,86400s
dhcp-option=eth5,3,192.168.10.1
Attachments
Last edited: