๐Ÿ“™
WLAN Pi Cookbook
2025 M4+
2025 M4+
  • ๐Ÿ˜Ž1. Getting Started
    • ๐ŸŽWLAN Pi M4+
      • ๐Ÿ–จ๏ธPhysical Case Design
    • โšกPowering Up Your WLAN Pi
    • โš™๏ธInitial setup items
    • ๐Ÿ”ผDisplay and Buttons (FPMS)
    • Device USB Mode (OTG)
    • ๐Ÿ†•WebUI
      • ๐ŸŽขSpeed Test
      • ๐Ÿ”Network
      • ๐Ÿง‘โ€โœˆ๏ธCockpit
      • โŒจ๏ธTerminal
    • ๐Ÿ”ตBluetooth
    • ๐Ÿ“บSoftware Update
    • ๐Ÿ“”Quick Reference
    • โšกPowering Down
    • ๐Ÿ’ฌThe WLAN Pi Project
  • ๐Ÿ”ฆ2. Lab: Wi-Fi Scanner
    • ๐ŸšจKismet
      • ๐ŸงชKismet Lab
    • ๐ŸŽ‰Windows: WiFi Explorer Pro
    • ๐ŸmacOS: WiFi Explorer Pro 3
  • ๐Ÿค“3. Lab: Wi-Fi Frame Capture
    • โš™๏ธSetup Instructions
      • ๐ŸชŸWindows Setup
      • ๐ŸmacOS Setup
        • 1๏ธโƒฃ Wireshark (macOS)
        • 2๏ธโƒฃ Airtool 2
    • ๐ŸฆˆWireshark Resources
    • ๐ŸงชCapture Labs
      • ๐ŸคฏWireshark Lab
      • ๐ŸAirtool Lab
      • ๐Ÿ“ถBonus: Capture Different 6 GHz Frames
      • 7๏ธโƒฃ Bonus Capture Wi-Fi 7 Management Frames
    • ๐Ÿ“กCapture beacons in PCAP or CSV format
    • ๐Ÿ“ฑBonus: Capture using WLAN Pi and iPhone or iPad
    • ๐ŸŽBonus: Passwordless SSH using Public-Private Key Pairs
  • ๐Ÿ“Š4. Lab: WLAN Pi Grafana
    • ๐ŸงจStart Grafana
    • ๐Ÿ“ˆWeb-Based Wi-Fi Scanner
    • ๐Ÿ“‰Monitor Your Internet Connection
    • ๐Ÿ“ˆBuild Your Own WLAN Pi Health Dashboard
    • ๐Ÿ“ถSpectrum Analysis
  • 5. Lab: API into your Pi
    • Intro to the WLAN Pi API
    • Accessing the API
    • API access via Postman
    • Using the WLAN Pi API
    • Stop wpa_supplicant@wlan0
  • ๐Ÿ“ฒ6. Lab: The WLAN Pi App
    • Getting Started
    • Connect to your Pi
    • Explore the App
  • ๐Ÿ’ซ7. Lab: Wi-Fi Channel Tool (wifichannel)
  • ๐Ÿ“ถ8. Wi-Fi 6E and Wi-Fi 7 Client
    • โš™๏ธConnect as a client using wpa_supplicant
    • 7๏ธโƒฃ Bonus lab: Connect as a Wi-Fi 7 MLO client
    • ๐Ÿ“กBonus lab: Detect faulty antenna
  • ๐Ÿ”Ž9. Lab: Profiler
    • ๐ŸŽBonus Lab: Extra Profiler tasks
  • ๐Ÿš€10. Lab: Network Performance
    • โšกCLI Power Tools
    • โœ…Verify Wired Connection
    • โฌLibreSpeed
    • โฌOfficial Speedtest.net CLI Client
    • โฌiPerf3
      • Bonus Lab: Compile iPerf2 from source
  • ๐Ÿ“ก11. Lab: Hotspot Mode
  • ๐Ÿ–ฅ๏ธ12. Demo: Server Mode
  • ๐Ÿ“ฑ13. Demo: Tailscale
    • ๐ŸŽBonus Lab: Remote Access
  • ๐Ÿ”ง14. Demo: Wi-Fi Console Mode
Powered by GitBook
On this page
  • Objectives
  • 1. Are we connected to the right switch?
  • 2. Ethernet link speed and duplex
  • 3. Is your WLAN Pi in the correct VLAN?
  • 4. Internet connectivity
  • Tip: Use the "Network" tab of the web UI

Was this helpful?

Export as PDF
  1. 10. Lab: Network Performance

Verify Wired Connection

PreviousCLI Power ToolsNextLibreSpeed

Last updated 29 days ago

Was this helpful?

Objectives

The purpose of this exercise is to verify that switch S1 provides network connectivity that meets our requirements.

Before proceeding, make sure you are in the "Classic" mode

1. Are we connected to the right switch?

From front panel menu, these options should help you. We are supposed to be connected to switch S1 at this stage.

  • Network > LLDP neighbor

Alternatively, use these CLI commands:

lldpneigh

What switch port is your WLAN Pi you connected to?

2. Ethernet link speed and duplex

Your WLAN Pi should have automatically negotiated 1 Gbps link with Full Duplex. Has it?

3. Is your WLAN Pi in the correct VLAN?

Your laptop and the WLAN Pi should both be in VLAN 130.

Network purpose
Subnet
VLAN

Management

192.168.99.0/24

VLAN 99

Clients wired and wireless

192.168.130.0/24

VLAN 130

Explore these front panel menu options and double-check your current VLAN:

  • Network > Interfaces

  • Network > Eth0 IP Config

  • Network > Eth0 VLAN

What is your IP address on the eth0 interface? What is the IP address of the actual DHCP server that assigned this address to your WLAN Pi?

4. Internet connectivity

Your WLAN Pi should have full internet connection capable of pushing at least 2 Mbps up / 2 Mbps down of traffic. No traffic is being blocked or shaped. Please verify.

  • Utils > Reachability

  • Network > Public IPv4

  • Utils > Speedtest

Are we happy and meeting all those requirements?

What BGP autonomous system are we in? What DNS name servers are we using? How many DNS servers did we receive from upstream DHCP server?

Tip: Use the "Network" tab of the web UI

Tip: Navigate to the WLAN Pi web UI, and open the Network section. It provides you with a full picture of the network.

The little clipboard icons are clickable and allow you to share the output with your team members.

๐Ÿš€
โœ…
LLDP neighbor details: switch S1, port 5
VLAN 130
Network section of the WLAN Pi web UI