mkauth com no-ip

ola galera blz

bom venho aqui pedir a ajuda de vcs, sobre como colocar o mkauth com no-ip, para que meus clientes acesse o site fora da rede interna, tipo queria acessar assim --> meusite.no-ip.biz

procurei aqui e nao achei nada falando sobre isso, entao quem poder me ajudar eu agradeço.

meu msn --> petersousa2011@hotmail.com

valeu ai galera

Para adicionar comentários, você deve ser membro de MK-AUTH.

Join MK-AUTH

Votos 0
Enviar-me um email quando as pessoas responderem –

Respostas

  • concordo plenamente com vc amigo

  • É, acho o no-ip muuuito mais pratico e versatil que o changeip...

    Ainda mais que tenho uma conta vitalicia ate 2030... (cruiz credo... :D )

  • amigo e funciona perfeito gerencia ate o domínio olha ai pra vc ver  http://www.airlifesf.com.br:8081/

    Alexandre Machado Barros disse:

    interessante

  • interessante

  • Amigo vc ja tem a conta no-ip? segue o script

    # No-IP automatic Dynamic DNS update
    #--------------- Change Values in this section to match your setup ------------------
    # No-IP User account info
    :local noipuser "USUARIO NO-IP"
    :local noippass "SENHA NO-IP"
    # Set the hostname or label of network to be updated.
    # Hostnames with spaces are unsupported. Replace the value in the quotations below with your host names.
    # To specify multiple hosts, separate them with commas.
    :local noiphost "NOME DE ACESSO NO-IP"
    # Change to the name of interface that gets the dynamic IP address
    :local inetinterface "ENTERFACE TIPO PPPOE1"
    #------------------------------------------------------------------------------------
    # No more changes need
    :global previousIP
    :if ([/interface get $inetinterface value-name=running]) do={
    # Get the current IP on the interface
    :local currentIP [/ip address get [find interface="$inetinterface" disabled=no] address]
    # Strip the net mask off the IP address
    :for i from=( [:len $currentIP] - 1) to=0 do={
    :if ( [:pick $currentIP $i] = "/") do={
    :set currentIP [:pick $currentIP 0 $i]
    }
    }
    :if ($currentIP != $previousIP) do={
    :log info "No-IP: Current IP $currentIP is not equal to previous IP, update needed"
    :set previousIP $currentIP
    # The update URL. Note the "\3F" is hex for question mark (?). Required since ? is a special character in commands.
    :local url "http://dynupdate.no-ip.com/nic/update\3Fmyip=$currentIP"
    :local noiphostarray
    :set noiphostarray [:toarray $noiphost]
    :foreach host in=$noiphostarray do={
    :log info "No-IP: Sending update for $host"
    /tool fetch url=($url . "&hostname=$host") user=$noipuser password=$noippass mode=http dst-path=("no-ip_ddns_update-" . $host . ".txt")
    :log info "No-IP: Host $host updated on No-IP with IP $currentIP"
    }
    } else={
    :log info "No-IP: Previous IP $previousIP is equal to current IP, no update needed"
    }
    } else={
    :log info "No-IP: $inetinterface is not currently running, so therefore will not update."
    }

  • não funciona com o no-ip, somente changeip...

This reply was deleted.