Linux firewall iptables practical method
Publish Date:2025/04/07 Author:JIYIK Category:OPERATING SYSTEM
-
1. Add a rule to allow access to a port $ iptables -A INPUT -p tcp --dport 3005 -j ACCEPT Add a rule and append a rule to the INPUT chain to allow access to port 3005. The rules added in this way are only temporarily saved in the memory and...
Full