Author: Ken Dennis Autor: Ken Dennis
Article source: http://www.macosx.com/ . Artikel Quelle: http://www.macosx.com/. Used with author's permission. Gebraucht mit Genehmigung des Autors. 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. Die meisten Internet Service Provider Ihnen nicht statische IP-Adressen (ohne zahlen mehr für sie), die Hosting Ihrer eigenen Server (Games, FTP-, Web-) Schmerzen in den Hintern. There is however a means to create a relatively static looking connection by using a the wonderful service provided by DynDNS. Es gibt jedoch ein Mittel zur Schaffung einer relativ statischen suchen Verbindung mit einem der wunderbaren Service von DynDNS. They allow you to get a subdomain off one of their many domains that will automatically forward to your dynamic IP address. Sie erlauben es Ihnen, um eine Sub-Domain aus einem ihrer vielen Bereichen, die automatisch uns auf Ihre dynamische IP-Adresse. You have several options on how you can keep your IP up to date with their service. Sie haben mehrere Möglichkeiten, wie Sie können Ihre IP-up to date mit ihren Dienst. You can manually update the IP on their website or you can use one of the many clients on their website. Sie können manuell die IP-Update auf ihrer Website oder Sie können eins von den vielen Kunden auf ihrer Website. 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. Dieser Artikel ist auf die Einrichtung eines Linux-Client, jedoch gibt es viele leicht zu Setup-Windows-Clients können Sie sich von ihnen auch, nur wir nicht darüber reden, sie in den Anwendungsbereich dieses Artikels. The first thing you must do is setup a Free account at DynDNS.org. Das erste, was Sie tun müssen, ist Setup ein kostenloses Konto bei DynDNS.org. You are allowed to create up to five free hosts without paying a single cent! Sie sind berechtigt, bis zu fünf frei Hosts ohne einen einzigen Cent! If you decide you need more, it's only $9.95/yr for up to twenty! Wenn Sie sich entscheiden Sie brauchen mehr, es ist nur $ 9.95/yr für bis zu zwanzig! After you have signed up with their service, you must create a DynamicDNS on their website. Nachdem Sie haben sich mit ihren Dienst, müssen Sie ein DynamicDNS auf ihrer Website. Next, go to the clients section and download "ddclient" (by: Paul Burry). Weiter, fahren Sie mit dem Kunden Abschnitt und download "ddclient" (von: Paul Burry). Install the DDClient as per the install instructions included in your download. Installieren Sie die DDClient nach der Installation die Anleitungen in Ihrem Download bereit. Once you have installed the program you should have a configuration file located in your /etc directory. Nachdem Sie installiert haben, das Programm sollten Sie eine Konfigurationsdatei befindet sich in Ihrer / etc-Verzeichnis. Below is a copy of my ddclient.conf and we will go over it step by step. Unten ist eine Kopie meiner ddclient.conf und gehen wir über sie Schritt für Schritt. Start of /etc/ddclient.conf: Start von / etc / ddclient.conf: daemon=900 Update your ip address with the server at this time interval. daemon = 900 Aktualisieren Sie Ihre IP-Adresse mit dem Server zu diesem Zeitpunkt Intervall. syslog=no Do you want this update logged to your syslog? syslog = no Möchten Sie, dass Sie dieses Update, angemeldet zu Ihrem syslog? pid=/var/run/ddclient.pid The pid of your ddclient, you don't need to change this. pid = / var / run / ddclient.pid Die PID Ihres ddclient, brauchen Sie nicht, dies zu ändern. use=web, web=checkip.dyndns.org/, web-skip='IP Address' This line checks your external IP address against the DynDNS website. Nutzung = Web, Web = checkip.dyndns.org /, Web-überspringen = 'IP-Adresse "Diese Zeile prüft Ihre externe IP-Adresse gegen die DynDNS-Website. 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. Wenn Sie über einen Router auf Ihrer Internet-Verbindung, um gemeinsam auf mehreren Computern, es ist wahrscheinlich eine gute Chance, dass Ihre individuellen PC's sind mit 192.168.xx IP-Adressen. We need your IP address that the world can see, which is the one your router is actually assigned. Wir brauchen Ihre IP-Adresse, dass die Welt sehen kann, das ein Ihrem Router ist tatsächlich zugewiesen. protocol=dyndns2 This is just the protocol setup by DynDns to transfer this data to their server. protocol = dyndns2 Dies ist nur die Setup-Protokoll von DynDns zur Übertragung dieser Daten an ihre Server. server=members.dyndns.org This is the server that you are going to connect to, to update your information. server = members.dyndns.org Dies ist der Server, den Sie gehen, um die Verbindung zu, um die Informationen zu aktualisieren. login=YourUsername Your username you signed up with, on the DynDNS.org website. login = Ihr Benutzername Ihr Benutzername der Sie sich auf der Website DynDNS.org. password=YourPassword This is your clear text password. password = Yourpassword Dies ist Ihr Klartext-Passwort. I highly suggest that you set this password to something you never use anywhere else. Ich schlage vor, dass Sie dieses Passwort, um etwas, das Sie nie verwenden, wo auch immer. mx=YourSite.homeip.net This is the name of the Primary site on DynDNS you setup. mx = YourSite.homeip.net Dies ist der Name der Primary-Site auf DynDNS Sie Setup. server=members.dyndns.org, \ protocol=dyndns2 \ YourSite-1.homeip.net YourSite-2.homeip.net YourSite-3.homeip.net server = members.dyndns.org, \ protocol = dyndns2 \ yourSite-1.homeip.net yourSite-2.homeip.net yourSite-3.homeip.net You can send multiple updates all at one time. Sie können mehrere Updates alle auf einmal. You can type as many as you like, one per line, and it will update the ip address all at once for your sites. Sie können so viele, wie Sie möchten, ein pro Zeile, und es wird Aktualisierung der IP-Adresse auf einmal für Ihre Websites. End of /etc/ddclient.conf Ende der / etc / ddclient.conf After the configuration file has been updated with your information and saved, you must restart the ddclient. Nach der Konfigurations-Datei wurde aktualisiert, mit Ihren Informationen und gespeichert, müssen Sie den ddclient. If you setup the software properly according to the install information you should be able to use the following commands: Wenn Sie die Setup-Software ordnungsgemäß nach den Informationen, die Sie installieren sollten die Möglichkeit haben, verwenden Sie die folgenden Befehle: /etc/init.d/ddclient stop /etc/init.d/ddclient start /etc/init.d/ddclient restart / etc / init.d / ddclient stop / etc / init.d / ddclient start / etc / init.d / ddclient starten Happy Hosting! Happy Hosting! Ken Dennis http://KenDennis-RSS.homeip.net/ Ken Dennis http://KenDennis-RSS.homeip.net/ Tags:
|