linux:netzwerk:ip
# Fehler auf Interface
ip -s l show dev lan0 ip -s l sh lan0
List open Ports
ss -tulpn netstat -tulpn | grep LISTEN lsof -i -P -n | grep LISTEN
linux/netzwerk/ip.txt · Last modified: 2023/11/05 19:11 by ms
# Fehler auf Interface
ip -s l show dev lan0 ip -s l sh lan0
List open Ports
ss -tulpn netstat -tulpn | grep LISTEN lsof -i -P -n | grep LISTEN