Mission 79

Host network view

Inspect simulated hostname, addresses, and listening sockets.

Server operations
7 minutes Admin Lesson 79 of 360
hostnameipss
Lesson 79 of 360 0/360 lessons 0/17 missions Server operations · 7 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 7 minutes

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

Read hostname

Run hostname.

hostname
Show addresses

Run ip addr.

ip addr
Show listeners

Run ss -tulpn.

ss -tulpn
Lesson support

What to notice while you play.

Objective

Understand basic host network facts.

Hint

Use hostname, ip addr, and ss -tulpn.

Why it matters

Server operators need to know what is listening before changing firewall rules.

Common mistakes
  • Opening firewall ports before checking listeners.
  • Assuming the hostname tells the whole story.
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.