View Single Post
Old 10-26-2004, 02:39 PM  
darko
Member
 
Join Date: May 2004
Posts: 74
Lightbulb Bundling 2 nics (1 NAT)

Hi,

i have 2 "lines":
1 x 10mbit directly connected to the internet - 129.x.x.1
1 x 10mbit with a router between internet and pc (NAT) - 192.168.1.3 / 129.x.x.2

i want to bundle both lines (=20mbit )

this is my ioftpd.ini (important parts only):

[V1]
Host = 0.0.0.0
Ports = 63487-65535
Random = True

[V2]
Host = 129.x.x.2
Ports = 63487-65535
Random = True
Bind = 192.168.1.3

[FTP_Service]
Type = FTP
Device_Name = V1
Port = 6969
Description = My FTP Service
User_Limit = 20
Allowed_Users = *
Messages = ..\text\ftp

Data_Devices = V1 V2
Random_Devices = True


i doesnt really work as it should tho. PASV/LIST on 129.x.x.2 takes about 4 secs (129.x.x.1 lists without wait), and sometimes theres even errors:

[R] (21:30:29) PASV
[R] (21:30:29) 227 Entering Passive Mode (129,x,x,2,251,11)
[R] (21:30:29) Opening data connection IP: 129.x.x.2
PORT: 64267
[R] (21:30:50) Listening at IP: 10.0.0.152 PORT: 2967 for data connecting
[R] (21:30:50) PORT 10,0,0,152,11,151
[R] (21:30:50) 200 PORT command successful.
[R] (21:30:51) LIST
[R] (21:30:51) 150 Opening ASCII mode data connection for directory listing.
[R] (21:31:21) DEBUG: Cant Open Data Connection
[R] (21:31:22) 426 Connection closed: Connection timed out.

(10.0.0.152 is NAT ip from where i login)

ports specified in ioFTPD.ini are opened and forwarded in router (an U.S. Robotics Broadband Router (Model # 8003 , 1.04 08 ) )

i even tried with DMZ: same problem

with 1 line 129.x.x.1 or 129.x.x.2 in ioFTPD.ini it works just fine but with 2 i get above problems. I tried everything i could think of but nothing seems to solve the problem. Anyone can help please?
darko is offline   Reply With Quote