⚓ Shipwreck Ex

Advanced Networking

Master enterprise-grade networking concepts with interactive challenges in VLANs, firewalls, and network security

🔒 Firewall Rule Challenge PRO TIP: Use sudo for system-wide rules

Block all incoming SSH attempts from 192.168.100.200 while maintaining access for your local IP 192.168.100.100.

Current IP Table:
2 chains: INPUT, FORWARD
Rules in INPUT:
 - -A INPUT -s 192.168.100.100 -j ACCEPT
 - -A INPUT -p tcp --dport 22 -j DROP
user@advanced:$ 
Firewalld v0.7.4 (Ubuntu)

🧱 VLAN Topology Builder

user@switch:$ 

Live Network Map

VLAN Switch VLAN10 VLAN11

🛡️ Security Dashboard

IPS Signatures

532 signatures active

• 124 network anomalies blocked today

• 3 new rules triggered

Traffic Patterns

08:00 23:00

Vulnerability Log

SSLv3 detected on web server
Weak SSH config on DB node
Outdated fw on firewall-03