Skip to content

Networking Configuration

System Health Check

# Check system resources
free -h
df -h
lsblk

Network Services Status

# Check service status
systemctl status smbd
systemctl status nmbd
systemctl status ssh

File Share Testing

# Test Samba shares
smbclient -L localhost -U <your-username>

Network Connectivity

# Check listening ports
ss -tulpn | grep -E ':22|:139|:445'

# Test SSH access
ssh <your-username>@<server-ip>

Storage Verification

# Check mounted filesystems
mount | grep ntfs
cat /etc/fstab | grep ntfs