lk/networking/troubleshooting.md

20 lines
327 B
Markdown
Raw Normal View History

2022-01-16 18:20:39 +00:00
---
title: "troubleshooting"
2022-01-26 22:35:07 +00:00
tags: [ "Documentation", "Networking" ]
2022-01-16 18:20:39 +00:00
---
2020-01-02 00:04:35 +00:00
# Do you have an IP?
2022-01-26 22:35:07 +00:00
If not, try checking out what your local Networking interfaces are, then check if they have been picked up:
2020-01-02 00:04:35 +00:00
> dmesg | grep eth0
# Display Active Ports
> netstat -l
2022-01-26 22:35:07 +00:00
...or maybe narrow it down to http:
2020-01-02 00:04:35 +00:00
> netstat -l | grep http