Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revisionBoth sides next revision
linux_router:nftables [2023-09-19 Tue wk38 19:59] – [Sample NFTables configuration] baumkplinux_router:nftables [2023-09-19 Tue wk38 20:05] – [Sample NFTables configuration] baumkp
Line 273: Line 273:
  
 ++++mail server ports:| ++++mail server ports:|
-  * smtp {25} / smtps {465} +  * smtp {25} / (smtps) submissions {465} / submission {587} - (My mail server uses smtp / submission on ports 25 / 587 respectivily) 
-  * imap {143} / imaps {993}  (My mail server uses starttls with 143) +  * imap {143} / imaps {993} (My mail server uses starttls on port 143) 
-  * +  * pop3 {110} / pop3s {995} - who still uses pop3? 
 +''nft'' translates ports to service namesas defined in /etc/services
 ++++ ++++
 ===Some configuration notes=== ===Some configuration notes===
  • /app/www/public/data/pages/linux_router/nftables.txt
  • Last modified: 2023-11-05 Sun wk44 14:06
  • by baumkp