how do you get the IP adress of a server so i can acces it at home to get my personal files
servers
What do you mean? You just want to know the ip of the servers, or something else.
You can just type ping the servers name to get the ip address. BUt if you want to get your personal files i think its not enough. That should the servers support.
You can just type ping the servers name to get the ip address. BUt if you want to get your personal files i think its not enough. That should the servers support.
Moved. I seem to be moving a million topics today.
You weren't much specific.. Anyway..
The answer is that you need to resolve its domain name, for example:
www.google.com -> 66.249.85.99
This is obtained with a DNS query. In Linux we have the "host " command to do such things, I show you:
pallu@canedelsignore:~$ host www.lol.com
www.lol.com has address 216.185.96.240
pallu@canedelsignore:~$
It's easy, isn't it
The answer is that you need to resolve its domain name, for example:
www.google.com -> 66.249.85.99
This is obtained with a DNS query. In Linux we have the "host " command to do such things, I show you:
pallu@canedelsignore:~$ host www.lol.com
www.lol.com has address 216.185.96.240
pallu@canedelsignore:~$
It's easy, isn't it
or
http://showmyip.com very good site, and very clear to read

http://showmyip.com very good site, and very clear to read
