diff --git a/content/u/blog/nftables-magic-redirect-all-ports-to-one-port/contents.lr b/content/u/blog/nftables-magic-redirect-all-ports-to-one-port/contents.lr index 9c2f7d0..50b4df2 100644 --- a/content/u/blog/nftables-magic-redirect-all-ports-to-one-port/contents.lr +++ b/content/u/blog/nftables-magic-redirect-all-ports-to-one-port/contents.lr @@ -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?