Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - mlvandenbos

#1
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