ftp and router

General software, Operating Systems, and Programming discussion.
Everything from software questions, OSes, simple HTML to scripting languages, Perl, PHP, Python, MySQL, VB, C++ etc.
Post Reply
User avatar
Rivas
Posts: 10261
Joined: Sat May 11, 2002 3:42 pm
Location: Canada

ftp and router

Post by Rivas »

hi guys
i got older Linksys BEFSR41 router and i have no clue how to setup ftp behind it .Tryed open port 23 (thats the port where my ftp is running) and its not working.When i wanna use my ftp i always have to turn off my router.
Anyone can tell me step by step how to configure it ?
thanks
To be human is to choose.


It is better to die on your feet
than to live on your knees.

- Emiliano Zapata
Joe
SG Elite
Posts: 8585
Joined: Sat Jun 02, 2001 7:36 pm
Location: USA

Post by Joe »

forward ports 23 and/or 21 to your computers IP.. as in the DHCP asigned IP.. you can see this by looking in the status->local network section of the router setup..... Simply view the client table and view your IP most likely 192.168.1.1 or 2

Then it should work.. also be sure to upgrade your firware if you havent already.
▼▼▼
www.facebook.com/joe.wanner
twitter.com/TheRealBazooka
mrawesome.tk
▼▼▼
Stu
Regular Member
Posts: 341
Joined: Tue Aug 10, 1999 12:00 am

Post by Stu »

FTP is a two port protocol. It uses a "control channel" (port 21) which deals with the commands that go back and forth, and a "data channel" (port 20) which actually sends and receives files. So, just forwarding one port isn't enough, you need to forward both.
User avatar
YeOldeStonecat
SG VIP
Posts: 51171
Joined: Mon Jan 15, 2001 12:00 pm
Location: Somewhere along the shoreline in New England

Post by YeOldeStonecat »

Recommend you also assign your FTP box a static LAN IP. From DHCP, it may change once it a while due to several things. Hard to hit a moving target.

http://www.speedguide.net/read_articles.php?id=177
MORNING WOOD Lumber Company
Guinness for Strength!!!
User avatar
Sid
SG Elite
Posts: 5174
Joined: Sun Sep 17, 2000 12:00 pm
Location: Hell's Kitchen

Post by Sid »

Stu wrote:FTP is a two port protocol. It uses a "control channel" (port 21) which deals with the commands that go back and forth, and a "data channel" (port 20) which actually sends and receives files. So, just forwarding one port isn't enough, you need to forward both.
You can set the client to passive mode and just use port 21. It does bog it down somewhat. I recommend both ports be opened and forwarded.
User avatar
Rivas
Posts: 10261
Joined: Sat May 11, 2002 3:42 pm
Location: Canada

Post by Rivas »

thank you guys ,appreciate ! :thumb:

i did this :

port forwarding,extended port range 23 to 23,protocol TCP,UDP added,ip address 192.168.1.1,Enabled

hopefully i did everything right
now waiting for my buddy to test it


and i cant perform firmware upgrade for my router :

Upgrade action is not finish!!
Upgrade file pattern error.
To be human is to choose.


It is better to die on your feet
than to live on your knees.

- Emiliano Zapata
Post Reply