DNS servers address issue when using Static Lease

Started by mlvandenbos, June 13, 2019, 02:49:50 PM

Previous topic - Next topic
I have a very strange issue when using static leases in the DHCP server.

My machine has an ip-adress on the LAN interface of 192.168.0.244

When I add a static lease and put in the 'DNS servers' field: 192.168.0.244 the result is that the client receives:

49.57.50.46
49.54.56.46
52.48.46.51

as DNS servers.

I figured out that
49.57.50.46 => 192. (ascii 49 = '1', 57 = '9' etc)
49.54.56.46 => 168.
52.48.46.51 =>40.3 ??

If I put 192.168.0.243 or 192.168.0.245 in the DNS field it works fine.

Can anybody shed a light on this?

Mark