Hi guys,
I have my mikrotik, with two lan’s
10.1.41.0/24
10.1.42.0/24
Everything works ok, have internet, file access, ping response, but the only problem its the computers can’t resolve by name the ping, so that give me a few problems in share folders.-
For example:
ping 10.1.41.177 - OK
ping MRG-FLAB-01 - Not Found
Its the same situation between 41 to 42 and vice-versa.-
without putting the hosts into the static DNS cache, they will not be able to resolve each other. NetBIOS names can only be resolved if they are in the DNS, WINS or on the local subnet for broadcast.
You may want to do a search on this board for DHCP DNS script that will add DHCP clients into the static DNS. You alternative would be adding a WINS server to your network, but that is really only useful if you are running all Windows.
Hi InstrusDave - Yes I search about that, and put a script to convert the IP to static DNS with the host-name works OK.-
Thanks very much!