Mikrotik a DDNS
Napsal: 12 Feb 2009 15:50
Zdravíčko ve spolek. Nějak nemohu dohledat, zda se da na mikrotiku nastavit možnost zalogování na servery umožňující využít dynamických DNS. Mám účet u DynDNS.org a v eth1 (WAN) připojen modem (který dává adresu přes DHCP). Na internetu jsem našel následující zápis:
Kde:
address (IP address) - defines IP address associated with the domain name
dns-server (IP address) - DNS server to send update to
key (text; default: "") - authorization key (password of a kind) to access the server
key-name (text; default: "") - authorization key name (username of a kind) to access the server
name (text) - name to attach with the IP address
ttl (integer; default: 0) - time to live for the item (in seconds)
zone (text) - DNS zone where to update the domain name in
Vypadá to jednoduše a pochopitelně
, ale já nevím jakou adresu od ISP budu mít zítra
. Potřeboval bych mikrotik donutit použít aktuálně přidělenou.
No a pak by mě také zajímalo za jakých okolností se bude mikrotik ke službě logovat.
Přátelé, děkuji za vaše reakce.
Soběslav Holec
Kód: Vybrat vše
dns-update dns-server=23.34.45.56 name=mydomain \
\... zone=myzone.com address=68.42.14.4 key-name=dns-update-key key=update
Kde:
address (IP address) - defines IP address associated with the domain name
dns-server (IP address) - DNS server to send update to
key (text; default: "") - authorization key (password of a kind) to access the server
key-name (text; default: "") - authorization key name (username of a kind) to access the server
name (text) - name to attach with the IP address
ttl (integer; default: 0) - time to live for the item (in seconds)
zone (text) - DNS zone where to update the domain name in
Vypadá to jednoduše a pochopitelně


No a pak by mě také zajímalo za jakých okolností se bude mikrotik ke službě logovat.
Přátelé, děkuji za vaše reakce.
Soběslav Holec