dyndns , bin zu blöd !!!

Post Reply
Message
Author
goonie

dyndns , bin zu blöd !!!

#1 Post by goonie »

hi leute,
hab da ein problem mit dyndns:

in der ddclient.conf habe ich alles eingetragen:

guun.dyndns.org pass user


ich starte dann mit : ddclient - ip 192.168.1.1

das ist die ip von meinen linux rechner.

bekomme dann die fehlermeldung:GET /nic/dyndns?action=edit&started=1&hostname=YES&host_id= HTTP/1.1

request sent...
HTTP/1.1 200 OK

Date: Fri, 05 Jan 2001 12:39:00 GMT

Server: Apache/1.3.14 (Unix) mod_perl/1.24_01

Pragma: no-cache

Transfer-Encoding: chunked

Content-Type: text/html

2c6

<HTML>
<HEAD>
<TITLE>Bad Client Input</TITLE>
</HEAD>

<BODY BGCOLOR="white" TEXT="black">
<H1>Bad Client Input</H1>
<P>The client application you are using has provided bad input to the
modification process. This means that a malformed hostname was sent in, or
a non-existant hostname was sent in. Please make sure that any hostnames
sent by the client are in the form of "host.domain.ext" and actually exist
as you have entered them.</P>
<HR>
<FONT SIZE=-1>All content Copyright © 1999-2000 Dynamic DNS Network Services.
Contact <A HREF="mailto:webmaster@dyndns.org">webmaster</A> with queries, and the
<A HREF="mailto:support@dyndns.org">support department</A> with problems.</FONT>

</BODY>
</HTML>

kann mir jemand helfen ???

danke im vorraus

mfg goonie

Labba

Re: dyndns , bin zu blöd !!!

#2 Post by Labba »

Eine Frage deine IP : 192.168.1.1
Das hört sich für mich nach einer IP für ein lok. Netzwerk an. Du musst aber die IP die du von deinem Indernetprovider zugewiesen bekommst angeben.

Eine andere Idee habe ich leider nicht.

germannightwing
Posts: 29
Joined: 08. Aug 2000 20:53
Location: Oberhausen
Contact:

dyndns

#3 Post by germannightwing »

Hallo,

Du musst die IP Adresse nehmen die du von deinem ISP bekommst. Folgendes Shellscript sollte dir helfen...

<---> Cut here <--->

#!/bin/bash

# This script finds the inet IP from a specific device and
# updates the dyndns server via ddclient
#
# (c) by Bernd Mueller <bernd.mueller@tunix.de>

IP=$(/sbin/ifconfig | grep -1 ppp0 | cut -s -d ' ' -f12 | grep addr | cut -d ':' -f2)
/usr/bin/ddclient -ip $IP

<---> Cut here <--->

bye
/ Bernd /
<!--http--><a href="http://www.blue-temple.de" target="_blank"><img src="http://www.blue-temple.de/footer.png" border="0"></a><!--url-->

goonie

Re: dyndns , bin zu blöd !!!

#4 Post by goonie »

hi,

also nochmal von vorne:

habe mich bei dyndns.org angemeldet.
muss ich sonst noch irgendetwas eintragen, ausser meinen benutzernamen und kennwort ??

dann habe ich denn ddclient auf meinem linux rechner installiert!!
die ddclient.conf folgendermassen konfiguriert :

#host user password
guun.dyndns.org guun ************


dann die ddclient.conf mit chmod 600 versehen.

so nun starte ich denn ddclient -ip 62.225.42.11 (die aktuelle ip vom provider z.Z)

dann bekomme ich die (fehler)meldung wie oben, "bad client input"

also ich weiss nicht mehr , ich hoffe ihr wisst noch was <img src="http://www.pl-forum.de/UltraBoard/Images/Wilk.gif" border="0" align="middle">)))))

mfg goonie

Post Reply