Network Security: Firewalls, NAT, and VPN Questions
Securing and controlling network traffic at the boundary: firewalls and rule design, NAT and port forwarding, VPN technologies, tunneling protocols, and secure remote access. Covers segmentation for security, perimeter and zero-trust patterns, and the technologies that connect and protect sites and users. The security-facing side of networking.
Explain how eBPF/XDP can be used to filter or redirect packets at NIC ingress to mitigate volumetric DDoS. Describe performance benefits, the limitations (statefulness, complexity, portability), and a safe deployment strategy (gradual rollout, testing, fallbacks, fail-open considerations).
Design network security group (firewall) rules for a three-tier application hosted in a cloud VPC. Provide examples of rules for the web, app, and db tiers following least-privilege principles, explain how to manage cross-AZ traffic and how to audit and enforce these rules at scale.
You're experiencing a TCP SYN flood against a public service. Describe mitigation techniques available on Linux: conntrack tuning and limits, iptables rate limiting (-m limit, -m recent), tcp_syncookies, tc (ingress policing), and trade-offs between dropping traffic at the host vs upstream filtering.
That is every published Network Security: Firewalls, NAT, and VPN question for Site Reliability Engineer (SRE) so far. Browse the other topics in this category, or practice this one interactively.