blob: 9c7450f1b46902674c33e89eabb7fc7fd2446a38 (
plain)
1 Server Administration:Firewalls
2 ===============================
3 :author: Aaron Ball
4 :email: nullspoon@iohq.net
5
6
7 == {doctitle}
8
9 Hello again all, The majority of the servers that I manage have to communicate
10 with many other servers I manage for various reasons. Inevitably, I have many
11 firewall blocking issues. Despite my age, I still have trouble remembering all
12 of those commonly used ports and what they are for. That being said, this post
13 will list all of the Windows default firewall ports used for the various
14 software sources. Yes these are all readily available at other sites. This is
15 simply a central collection.
16
17 I will update this post when I have more blocks come up.
18
19 Post comments if you would like to have a particular port added to the list.
20
21 [cols=",",width="50%"]
22 |===================================================
23 |FTP |21
24 |HTTP |80
25 |HTTPS |443
26 |POP3 |110
27 |SMTP |25
28 |SQL Server Management Studio (remote connect) |1433
29 |Terminal Services |3389
30 |VMWare Server Administration |8222
31 |VMWare Server Administration (Secure) |8333
32 |===================================================
33
34 Let me know in the comments section if there are any ports you would like added
35 to this list.
36
37
38 Category:Networking
39
40
41 // vim: set syntax=asciidoc:
|