NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
gonzonia
Oct 05, 2013Aspirant
Can't stream from DLNA without a reboot
I've been using the DLNA successfully for a while now with my ReadyNAS NVX Pioneer. I'm not sure if my problems started after the latest radiator update or before that. When I attempt to stream a vide...
dsm1212
Oct 22, 2013Apprentice
Well if you are in that state when you ran this, then I think it means that minidlna has done it's thing but the sockets are still tied up in the OS. Try this:
netstat -nat | awk '{print $6}' | sort | uniq -c | sort -n
This will produce output like this:
1 established)
1 Foreign
13 ESTABLISHED
20 LISTEN
26 TIME_WAIT
My guess is when you are wedged you will see lots of TIME_WAIT connections. I believe that can happen if a client (some device in your house) is not following the right disconnect sequence.
steve
netstat -nat | awk '{print $6}' | sort | uniq -c | sort -n
This will produce output like this:
1 established)
1 Foreign
13 ESTABLISHED
20 LISTEN
26 TIME_WAIT
My guess is when you are wedged you will see lots of TIME_WAIT connections. I believe that can happen if a client (some device in your house) is not following the right disconnect sequence.
steve
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!