Go Back   PCMech Forums > Help & Discussion > Internet, Web Applications, & The Cloud

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 08-28-2007, 01:47 PM   #1
Member (9 bit)
 
wolfhound's Avatar
 
Join Date: May 2001
Location: Dallas, TX
Posts: 467
smokin Setting up FTP w/ Dynamic IP

Current Set-up

+ I have a domain www.xxxx.biz
+ I have an account on Zone Edit for dynamic DNS
+ Runing DirectUpdater to update IP on ZoneEdit

I can ping FTP server if I go directly to my Verizon IP address using port 1025 as port 80 appears to be blocked.
Also, I am using the D-Link 624 router.

If I go through the web address (www.xxxx.biz) it times out



Thanks.
wolfhound is offline   Reply With Quote
Old 08-28-2007, 07:15 PM   #2
Barefoot on the Moon!
Staff
Premium Member
 
Force Flow's Avatar
 
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,384
As far as I was able to tell, Verizon blocks port 80 for residential DSL (to discourage people from hosting web servers)
__________________
There are two secrets to staying young, being happy, and achieving success. You have to laugh and find humor every day, and you have to have a dream.
Force Flow is offline   Reply With Quote
Old 08-28-2007, 10:32 PM   #3
Member (9 bit)
 
wolfhound's Avatar
 
Join Date: May 2001
Location: Dallas, TX
Posts: 467
I am actually running Fios (Fiber to the home). Yep, I had to proceed without using port 80. I am actually using port 1025. The more I think about it I am believe that maybe I don't have something set-up right with ZoneEdit.
wolfhound is offline   Reply With Quote
Old 08-28-2007, 10:38 PM   #4
Member (9 bit)
 
wolfhound's Avatar
 
Join Date: May 2001
Location: Dallas, TX
Posts: 467
Here are the results from the latest tests.

Can ping using your domain.

Can even somewhat connect to your FTP server using your domain, however, like before, it's not showing anything for a directory listing, and I can't seem to store anything.

[21:39:08] Resolving host name "www.xxxxx.biz"
[21:39:08] Connecting to xx.xxx.xxx.xx Port: 1025
[21:39:08] Connected to www.xxxx.biz.
[21:39:08] 220 NET Disk FTP Server ready.
[21:39:08] USER test
[21:39:09] 331 User name okay, need password.
[21:39:09] PASS (hidden)
[21:39:09] 230 User logged in, proceed.
[21:39:09] SYST
[21:39:09] 215 UNIX Type: L8
[21:39:09] Detected Server Type: UNIX
[21:39:09] FEAT
[21:39:09] 211- Extension supported:
[21:39:09] UTF8
[21:39:09] PASV
[21:39:09] SIZE
[21:39:09] 211 END
[21:39:09] OPTS UTF8 ON
[21:39:09] 200 Command okay.
[21:39:09] PWD
[21:39:09] 257 "/" is current directory.
[21:39:40] NOOP
[21:39:40] 200 Command okay.
[21:40:11] NOOP
[21:40:11] 200 Command okay.
[21:40:33] Remote file exist check: "Yo.txt".
[21:40:33] TYPE I
[21:40:34] 200 Type set to I.
[21:40:34] SIZE Yo.txt
[21:40:34] 550 Requested action not taken.
[21:40:34] File size check (SIZE) failed. File not found or
permission denied.
[21:40:34] PORT 192,168,1,100,13,9
[21:40:34] 200 Command okay.
[21:40:34] STOR Yo.txt
[21:40:34] 550 Requested action not taken.
[21:40:34] MDTM 20070810173723 Yo.txt
[21:40:34] 500 Syntax error, command unrecognized.
[21:40:34] TYPE A
[21:40:34] 200 Type set to A.
[21:40:34] PORT 192,168,1,100,13,11
[21:40:35] 200 Command okay.
[21:40:35] LIST -aL
[21:40:35] 150 File status okay; about to open data connection.
[21:40:35] 226 Closing data connection.

These results are from a friend on the other side of town.

Thanks again for the help.
wolfhound is offline   Reply With Quote
Old 08-29-2007, 09:10 AM   #5
glc
Forum Administrator
Staff
Premium Member
 
glc's Avatar
 
Join Date: May 2000
Location: Joplin MO
Posts: 37,775
Set the FTP server up for passive file transfers and forward the appropriate ports in your router. Make sure your server computer is static DHCP.
glc is online now   Reply With Quote
Old 08-29-2007, 09:43 AM   #6
Member (9 bit)
 
wolfhound's Avatar
 
Join Date: May 2001
Location: Dallas, TX
Posts: 467
Server is set at static IP.

Regarding the port to forward.

I currently only have port 1025 forwarded from my router to the server. In doing some more research I am thinking that I also need to forward Port 21. Am I correct in my thinking?

Thanks.
wolfhound is offline   Reply With Quote
Old 08-29-2007, 06:29 PM   #7
Barefoot on the Moon!
Staff
Premium Member
 
Force Flow's Avatar
 
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,384
No on the ports. If your FTP server is set up to operate on 1025, then that's all you'll need to foward. 21 is just the common default port for FTP (meaning, you won't have to append the port number to the end of the domain).

On the other hand, it's a bit safer to use a non-standard port for FTP, so 1025 should be fine.
Force Flow is offline   Reply With Quote
Old 08-29-2007, 08:52 PM   #8
Member (9 bit)
 
wolfhound's Avatar
 
Join Date: May 2001
Location: Dallas, TX
Posts: 467
I was reading something that appeared to indicate that one port was for the commend and the other port was for data.

I am still having an issue why it is that my friend can log-in but not see any directory structure or upload and test files.

Hmmm. The research continues.

Thanks.
wolfhound is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dynamic IP address question perthguy Networking & Online Security 1 01-02-2005 12:00 AM
Setting up FTP using Windows 2000 adjackson39 Internet, Web Applications, & The Cloud 0 01-30-2004 03:34 AM
My server IP or my network IP? DragonNOA1 Networking & Online Security 21 12-06-2003 08:02 PM
Web Site on Dynamic IP am I Nuts? Faba Networking & Online Security 1 11-07-2000 10:04 AM
dynamic ip mbossman2 Networking & Online Security 7 06-10-2000 09:36 PM


All times are GMT -5. The time now is 11:58 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2