Results 1 to 3 of 3
Hi there,
Check the attachement:
*.ssh or *.www represents particular port numbers. How are these variables 'resolved' into real port numbers like port 22 for .ssh?
Thanx in advance.
REgards,
...
- 01-16-2012 #1Just Joined!
- Join Date
- Jan 2011
- Posts
- 4
netstat -a showing port numbers
Hi there,
Check the attachement:
*.ssh or *.www represents particular port numbers. How are these variables 'resolved' into real port numbers like port 22 for .ssh?
Thanx in advance.
REgards,
Chris
- 01-16-2012 #2
It´s the other way around: port numbers and protocolls get resolved into names.
Usually this is done via entries in /etc/services, which in turn is defined here
Service Name and Transport Protocol Port Number Registry
Afaik, the backend doesnt have to be this file.
You can -if you want and have a real good reason to do so- also use other backends.You must always face the curtain with a bow.
- 01-16-2012 #3Just Joined!
- Join Date
- Jan 2011
- Posts
- 4
Thanks for your asnwer.
Regards,
Chris


1Likes
Reply With Quote