diff options
Diffstat (limited to 'src/Server_Administration:Firewalls.adoc')
-rw-r--r-- | src/Server_Administration:Firewalls.adoc | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/src/Server_Administration:Firewalls.adoc b/src/Server_Administration:Firewalls.adoc new file mode 100644 index 0000000..9c7450f --- /dev/null +++ b/src/Server_Administration:Firewalls.adoc @@ -0,0 +1,41 @@ +Server Administration:Firewalls +=============================== +:author: Aaron Ball +:email: nullspoon@iohq.net + + +== {doctitle} + +Hello again all, The majority of the servers that I manage have to communicate +with many other servers I manage for various reasons. Inevitably, I have many +firewall blocking issues. Despite my age, I still have trouble remembering all +of those commonly used ports and what they are for. That being said, this post +will list all of the Windows default firewall ports used for the various +software sources. Yes these are all readily available at other sites. This is +simply a central collection. + +I will update this post when I have more blocks come up. + +Post comments if you would like to have a particular port added to the list. + +[cols=",",width="50%"] +|=================================================== +|FTP |21 +|HTTP |80 +|HTTPS |443 +|POP3 |110 +|SMTP |25 +|SQL Server Management Studio (remote connect) |1433 +|Terminal Services |3389 +|VMWare Server Administration |8222 +|VMWare Server Administration (Secure) |8333 +|=================================================== + +Let me know in the comments section if there are any ports you would like added +to this list. + + +Category:Networking + + +// vim: set syntax=asciidoc: |