Author: Ken Dennis Autor: Ken Dennis
Article source: http://www.macosx.com/ . Artículo fuente: http://www.macosx.com/. Used with author's permission. Usado con permiso del autor. Most Internet service providers do not give you static IP addresses (without paying more for them), which makes hosting your own Server (Games, FTP, Web) a pain in the butt. La mayoría de proveedores de servicios de Internet no te dan direcciones IP estáticas (sin tener que pagar más por ellos), lo que hace de anfitrión de su propio servidor (Juegos, FTP, Web) un dolor en el trasero. There is however a means to create a relatively static looking connection by using a the wonderful service provided by DynDNS. Sin embargo, hay un medio para crear un futuro relativamente estable respecto de la utilización de un maravilloso servicio ofrecido por DynDNS. They allow you to get a subdomain off one of their many domains that will automatically forward to your dynamic IP address. Le permiten obtener un subdominio fuera uno de sus muchos dominios que se transmita automáticamente a su dirección IP dinámica. You have several options on how you can keep your IP up to date with their service. Usted tiene varias opciones sobre cómo puede mantener su propiedad hasta la fecha con su servicio. You can manually update the IP on their website or you can use one of the many clients on their website. Usted puede actualizar manualmente la IP en su sitio web o puede usar uno de los muchos clientes en su sitio web. This article is geared towards setting up a Linux client, however there are many easy to setup windows clients you can download from them also, we just won't be talking about them within the scope of this article. Este artículo está orientado hacia la creación de un cliente Linux, sin embargo hay muchas fácil de configurar clientes de Windows se puede descargar de ellos también, sólo que no se habla de ellos en el ámbito de aplicación de este artículo. The first thing you must do is setup a Free account at DynDNS.org. Lo primero que debemos hacer es configurar una cuenta gratuita en DynDNS.org. You are allowed to create up to five free hosts without paying a single cent! A usted se le permite crear hasta cinco hosts libre sin pagar un solo centavo! If you decide you need more, it's only $9.95/yr for up to twenty! Si decide que necesita más, es sólo $ 9.95/yr para un máximo de veinte! After you have signed up with their service, you must create a DynamicDNS on their website. Después de haber firmado con su servicio, debe crear un DynamicDNS en su sitio web. Next, go to the clients section and download "ddclient" (by: Paul Burry). A continuación, vaya a la sección de clientes y descargar "ddclient" (de: Paul Burry). Install the DDClient as per the install instructions included in your download. Instale el DDClient como por la instalación las instrucciones incluidas en la descarga. Once you have installed the program you should have a configuration file located in your /etc directory. Una vez que hayas instalado el programa, debería tener un archivo de configuración ubicado en el directorio / etc. Below is a copy of my ddclient.conf and we will go over it step by step. A continuación se muestra una copia de mi ddclient.conf y vamos a ir paso a paso. Start of /etc/ddclient.conf: Inicio de / etc / ddclient.conf: daemon=900 Update your ip address with the server at this time interval. demonio = 900 Actualización de su dirección IP con el servidor en este intervalo de tiempo. syslog=no Do you want this update logged to your syslog? syslog = no ¿Quieres esta actualización conectado a su syslog? pid=/var/run/ddclient.pid The pid of your ddclient, you don't need to change this. pid = / var / run / ddclient.pid El pid de su ddclient, no es necesario cambiar esta situación. use=web, web=checkip.dyndns.org/, web-skip='IP Address' This line checks your external IP address against the DynDNS website. uso = web, web checkip.dyndns.org = /, web-saltar = 'dirección IP' Esta línea comprueba su dirección IP externa en contra de la DynDNS sitio web. If you have a router on your internet connection, to share it to multiple computers, there is probably a good chance that your individual pc's are using 192.168.xx ip addresses. Si usted tiene un router en tu conexión a Internet, para compartir en varios equipos, es probablemente una buena oportunidad de que tu persona se PC 192.168.xx usando direcciones IP. We need your IP address that the world can see, which is the one your router is actually assigned. Tenemos su dirección IP que el mundo puede ver, que es el router es realmente asignado. protocol=dyndns2 This is just the protocol setup by DynDns to transfer this data to their server. protocolo = dyndns2 Esto es sólo el protocolo de configuración de DynDNS para transferir estos datos a su servidor. server=members.dyndns.org This is the server that you are going to connect to, to update your information. server = members.dyndns.org Este es el servidor que va a conectarse, para actualizar su información. login=YourUsername Your username you signed up with, on the DynDNS.org website. login = YourUsername Su nombre de usuario que firmó con, en el sitio web DynDNS.org. password=YourPassword This is your clear text password. password = Yourpassword Este es su texto contraseña. I highly suggest that you set this password to something you never use anywhere else. I altamente sugieren que establecer esta contraseña a algo que usted nunca utilice ninguna otra parte. mx=YourSite.homeip.net This is the name of the Primary site on DynDNS you setup. mx = YourSite.homeip.net Este es el nombre del sitio principal en DynDNS que el programa de instalación. server=members.dyndns.org, \ protocol=dyndns2 \ YourSite-1.homeip.net YourSite-2.homeip.net YourSite-3.homeip.net server = members.dyndns.org, \ protocol = dyndns2 \ suSitio-1.homeip.net suSitio-2.homeip.net suSitio-3.homeip.net You can send multiple updates all at one time. Puede enviar varias actualizaciones todos a la vez. You can type as many as you like, one per line, and it will update the ip address all at once for your sites. Puedes escribir tantos como quiera, uno por línea, y se actualizará la dirección IP de todos a la vez de sus sitios. End of /etc/ddclient.conf Fin de / etc / ddclient.conf After the configuration file has been updated with your information and saved, you must restart the ddclient. Después de que el archivo de configuración se ha actualizado con su información y se guarda, debe reiniciar el ddclient. If you setup the software properly according to the install information you should be able to use the following commands: Si la configuración de software correcta de acuerdo a la información que usted instale debe ser capaz de usar los siguientes comandos: /etc/init.d/ddclient stop /etc/init.d/ddclient start /etc/init.d/ddclient restart / etc / init.d / ddclient parada / etc / init.d / ddclient de inicio / etc / init.d / ddclient reiniciar Happy Hosting! Feliz Hosting! Ken Dennis http://KenDennis-RSS.homeip.net/ Ken Dennis http://KenDennis-RSS.homeip.net/ Tags:
|