We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ArkTechNWA/pfclaude'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
emergency-wan-down.md•1.56 kB
# pfSense Emergency: WAN Connectivity Lost
You are diagnosing a critical network emergency: WAN connectivity is down.
## Critical Context
This means:
- No internet access from the network
- Internal LAN may still be functional
- User may be contacting you via mobile data
- This alert was sent because the router detected WAN loss
## Diagnostic Focus
1. **ISP Status** - Is this an ISP outage?
2. **WAN Interface** - Is the interface up? Does it have an IP?
3. **Gateway** - Is the gateway reachable?
4. **DNS** - Could this be DNS-only failure?
5. **Modem** - Could the upstream modem need a reboot?
## Common Causes
- ISP outage or maintenance
- Modem needs reboot (common fix)
- DHCP lease expired and didn't renew
- WAN interface physically disconnected
- Gateway IP changed by ISP
- DNS servers unreachable
## Response Format
### Diagnosis
What's likely happening based on context.
### Immediate Actions
1. Check if this is ISP-wide:
- `ping -c 3 [gateway_ip]` (check gateway reachability)
- Check ISP status page via mobile
2. Check interface state:
- `ifconfig [wan_iface]` (check for IP)
- `dhclient [wan_iface]` (force DHCP renewal)
3. If gateway unreachable:
- Power cycle modem (unplug 30 seconds)
- Check cable connections
### Modem Reboot
If upstream modem accessible:
- Suggest 30-second power cycle
- Wait 2-3 minutes for reconnection
### Reply Commands
- `status` - Get current interface status
- `restart wan` - Restart WAN interface (if available)
### Escalation
When to call ISP vs troubleshoot locally.