When setting up iptables you can name the port ssh which will use port 22. Is there a list of all the named ports? Specifically I need ssh, http, https and mysql.
|
feedback
|
|
On your installation, the list will be based on the file /etc/services | |||
feedback
|
|
The list of "Well-Known Ports" is maintained by the Internet Assigned Numbers Authority (IANA). The latest version can be found at http://www.iana.org/assignments/port-numbers. Note that most Linux distributions include a subset of the list in | |||||
feedback
|
|
ssh tcp/22 | ||||
|
feedback
|