DNS Changing Error !

hi friends.
When i Change The Static DNS Give Error :

Couldn't change DNS Static Entry "Domain" - cannot change dynamic entry.

whats the Problem , How Change ??
tnx

You can change it in your computer IP settings.

ViREnG,

Here is some info from the manual:

Static DNS Entries
Home menu level: /ip dns static
Description
The MikroTik RouterOS has an embedded DNS server feature in DNS cache. It allows you to link
the particular domain names with the respective IP addresses and advertize these links to the DNS
clients using the router as their DNS server.
Property Description
address ( IP address ) - IP address to resolve domain name with
name ( text ) - DNS name to be resolved to a given IP address
ttl ( time ) - time-to-live of the DNS record
Example
To add a static DNS entry for > http://www.example.com > to be resolved to 10.0.0.1 IP address:
[admin@MikroTik] ip dns static> add name > http://www.example.com > address=10.0.0.1
[admin@MikroTik] ip dns static> print

NAME ADDRESS TTL

0 aaa.aaa.a 123.123.123.123 1d
1 > http://www.example.com > 10.0.0.1 1d
[admin@MikroTik] ip dns static>

Hope this helps you!