Connecting via url to a server that is on the same network as me

Posted by Axehead on Server Fault See other posts from Server Fault or by Axehead
Published on 2011-06-23T06:48:08Z Indexed on 2011/06/23 8:23 UTC
Read the original article Hit count: 148

Good day,

I'm having problems with the ftp server I've just set up. I've already managed to configure my modem and wireless router to open up port 21 and setup ftp in my server. But It seems that when I try to connect to it when I'm in the same network as the server via URL, (ftp://mydomain.com) it redirects me to the modem's web interface. But then when I try to connect to it outside the network using a different internet connection. It succeeds. It also succeeds when I'm in the same network and I go to ftp://192.168.., the server's local IP. Am I supposed to adjust something in the modem or router? Or is this a different problem altogether?

BTW I'm using Windows Server 2008 r2 as my server's OS and using IIS for ftp.

© Server Fault or respective owner

Related posts about Windows

Related posts about windows-server-2008