Page 1 of 1
IP adres for the ftp

Posted:
Fri Jan 04, 2008 4:49 am
by trajectum
hallo,
I have a computer that is running this program. On my other computer i will up and download files. But the adres at this moment is
ftp://123.45.56.67 (some ip adres for example). I wonder if it is possible te change the ip adres in something else, for example HALLOIKBENBEN.
So going to my page i must enter
ftp://halloikbenben/
is this possible?

Posted:
Sun Jan 06, 2008 9:47 am
by mdj
Sure it is, this is purely a DNS(/WINS) problem, the FTP server will not mind at all.

Posted:
Sun Jan 06, 2008 1:41 pm
by trajectum
tnx. But can you tell me how i must do that? I have no idea

Posted:
Mon Jan 07, 2008 4:41 am
by mdj
If you want it to work within your LAN, you could use an entry in the LMHOSTS file on the machines where you wish to be able to access your FTP - unless you have some local DNS service running or WINS or AD, which can resolve a name to an ip address - and you probably haven't.
If you want it to work from the "outside", you need to buy some domain name, and configure it to point to your ip address. If you don't have a static public ip, dyndns.com is a possibility.

Posted:
Mon Jan 07, 2008 9:06 am
by trajectum
but is it possible to log in my ftp server without a DNS? wherefore is the DNS, only for changing the IP address in a internet address?
Now I can't login my ftp server, when i'm on a other location. Is it possible without a DNS? Now I can only login when I'm on the same network.

Posted:
Mon Jan 07, 2008 10:43 am
by mdj
DNS is required to resolve a name into an ip address. You can always log in using the ip address, also from the outside - if you have everything else correctly configured, port forwarding in the router and all - but if you want to use a name instead, you need DNS. There are alternatives, like editing the LMHOSTS file, but that should be for special cases only.