Sponsor-Board.de

Normale Version: Easy-Wi FTP Server
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Hallo SponsorBoard Community,

Ich habe folgendes Problem:

Ich habe das Webinterface Easy-Wi auf mein Debian V-Server installiert. Alles lief gut doch ich habe ein problem.

Es laufen bei mir, aus welchen gründen auch immer, schon 2 FTP Server mit dem Port 21 und dem Port 22. Gibt es eine Möglichkeit den Proftpd Server entweder neu zu installieren oder nachzusehen, was diese Ports benutzt.

Ich danke jetzt schon mal für jede Antwort.

MFG
Dennis
netstat -tulpen

sollte dir helfen.


ProFTPd entfernen mit

apt-get remove proftpd

g-Web schrieb:
ProFTPd entfernen mit

apt-get remove proftpd


Hab ich bereits ausprobiert kommt aber nur das:

Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'proftpd-basic' instead of 'proftpd'
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Was sagt den die Ausgabe von netstat -tulpen?

Code:
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode       PID/Program name
tcp        0      0 0.0.0.0:6001            0.0.0.0:*               LISTEN      0          26605408    10006/Xvfb
tcp        0      0 0.0.0.0:21              0.0.0.0:*               LISTEN      0          604636989   24291/pure-ftpd (SE
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          3273238280  25935/sshd
tcp        0      0 0.0.0.0:25              0.0.0.0:*               LISTEN      0          1416967     917/master
tcp        0      0 127.0.0.1:25639         0.0.0.0:*               LISTEN      0          1642160457  10190/ts3client_lin
tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      109        1415995     714/mysqld
tcp        0      0 127.0.0.1:8556          0.0.0.0:*               LISTEN      0          1642160474  10190/ts3client_lin
tcp        0      0 127.0.0.1:8557          0.0.0.0:*               LISTEN      0          26612660    10076/ts3client_lin
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      0          1413247     705/apache2
tcp6       0      0 :::6001                 :::*                    LISTEN      0          26605407    10006/Xvfb
tcp6       0      0 :::21                   :::*                    LISTEN      0          604636990   24291/pure-ftpd (SE
tcp6       0      0 :::22                   :::*                    LISTEN      0          3273238282  25935/sshd
tcp6       0      0 :::8087                 :::*                    LISTEN      0          26606734    10021/ts3bot
tcp6       0      0 :::25                   :::*                    LISTEN      0          1416968     917/master
tcp6       0      0 :::25566                :::*                    LISTEN      0          8822703     3869/java
udp        0      0 0.0.0.0:8556            0.0.0.0:*                           0          1642160458  10190/ts3client_lin
udp        0      0 0.0.0.0:8557            0.0.0.0:*                           0          26612657    10076/ts3client_lin
udp        0      0 0.0.0.0:54384           0.0.0.0:*                           0          1642160522  10190/ts3client_lin
udp        0      0 0.0.0.0:52222           0.0.0.0:*                           0          26612778    10076/ts3client_lin


2 Ports laufen anscheinend über Pure-ftpd wenn ich das richtig sehe.

Es läuft nur ein FTP Server auf Port 21.

Also einfach mit apt-get remove pure-ftpd

Danach solltest du Proftpd installieren können.

Auf Port 22 läuft kein FTP Server sondern SSH.

Dennis16 schrieb:

g-Web schrieb:
ProFTPd entfernen mit

apt-get remove proftpd


Hab ich bereits ausprobiert kommt aber nur das:

Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'proftpd-basic' instead of 'proftpd'
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


Dann lies doch mal deine Fehlermeldung durch:
Note, selecting 'proftpd-basic' instead of 'proftpd'

apt-get --purge autoremove proftpd-basic

Pure-ftpd ist jetzt deinstalliert. Die Server laufen dennoch auf dem Port.
Hallo,
Ich hoffe du hast den FTP Server vorher angehalten mit "Service "Name" stop", bevor du den Server Deinstallierst, sonst löscht der nicht alle Dateien, bzw diese noch Temporär speichert. Mach nen Server restart und der FTP Server sollte offline sein. Jedoch sind dennoch ein Paar Einträge vom alten FTP Server vorhanden, da der nicht aus war.

MfG Pierre
Referenz-URLs