Mission 353

Route listener firewall correlation

Read the route, active listeners, and firewall policy as one network baseline.

Networking
8 minutes Advanced Lesson 353 of 360
ipssufw
Lesson 353 of 360 0/360 lessons 0/17 missions Networking · 8 minutes
0%
Continue View profile
Ops lab terminal Training lab
New learnerrank 0XP 0%complete
learner@clairos:/home/learner $ Unix ops lab: type a command, press Enter
Instructions 8 minutes

Click any instruction for the command details, the why, and the common mistake to avoid.

Read the default route

Run ip route.

ip route
Read active listeners

Run ss -tulpn.

ss -tulpn
Read firewall policy

Run ufw status verbose.

ufw status verbose
Lesson support

What to notice while you play.

Objective

Build repeatable confidence with correlating routing, listeners, and firewall rules.

Hint

Start with ip route, inspect the result, then continue in order.

Why it matters

Correlating routing, listeners, and firewall rules helps operators explain what they know before they change anything.

Common mistakes
  • Skipping the output that proves correlating routing, listeners, and firewall rules.
  • Changing several things before recording a baseline.
Reference

Commands in this lesson.

ss|ip

Inspect simulated sockets and addresses.

ssh|scp|ssh-keygen

Practice SSH inspection and dry-run transfer shapes without network access.

ufw status

Inspect simulated firewall rules.