FTP Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationFTP Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old January 11th, 2006, 03:32 PM
chadzta chadzta is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2006
Posts: 3 chadzta User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 16 m 13 sec
Reputation Power: 0
Trouble accessing ftp server internally

Hi,
Totally new to ftp servers and have been struggling for a couple of days now.

Got the server up, and you can access it externally... but not internally. I've set up a domain, with a static ip on it (The static ip provided by my ISP)

This then points to my router. I've made the servers ip static, set up port forwarding and put it in the DMZ.

The domain when used externally to the local network of the server works a treat. But inside that same domain throws up an error.

Could it be that i've set the static ip of the server to something stupid? ie. i've got it set to 192.168.1.2. The router is 192.168.1.1 (internally)

I appreciate any help, cheers

Reply With Quote
  #2  
Old January 12th, 2006, 01:00 PM
edwinbrains's Avatar
edwinbrains edwinbrains is offline
Retired Moderator
Dev Shed God 4th Plane (6500 - 6999 posts)
 
Join Date: Jan 2004
Location: London, UK
Posts: 6,670 edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)  Folding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced Folder
Time spent in forums: 1 Week 6 Days 23 h 39 m 19 sec
Reputation Power: 92
Quote:
Originally Posted by chadzta
The domain when used externally to the local network of the server works a treat. But inside that same domain throws up an error.


You wouldn't expect this to work. If the domain points to your external IP address you can only use this domain name from outside of the local network. Either you need to connect to the server using its internal IP address (192.168.1.2) or setup a local DNS server to resolve the domain name to 192.168.1.2 (rather than the external static IP address). Alternatively, a new line in your hosts file would work.
__________________
- Edwin -

The General Rules Thread | The General FAQ Thread

Reply With Quote
  #3  
Old January 13th, 2006, 05:57 AM
chadzta chadzta is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2006
Posts: 3 chadzta User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 16 m 13 sec
Reputation Power: 0
Hi! Thanks for that, seems to be working fine.

I've got a new problem, users are complaining of timeouts (more frequently than is acceptable)

What are the main reasons for timeouts?

Thanks.

Reply With Quote
  #4  
Old January 13th, 2006, 06:27 AM
edwinbrains's Avatar
edwinbrains edwinbrains is offline
Retired Moderator
Dev Shed God 4th Plane (6500 - 6999 posts)
 
Join Date: Jan 2004
Location: London, UK
Posts: 6,670 edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)  Folding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced Folder
Time spent in forums: 1 Week 6 Days 23 h 39 m 19 sec
Reputation Power: 92
I'm not sure. I did have one issue recently where the local FTP server was doing a reverse DNS lookup and ident lookup for every client that connected. Since there was no local DNS server this caused quite considerable delays. Disabling these two checks speeded things up. Perhaps it's related to something like this.

Reply With Quote
  #5  
Old January 13th, 2006, 05:02 PM
LaughingBelly's Avatar
LaughingBelly LaughingBelly is offline
Who set my Title?
Dev Shed Novice (500 - 999 posts)
 
Join Date: Jun 2004
Posts: 528 LaughingBelly User rank is First Lieutenant (10000 - 20000 Reputation Level)LaughingBelly User rank is First Lieutenant (10000 - 20000 Reputation Level)LaughingBelly User rank is First Lieutenant (10000 - 20000 Reputation Level)LaughingBelly User rank is First Lieutenant (10000 - 20000 Reputation Level)LaughingBelly User rank is First Lieutenant (10000 - 20000 Reputation Level)LaughingBelly User rank is First Lieutenant (10000 - 20000 Reputation Level)LaughingBelly User rank is First Lieutenant (10000 - 20000 Reputation Level)LaughingBelly User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 2 Weeks 1 Day 5 h 30 m 59 sec
Reputation Power: 204
Since this is in your home, what is the bandwidth that you have available? Note that even if you have 6 megabit connection, the upload speed is typically still a couple of hundred kilobits. This then is the download speed for all the clients connecting to your server.

What does your server typcially do - just sit there and serve the clients? how about the network traffic? do you use the network for anything else that is heavy? like streaming, downloading, playing games. All these factors decide on whether a client can connect to your machine or not in a timely manner.
__________________
Nobody is perfect. I am Nobody.

Reply With Quote
  #6  
Old January 18th, 2006, 04:27 AM
chadzta chadzta is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2006
Posts: 3 chadzta User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 16 m 13 sec
Reputation Power: 0
hi,
yea the upload on the isp isnt too hot. but that would mean slow transfers not timeouts wouldn't it?

i thought timeouts were to do with not recieving ACK packets for a designated time and so the machine believes the connection is lost?

it's a serv-u ftp server, so i'l just play (mash my palm on the keyboard) with the DNS and timeout settings.

Thanks for all your help.

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationFTP Help > Trouble accessing ftp server internally


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway
Stay green...Green IT