ispCP - Board - Support
Kein FTP Login möglich - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+--- Thread: Kein FTP Login möglich (/thread-6752.html)

Pages: 1 2 3


RE: Kein FTP Login möglich - BeNe - 05-19-2009 02:50 AM

Quote:Und in der hostname steht xx-xx-xx-xxx
Was ?? Steht das für eine IP oder steht das so drin ?

Poste folgendes Output:
Code:
cat /etc/hosts && cat /etc/hostname

Greez BeNe


RE: Kein FTP Login möglich - n2o - 05-19-2009 07:08 AM

Das kommt dann so:
Code:
84-23-00-000:~# cat /etc/hosts && cat /etc/hostname
# 'hosts' file configuration.

::ffff:84.23.00.000     n2o-solutions.ath.cx    n2o-solutions
::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
127.0.0.1 localhost.localdomain localhost
# Auto-generated hostname. Please do not remove this comment.
84.23.00.000 84-23-00-000 n2o-solutions n2o-solutions.ath.cx
84-23-00-000



RE: Kein FTP Login möglich - BeNe - 05-19-2009 03:47 PM

Auf den ersten blick fehlt mir da die IPv4 und deren Hostnamen auflösung in der /etc/hosts.

Code:
84.23.XX.XXX            n2o-solutions.ath.cx    n2o-solutions

Greez BeNe


RE: Kein FTP Login möglich - n2o - 05-19-2009 10:35 PM

Kannst du mir das mal eintragen? Muss ich da irgenwas davor setzen?


RE: Kein FTP Login möglich - BeNe - 05-19-2009 10:41 PM

Das kannst Du so übernehmen!
Nur deine IP muss Du noch vervollständigen/ersetzen.

Greez BeNe


RE: Kein FTP Login möglich - n2o - 05-20-2009 12:30 AM

So, der FTP lässt sich starten. Wenn ich allerdings beim filezilla meine Daten eingeb meldet er folgendes:

Quote:Status: Connecting to test.n2o-solutions.ath.cx ...
Status: Connected with test.n2o-solutions.ath.cx. Waiting for welcome message...
Error: Disconnected from server
Error: Unable to connect!



RE: Kein FTP Login möglich - BeNe - 05-20-2009 02:46 AM

Ist der Port von aussen offen ?
Mach mal ein nmap von extern und intern auf den Port 21.

Greez BeNe


RE: Kein FTP Login möglich - n2o - 05-22-2009 03:42 PM

Quote:Ist der Port von aussen offen ?

Wie find ich das heraus?

Quote:Mach mal ein nmap von extern und intern auf den Port 21.

Wie macht man sowas?


RE: Kein FTP Login möglich - BeNe - 05-22-2009 03:54 PM

Code:
man nmap
Code:
nmap localhost
Code:
nmap deine.domain.tld

Kann sein das Du es erst installieren musst:
Code:
apt-get install nmap

Greez BeNe


RE: Kein FTP Login möglich - MasterTH - 05-25-2009 02:27 PM

du scheinst bei der installation etwas fehlerhaft eingetragen zu haben.
Normalerweise werden die xx-xx... Werte durch die angegebene IP-Adresse ersetzt. Die IP-Adresse die du in /etc/hosts drinstehen hast 84.23.00.000 ist nicht deine richtige ip-adresse.

Poste mal was das Ergebenis von ifconfig ist