I added rules to allow port 25 to 192.168.107.10 from 192.168.107.11 then deny everything else
Code:
sudo ufw insert 2 allow from 192.168.107.11 to 192.168.107.10 port 25sudo ufw insert 3 deny from 192.168.107.11 to any
Statistics: Posted by amd64 — 2025-01-27 05:09