What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Possible to use different DNS service on guest wireless?

flyboytyler

Occasional Visitor
I was wondering if it might be possible to set my second wireless network for guests to use a different DNS server?

Many thanks for any suggestions.
 
I was wondering if it might be possible to set my second wireless network for guests to use a different DNS server?
Many thanks for any suggestions.

I think this is possible, but I have not tested it. I guess that dnsmasq will have a seperate line for handing out IP addresses for the guest network, and it will look something like this (just an example):

dhcp-range=guest,192.168.0.100,192.168.0.200,255.255.255.0,86400s

Note the tag "guest" or whatever it's called for the guest network. You can now specify additional options for these hosts. For example, to set their DNS server to 8.8.8.8 and 8.8.4.4 you would add the line:

dhcp-option=guest,6,8.8.8.8,8.8.4.4

Hope this works.
 

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top