User Tools

Site Tools


networking:firewall:csf

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
networking:firewall:csf [2023/03/10 10:46]
gcooper
networking:firewall:csf [2023/03/10 10:48] (current)
gcooper
Line 62: Line 62:
 systemctl status ufw.service systemctl status ufw.service
 ufw status verbose ufw status verbose
-ufw allow from <your_ip_cidr> proto tcp to any port 10000 #Webmin+ufw allow from <your_management_ip_cidr> proto tcp to any port 10000 #Webmin
 </file> </file>
  
Line 281: Line 281:
 </file> </file>
  
-To allow a range of ports to and from a remote host:+To allow Webmin access:
  
 +<file>
 # Webmin Access # Webmin Access
 tcp|in|d=10000|s=1.2.3.4   # Allow from your management IP or CIDR tcp|in|d=10000|s=1.2.3.4   # Allow from your management IP or CIDR
 +</file>
 +
 +To allow a range of ports to and from a remote host:
  
 <file> <file>
networking/firewall/csf.1678470381.txt.gz · Last modified: 2023/03/10 10:46 by gcooper