changetondns / changetondns.fr

RĂ©pertoire officiel de changetondns.fr
Apache License 2.0
10 stars 7 forks source link

Add instructions for routers (Freebox, Livebox...) #4

Open mikolajek-fr opened 1 year ago

mikolajek-fr commented 1 year ago

Add instructions for routers like Freebox or Livebox (DHCP clients will be use DNS servers configured on router).

Alexandre-Gliganic commented 1 year ago

For the Livebox it's not possible to change the DNS directly on it. The only solution is to have a router between your Livebox and your equipments. But for the freebox it is possible to change the DNS. This would be a good addition đŸ˜„

FloX-Dev commented 1 year ago

It would also be possible to disable the DHCP server of the Livebox and replace it by a server (raspi ?) which would be in charge of the IPs allocation on the network. A simple SLAAC deamon (RS/RA) would allow to manage the ipv6 in parallel of the DHCP server if necessary. dnsmasq for example could do all this relatively easily.

FloX-Dev commented 1 year ago

17 - FreeboxOS tutorial added in dev branch

hanteed commented 1 year ago

You can always use a third party DNS resolver via a raspberry (with PiHole for example) and redirect traffic through it, or you can setup a simple CISCO router to interface between your box and your main network via port forwarding.