Blocking a port using the Custom Rules

From MiRTA PBX documentation
Revision as of 08:57, 11 October 2019 by Admin (talk | contribs) (Created page with "You can add custom rules to block an IP port from generic access and grant only to a specific set of IP addresses Let's make an example. if you want to block ssh port 22 from...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

You can add custom rules to block an IP port from generic access and grant only to a specific set of IP addresses

Let's make an example. if you want to block ssh port 22 from any access except from IP 192.168.1.100, you can enter the following data

 -s 192.168.1.100/32 -p tcp --dport 22 -j ACCEPT
 -p tcp --dport 22 -j DROP

Please take in mind all IP in the "Always allowed list" will be always allowed, regardless what has been entered in the Custom Rules field