I own a VPS running Debian and i want to avoid security breaches from "outside" (via Internet).
I want to guarantee these rules:
- Allow all outbound traffic;
- Allow HTTPS connections from IP 1, 2, 3;
- Allow SSH connections from IP 4.
So, anything else should be blocked. Are iptables enough?