The Following User Says Thank You to Cue For This Useful Post: | ||
![]() |
2011-12-23
, 21:06
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#12
|
~ $ sudo netstat -tup Aktive Internetverbindungen (ohne Server) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name udp 0 0 N-900:60694 N-900:3002 VERBUNDEN 1546/app-detect udp 0 0 N-900:58928 N-900:3001 VERBUNDEN 1546/app-detect
The Following 2 Users Say Thank You to peterleinchen For This Useful Post: | ||
![]() |
2011-12-24
, 23:23
|
|
Posts: 939 |
Thanked: 366 times |
Joined on Dec 2010
@ U.K.
|
#13
|
Hey, just for curiosity.
What are those internal UDP loop connections?
You missed the hyphen before "p".
Either
netstat -tup
or
netstat -t -u -p
/home/user # netstat -t -u -p
netstat: invalid option -- p
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) multi-call binary
Usage: netstat [-laentuwxr]
/home/user #
![]() |
2011-12-24
, 23:47
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#14
|
tried the above commands and got this:
PHP Code:
/home/user # netstat -t -u -p
netstat: invalid option -- p
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) multi-call binary
Usage: netstat [-laentuwxr]
The Following User Says Thank You to peterleinchen For This Useful Post: | ||
Last edited by Cue; 2011-12-23 at 13:32.