Creating a local host name for DNS databases

SOLVED
Nabisadah
Conversationalist

Creating a local host name for DNS databases

Hi all, I contacted Meraki support and they told me that Meraki devices do not support this feature and it would be better to request this feature from Meraki development team. So I hope someone see this message and can add this feature soon. It is very useful for large installations. 

 

Local Hostname

I want to create a local hostname for one of our switch mgmt GUI on the network, but I can't find a setting for it in the Meraki MX router.


For example:

Normally a switch has a GUI interface and can browse with IP: 192.168.0.20.

But I want to access this GUI interface of the switch not with the IP but with the local hostname: example.local

 

So when a client on the network tries to enter "example.local", he/she should be able to browse the switch's GUI interface. e.g: The DNS checks its database or A-Entry and finds the hostname "example.local" which is associated to 192.168.0.20.

 

Best Regards

 

Nabisadah

1 ACCEPTED SOLUTION
MilesMeraki
Head in the Cloud

This can be achieved by using a local DNS server and setting up a local DNS zone for this use case. You could look at implementing BIND (https://www.isc.org/bind/) on a local linux host to resolve the local DNS queries to local IPs.

Eliot F | Simplifying IT with Cloud Solutions
Found this helpful? Give me some Kudos! (click on the little up-arrow below)

View solution in original post

7 REPLIES 7
MilesMeraki
Head in the Cloud

This can be achieved by using a local DNS server and setting up a local DNS zone for this use case. You could look at implementing BIND (https://www.isc.org/bind/) on a local linux host to resolve the local DNS queries to local IPs.

Eliot F | Simplifying IT with Cloud Solutions
Found this helpful? Give me some Kudos! (click on the little up-arrow below)

Hi, today I solved the problem with an external local DNS server.
Everything works as desired. However, I would like the Meraki router to support this feature out of the box so I don't have to set up an external DNS server.

Hi @Nabisadah , we just ran into a similar situation and i was interested to know how did you solve the issue?

Hi @Khaled_A You need to configure a local DNS-Server(Raspberry Pi or any device) on the same network where you need the local hostnames. Then connect the lan port of this DNS server to one of your switches and ping the IP and hostname of the server from your router to see if everything works properly.

 

Then you can create the desired local DNS names via an A record on your local DNS server and point the local DNS names to your local IP address that you want to reach with hostnames. So that's it!

cmr
Kind of a big deal
Kind of a big deal

I wish the Meraki devices configured with local DNS servers would use them to look up the names of the clients.  I really don't understand why they cannot do this?

PhilipDAth
Kind of a big deal
Kind of a big deal

If only a small number of people need this it will be easier to add the name to you local hosts file.

c:\windows\system32\drivers\etc\hosts

 

Do you know about these magic DNS entries?

http://my.meraki.com/ 

http://switch.meraki.com/ 

There are a few more.  They return you info about the Meraki device that you are connecting to.

BlakeRichardson
Kind of a big deal
Kind of a big deal

Local DNS server is a much better option than setting up each device escpeically if you have a heap to do most DNS services allow you to import records. 

Get notified when there are additional replies to this discussion.
Welcome to the Meraki Community!
To start contributing, simply sign in with your Cisco account. If you don't yet have a Cisco account, you can sign up.
Labels