Tag Archives: zte

ZTE MF286R DNS Settings

Note: this advice is generic and should work with any router lacking DNS settings.

I recently subscribed to Telia’s mobile Internet service and bought ZTE MF286R 4G router they sell. The first thing I noticed, was the absence of DNS settings, which is a no-deal for me, because I use my home DNS server as a first line of defence against ads, spam, pr0nogrąphy, malware and other unwanted websites. Thankfully, this problem is (somewhat) easily solvable, but you’ll need some dedicated hardware to host your DNS server locally. If you don’t have any spare hardware or some always-on computer on your network you can give this job to, and you don’t want to maintain your own server, then stop reading this, spare yourself some pain and get a better router.

I use a low power Intel Celeron J1800-based server to run an instance of Pi-hole (among other things). Pi-hole uses OpenDNS or other specified (public or private) DNS server to resolve your requests and it has functionality to apply additional, user defined or third party maintained, black-lists. What it also can do, is to act as a DHCP server (i. e. it can assign IP addresses to network devices), which we’ll exploit to overcome MF286R’s DNS handicap.

When you appoint Pi-hole as DHCP server, it will serve as DNS server too. However, there can only be one DHCP server on a given network, so, firstly, turn-off DHCP functionality in the ZTE router settings (Advanced settings -> Router):

fig. 1 Turning-off DHCP server in ZTE MF286R router.

After applying this change, your MF286R router will stop handing out local IP addresses to your network devices.

Secondly, turn-on DHCP server in the Pi-hole settings (fig. 2):

fig. 2 Turning-on DHCP server in Pi-hole

Now your Pi-hole will take over the job of handing out IP addresses, and at the same time it’ll start acting as your network’s DNS server.

ZTE MF286R DNS nustatymai

Įsigijau šiuo metu Telios kartu su nešiojamuoju internetu parduodamą 4G maršrutizatorių ZTE MF286R. Pirmas į akis kritęs dalykas buvo tas, kad jis neleidžia keisti/neturi DNS nustatymų. Tai nėra priimtina, nes valdau savo DNS serverį, kurį naudoju kaip pirmą apsaugos liniją nuo reklamų, šlamšto, p0rnografijos ir kitų nepageidaujamų tinklapių namų tinkle. Laimei, ši problema yra nesunkiai išsprendžiama.

DNS serveriu naudoju Pi-hole, kuris turi integruotą DHCP serverio funkcionalumą (t. y. gali skirstyti IP adresus vietinio tinklo įrenginiams). Pi-hole padarius tinklo DHCP serveriu, jis taps ir tinklo DNS serveriu. Tad, pirma, išjungiam DHCP funkcionalumą ZTE maršrutizatoriuje (1 pav.):

1 pav. Išjungiam DHCP serverį ZTE MF286R maršrutizatoriuje.

Antra, įjungiam Pi-hole DHCP serverį (2 pav.):

2 pav. Įjungiam DHCP serverį Pi-hole nustatymuose

Štai ir viskas.