Archivio per il tag: noip

Dynamic DNS Update Script for NO-IP behind NAT on Mikrotik Router V2

Googlando ho trovato questa versione che sembra essere piu completo del mio precedente script #Dynamic DNS Update Script for No-IP DNS behind nat # Set needed variables :local username "your no-ip user login" :local password "your no-ip password" :local host "your no-ip host name" :global previousIP # print some debug info :log info ("Update No-IP DNS: username = $username") :log ... Continua a leggere »

Dynamic DNS Update Script for NO-IP behind NAT on Mikrotik Router

Basandomi sul mio precedente script  p ho effettuate alcune modifiche prendendo esempio da un esempio di script che utilizza DynDNS sempre dietro nat  p Eccolo: # No-IP automatic Dynamic DNS update Behind Nat By Frank #————— Change Values in this section to match your setup —————— # No-IP User account info :local noipuser “noip_user” :local noippass “noip_password” # Set the hostname ... Continua a leggere »

Dynamic DNS Update Script for No-IP DNS on Mikrotik Router

Googlando ne ho provati molti ma questo è quello che funziona meglio: # No-IP automatic Dynamic DNS update #————— Change Values in this section to match your setup —————— # No-IP User account info :local noipuser “noip_username” :local noippass “noip_password” # Set the hostname or label of network to be updated. # Hostnames with spaces are unsupported. Replace the value ... Continua a leggere »