This commit is contained in:
Nico Schottelius 2019-11-07 19:05:22 +01:00
parent 94f4274e8f
commit 5db90a952e
1 changed files with 3 additions and 2 deletions

View File

@ -94,7 +94,7 @@ restrict the ports to be used for ssh. You can either use **sets**
(just replace the *tcp dport != ...* line above)!
## "Good ports"
## A note on ports
Over time you will see that there are some ports which are more likely
to be open, even if the network filters your traffic. Some well known
@ -106,7 +106,8 @@ ports for this are:
* 783: smtp submission port for sending out emails
Of course, if the filtering uses deep packet inspection, this will
fail, but then there are other solutions for that... stay tuned!!
fail, but then there are other solutions for that... stay tuned!
## More of it?