Quote:
Originally posted by Maverick811
Unleashed,
What is chsh is saying is that it definately is possible for all of those names to point to the same IP address - that's because they could all reside on the same machine. I could be running an email server (software), an ftp server (software), and a web server (software) all from the same box. My box is assigned one IP address, that's why each will have the same IP address, regardless of which service (ftp, email, web) you are using. The only difference is that each of these will connect at a different Port number. By only giving the address ftp.victim.com, then you are not denoting a port number - to denote an exact Port number you would say something like ftp.victim.com:80 <- a colon followed by a number denotes specific port numbers.
Hope this helps...
Ok , Maverick811