www.ProFTPD.de
13. März 2007, 19:51:11 *
Willkommen Gast. Bitte einloggen oder registrieren.
Haben Sie Ihre Aktivierungs E-Mail übersehen?

Einloggen mit Benutzername, Passwort und Sitzungslänge
News: SMF - Neu installiert!
 
   Übersicht   Hilfe Suche Login Registrieren  
Seiten: [1]   Nach unten
  Drucken  
Autor Thema: Anderen Port Verwenden  (Gelesen 409 mal)
0 Mitglieder und 1 Gast betrachten dieses Thema.
Anonymous
Gast
« am: 17. Juni 2004, 20:14:37 »

Hi Leute,

ich habe alles installiert und möchte nun eine anderen Port verwenden.
Aber solbald ist den Port von 21 auf z.b 9090 oder so wechsel kommen keine Daten mehr.
Was muß ich denn einstellen wenn ich einen anden Port verwenden will

ServerName "test"

ServerType standalone

DefaultServer on

 

# Port 21 is the standard FTP port.

Port 9090
 

# Umask 022 is a good standard umask to prevent new dirs and files

# from being group and world writable.

Umask 022

 

# Note that this ONLY works in standalone mode

MaxInstances 30

 

# Set the user and group under which the server will run.

User nobody

Group nogroup

 

# To cause every FTP user to be "jailed" (chrooted) into their home

# directory, uncomment this line.

DefaultRoot ~

 
#Globbing off

UseGlobbing off

# Normally, we want files to be overwriteable.

<Directory />

AllowOverwrite on

</Directory>
Gespeichert
stonki
Administrator
ProFTPD
*****
Offline Offline

Beiträge: 1853


15318939
Profil anzeigen WWW E-Mail
« Antwort #1 am: 17. Juni 2004, 20:16:16 »

firewall aktiv oder hinter einem Router ?
Gespeichert

www.stonki.de:    the more I see, the more I know.......
www.proftpd.de:   Deutsche ProFTPD Dokumentation
www.krename.net:  Der Batch Renamer für KDE
www.kbarcode.net: Die Barcode Solution für KDE
Anonymous
Gast
« Antwort #2 am: 17. Juni 2004, 21:10:28 »

ja eine Firwall ist aktiv Iptales
Wenn ich auf auf 21 bin funzt es. Dann ändere ich nur den 9090 in 21 um ( zum freigen des Ports
Wenn ich aug 9090 bin mach ich den offen und den 20 auch. Ich kann mich dann einloggen aber.
login geht und wenn er list macht kommt das

LIST
425 Unable to build data connection: Connection refused
Gespeichert
stonki
Administrator
ProFTPD
*****
Offline Offline

Beiträge: 1853


15318939
Profil anzeigen WWW E-Mail
« Antwort #3 am: 17. Juni 2004, 21:24:10 »

Zitat von: "Anonymous"

Wenn ich aug 9090 bin mach ich den offen und den 20 auch. Ich kann mich dann einloggen aber.


da ist der Fehler: Datenport = Controlport -1 = 9090 -1 = 9089

cu
stonki
Gespeichert

www.stonki.de:    the more I see, the more I know.......
www.proftpd.de:   Deutsche ProFTPD Dokumentation
www.krename.net:  Der Batch Renamer für KDE
www.kbarcode.net: Die Barcode Solution für KDE
Anonymous
Gast
« Antwort #4 am: 17. Juni 2004, 21:33:16 »

hmm also ich habe nun 9070 und 9071 freigegben.
Der Server läuft auf 9071 und ich bekomme das gleiche.
425 Unable to build data connection: Connection refused

wäre cool wenn Du noch da bist

Danke
Gespeichert
Wörsty
Moderator
ProFTPD
*****
Offline Offline

Beiträge: 1602


50772603
Profil anzeigen WWW E-Mail
« Antwort #5 am: 17. Juni 2004, 22:21:11 »

Muß gehen. Geht bei mir auch.
Hast bestimmt was bei der Firewall vertauscht TCP/UDP oder was weiß ich.

Machste aktiv oder passiv?
Gespeichert

RedHat 8.0 (2.4er Kernel)
proftpd 1.2.10
-mod_sql_mysql
-mow_wrap
-mod_exec
-mod_ifsession[/size]
Anonymous
Gast
« Antwort #6 am: 17. Juni 2004, 22:46:11 »

Hi,

aktiv

$IPTABLES -A INPUT -p tcp --dport 9070 -j ACCEPT
$IPTABLES -A INPUT -p tcp --dport 9071 -j ACCEPT
$IPTABLES -A INPUT -p tcp --dport 9072 -j ACCEPT

sind offen
Gespeichert
Anonymous
Gast
« Antwort #7 am: 17. Juni 2004, 23:09:17 »

Hmm da kann doch nix falsch sein oder ?



# Port 21 is the standard FTP port.

port 9071
 

# Umask 022 is a good standard umask to prevent new dirs and files

# from being group and world writable.

Umask 022

 

# Note that this ONLY works in standalone mode

MaxInstances 10
Gespeichert
Anonymous
Gast
« Antwort #8 am: 17. Juni 2004, 23:12:17 »

hat sich erledigt fehler gefunden.
Gespeichert
stonki
Administrator
ProFTPD
*****
Offline Offline

Beiträge: 1853


15318939
Profil anzeigen WWW E-Mail
« Antwort #9 am: 17. Juni 2004, 23:16:27 »

Zitat von: "Anonymous"
hat sich erledigt fehler gefunden.


der da wa ?? Bitte IMMER Loesungen hier posten !
Gespeichert

www.stonki.de:    the more I see, the more I know.......
www.proftpd.de:   Deutsche ProFTPD Dokumentation
www.krename.net:  Der Batch Renamer für KDE
www.kbarcode.net: Die Barcode Solution für KDE
Anonymous
Gast
« Antwort #10 am: 17. Juni 2004, 23:50:12 »

Hi,

würde mich auch interessieren.
Denn ich habe das gleiche Problem.

ServerName "test"
ServerType standalone
DefaultServer on

# Port 21 is the standard FTP port.
Port 3837

# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask 022

# Note that this ONLY works in standalone mode
MaxInstances 10
# Set the user and group under which the server will run.
User nobody
Group nogroup
# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
DefaultRoot ~
#Globbing off
UseGlobbing off
# Normally, we want files to be overwriteable.
<Directory />
AllowOverwrite on
</Directory>


Firewall ( Iptales )

Ich verwende auch Iptales
$IPTABLES -A INPUT -p tcp --dport 3836 -j ACCEPT
$IPTABLES -A INPUT -p tcp --dport 3837 -j ACCEPT

sind offen.  Das Einloggen geht.
Aber ich bekomme beim List
425 Unable to build data connection: Connection refused
Ich kann alles anlegen Ordner usw. NUr ich kann Sie nicht sehen.
Wenn ich alles auf 21 zurück stelle geht alles

Auch ich wäre für einen Tipp dankbar
Gespeichert
Anonymous
Gast
« Antwort #11 am: 18. Juni 2004, 09:22:31 »

NAJA der Tipp stand in der Message von stonki
Mach passiv dann lüppt es


bis dann
Gespeichert
Seiten: [1]   Nach oben
  Drucken  
 
Gehe zu:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC Prüfe XHTML 1.0 Prüfe CSS
Seite erstellt in 0.058 Sekunden mit 18 Zugriffen.