Archivio per il tag: nat

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 »