Go Back   FlashFXP Forums > > > >

ioFTPD General New releases, comments, questions regarding the latest version of ioFTPD.

Reply
 
Thread Tools Rate Thread Display Modes
Old 11-16-2004, 06:56 AM   #1
kebabber
Junior Member
ioFTPD Registered User
 
Join Date: Oct 2003
Posts: 17
Default Different limits for external / internal traffic?

Hey,

I want to setup ioFtpd with different limiting rules.

All external traffic is limited toa set kb/s

All Internal traffic on 192.168.* has no limit..

I tried to use differents setups... but didnt mange to get it working with devices. Any tips or hints ?
kebabber is offline   Reply With Quote
Old 11-16-2004, 01:59 PM   #2
mr_F_2
Senior Member
 
Join Date: Jan 2004
Posts: 203
Default

this *should* work.

note: requires registered version

find and edit / add these sections, text in bold you can change to; suit your needs

[FTP_LAN_INTERNAL]
Host = 192.168.0.1
Ports = 1024-2048
Random = True
;Global_Inbound_Bandwidth = 10000
;Global_Outbound_Bandwidth = 10000
;Client_Inbound_Bandwidth = 100 [*registered version*]
;Client_Outbound_Bandwidth = 50 [*registered version*]
;Bind =

[INTERNET]
Host = 0.0.0.0
Ports = 1024-2048
Random = True
Global_Inbound_Bandwidth = 50
Global_Outbound_Bandwidth = 50
;Client_Inbound_Bandwidth = 100 [*registered version*]
;Client_Outbound_Bandwidth = 50 [*registered version*]
;Bind =

[FTP_Service]
Type = FTP
Device_Name = INTERNET
Port = 21
Description = My internet FTP service
User_Limit = 10
Allowed_Users = *
Messages = ..\text\ftp

[internal_FTP_Service]
Type = FTP
Device_Name = FTP_LAN_INTERNAL
Port = 22
Description = My internal FTP service
User_Limit = 10
Allowed_Users = i !*
Messages = ..\text\ftp

...

Active_Services = FTP_Service internal_FTP_Service


now if you give a user flag +i he is allowed to use internal ip server, otherwise he isn't. and likewise you could make a setting to prevent internal lan users unable to login via the internet ip.

i hope that helps
mr_F_2 is offline   Reply With Quote
Reply

Tags
external, internal, mange, setups, traffic

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
site ioahelp con't run.why? terencehe Bug Reports 3 03-14-2003 05:15 AM


All times are GMT -5. The time now is 05:58 AM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)