Thread: [german] Nat
View Single Post
Old 10-31-2004, 05:18 PM  
Grendel
Senior Member
 
Grendel's Avatar
 
Join Date: Jul 2004
Posts: 187
Default

1) schau mal in die .\etc\HOSTS.RULES

DENY I 192.168. "Banned network address"

kommt da nicht so gut...

Haste schon die STANDARD POLICY auf ACCEPT umgestellt ?
Code:
6. Open ..\etc\Hosts.Rules and edit it to allow connections from external IPs. 
In latest unregistered package, default rule is DENY. 
Comment that default DENY line (or simply remove it!) 
and uncomment the default POLICY ACCEPT 2 line. 
Restart ioFTPD.exe if it was running 
(modifications to Hosts.Rules require a complete restart).
2)

Wenn du einen halbwegs "normalen" DSL-Router hast,
mach mal folgendes...

Code:
[Any]

Host				= 0.0.0.0
Ports				= 50000-55000
Random				= True
;Global_Inbound_Bandwidth	= 10000
;Global_Outbound_Bandwidth	= 10000
;Client_Inbound_Bandwidth	= 100          [*registered version*]
;Client_Outbound_Bandwidth	= 50           [*registered version*]
;Bind	

[FTP_Service]
Type = FTP
Device_Name = Any
Port = 45678
Description = My FTP Service
User_Limit = 10
Allowed_Users = *
Messages = ..\text\ftp
Require_Encrypted_Auth = !S *
Require_Encrypted_Data = !*
Certificate_Name = athome
Explicit_Encryption = True
Encryption_Protocol = SSL3
Min_Cipher_Strength = 128
Max_Cipher_Strength = 256
Get_External_Ident = True
;Data_Devices =
;Random_Devices = False
3)

vergess die anderen Sektionen [Nat] und [Local]
(den ganzen Kram brauch ich auch nicht )

4)

dann geh ins Konfig-Menu von deinen Router und
such nach den Punkten VIRTUELLER-Server, LOCAL-Server oder PORT-FORWARDING (jenach Router-Modell verschieden benannt)
Dort forwardest du 1:1 die folgenden Ports auf die
interne IP-Adresse deines Servers durch, wo dein FTP drauf läuft.

also in Deinem Falle...

- extern Port 45678 (#FTP. control) nach intern Port 45678 auf IP 192.168.2.10
- extern Port 45677 (#FTP, data) nach intern Port 45677 auf IP 192.168.2.10
- extern Port-Range 50000-55000 nach intern Port-Range 50000-55000 auf IP 192.168.2.10

5)

benutze den STAT Befehl für's listen, der läuft sauberer mit ioFTPD als der LIST.

6)

versuche nicht, dich via WAN auf dich selber zu verbinden,
das funktioniert mit NAT-Routern i.d.R. nicht.
Teste den Zugriff von einem anderen Anschluss aus.



Ich hoffe das hilft Dir weiter...
...ansonsten melden...
__________________
- FlashFXP v4.0 BETA (v3.7.9 Build 1401) registered
- Windows 7 x64
- McAfee Antivirus Enterprise 8.7i Patch 2 + Antispyware 8.7i
Grendel is offline   Reply With Quote