lan-management

Manage local area networks with nmap, nmcli, firewalld, and tcpdump.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/ericmilton711/claude-skills --skill lan-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lan-management
Source: https://github.com/ericmilton711/claude-skills/tree/main/.claude/skills/project-management/lan-management
Command: npx skills add https://github.com/ericmilton711/claude-skills --skill lan-management

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the complex tasks of setting up, managing, and troubleshooting local area networks, ensuring smooth and secure connectivity for all your devices.

Core Features & Use Cases

  • Network Discovery: Automatically scan and identify all devices on your network.
  • IP Configuration: Easily set static IPs, manage DHCP, and configure DNS.
  • Firewall Management: Secure your network by configuring firewall rules and port forwarding.
  • Troubleshooting: Diagnose and resolve common network issues efficiently.
  • Use Case: If a new device isn't connecting to the network, use this Skill to scan for it, check its IP configuration, and verify network path to the router.

Quick Start

Scan the local network for all connected devices and list their IP addresses and MAC addresses.

Frequently Asked Questions about lan-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scan my local area network to find all connected devices?

To scan your local area network for connected devices, you can use network discovery tools like nmap to automatically identify active IPs and list their corresponding MAC addresses.

How do I configure a static IP address and manage DHCP on my network?

You can configure a static IP address and manage DHCP using network configuration tools like nmcli, which allow you to set fixed IPs and adjust DNS settings directly from the command line.

What is the best way to troubleshoot network connectivity issues?

The best way to troubleshoot network connectivity issues is to use diagnostic tools like tcpdump to analyze traffic, verify IP configurations, and trace the network path to identify where the connection is failing.

How do I set up firewall rules and port forwarding using firewalld?

Setting up firewall rules and port forwarding with firewalld involves configuring zone policies and opening specific network ports to secure your local area network while allowing necessary external traffic.

Why does my new device fail to connect to the local network?

A new device might fail to connect to the local network due to IP configuration conflicts, firewall restrictions, or DNS routing errors, which can be diagnosed by scanning the network and verifying the router path.

Can I configure DNS and routing settings for my local area network without a GUI?

Yes, you can configure DNS and routing settings without a GUI by using command-line utilities like nmcli to manage network interfaces, assign IP addresses, and update DNS servers directly.