Após algumas pesquisas, posso configurá-lo:
- crie sua conta no OpenDns.
-
instale ddclient:
ddclient é um cliente baseado em Perl usado para atualizar entradas de DNS. Este cliente trabalha com todos os nossos serviços bem como serviços prestados por muitos dos nossos concorrentes.
sudo apt-get instala ddclient
quando começar a pedir parâmetros, basta clicar em next e next ...
Agora temos que configurar dois arquivos, abrir um terminal e digitar o seguinte:
sudo nano /etc/default/ddclient
# Configuration for ddclient scripts
# Generated from debconf on Mon Aug 2 12:39:39 CEST 2010
#
# /Etc/default/ddclient
# Set to "true" if ddclient run Should Be Every time a new ppp connection is
# Established. This Might Be Useful, if You are using dial-on-demand.
run_ipup = "false"
# Set to "true" if ddclient Should run in daemon mode
# If tis is changed to true, run_ipup Must Be Set to false.
run_daemon = "true"
# Set the time interval Between the updates of the dynamic DNS name in seconds.
# This option only Takes effect if the ddclient runs in daemon mode.
daemon_interval = "300"
agora com o outro:
sudo nano /etc/ddclient.conf
# #
# # OpenDNS.com account-configuration
# #
ssl = yes
use = web, web = whatismyip.org
server = updates.opendns.com
protocol = dyndns2
login = username in OpenDNS <-----
password = 'key OpenDNS' <----- CHANGE THIS
(Name of the network you set up in OpenDNS) <-----
E configure seu DNS como descreva JE2Tom em sua postagem.