pi as a router: issues with dns - Raspberry Pi Forums
hi,
bought raspberry pi , started installing router. setup follows:
- pi connected network (ethernet) of live. network has restrictions, uses captive portal authenticate.
- pi wifi access point other computers. configured dhcp server on network http://learn.adafruit.com/setting-up-a- ... t/overview tutorial.
problem that restricted network doesn't allow me use dns want, , dns forces on me changes on regular basis. when happens, disconnected , have authenticate again on captive portal. tutorial uses dns google (8.8.8.8) doesn't work.
wrote script automatically authenticates me @ captive portal, don't know how configure dhcpd automatically update dns server of client dns server of ethernet network. when manually, works fine.
getting ip of dns server easy (it same default gateway) how can tell dhcpd ?
sorry english, hope explanation clear enough
thank you
bought raspberry pi , started installing router. setup follows:
- pi connected network (ethernet) of live. network has restrictions, uses captive portal authenticate.
- pi wifi access point other computers. configured dhcp server on network http://learn.adafruit.com/setting-up-a- ... t/overview tutorial.
problem that restricted network doesn't allow me use dns want, , dns forces on me changes on regular basis. when happens, disconnected , have authenticate again on captive portal. tutorial uses dns google (8.8.8.8) doesn't work.
wrote script automatically authenticates me @ captive portal, don't know how configure dhcpd automatically update dns server of client dns server of ethernet network. when manually, works fine.
getting ip of dns server easy (it same default gateway) how can tell dhcpd ?
sorry english, hope explanation clear enough
thank you
i presume it's 1 of lines ask comment out;
here put use google dns servers used different dhcp server this, used 1 called dnsmasq.
here put use google dns servers
code: select all
option domain-name-servers 8.8.8.8, 8.8.4.4;
raspberrypi
Comments
Post a Comment