![]() |
2011-12-21
, 13:03
|
Posts: 840 |
Thanked: 823 times |
Joined on Nov 2009
|
#2
|
netstat -t -u
The Following User Says Thank You to Cue For This Useful Post: | ||
![]() |
2011-12-22
, 15:24
|
|
Posts: 939 |
Thanked: 366 times |
Joined on Dec 2010
@ U.K.
|
#3
|
![]() |
2011-12-22
, 17:05
|
Posts: 840 |
Thanked: 823 times |
Joined on Nov 2009
|
#4
|
![]() |
2011-12-22
, 17:43
|
|
Posts: 939 |
Thanked: 366 times |
Joined on Dec 2010
@ U.K.
|
#5
|
![]() |
2011-12-22
, 21:08
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#6
|
sudo netstat -tup
The Following 2 Users Say Thank You to peterleinchen For This Useful Post: | ||
![]() |
2011-12-23
, 11:01
|
|
Posts: 939 |
Thanked: 366 times |
Joined on Dec 2010
@ U.K.
|
#7
|
$ netstat -t -u
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 192.168.0.2:51612 65.55.172.253:pop3s ESTABLISHED
tcp 0 0 192.168.0.2:53147 65.55.172.253:pop3s ESTABLISHED
tcp 0 0 192.168.0.2:63261 we-in-f109.1e100.net:imaps ESTABLISHED
tcp 0 0 192.168.0.2:56681 207.46.11.135:pop3s ESTABLISHED
tcp 0 0 192.168.0.2:53148 65.55.172.253:pop3s ESTABLISHED
netstat: no kernel support for AF INET6 (tcp)
udp 0 0 Nokia-N900:50029 Nokia-N900:3001 ESTABLISHED
udp 0 0 Nokia-N900:58492 Nokia-N900:3002 ESTABLISHED
netstat: no kernel support for AF INET6 (udp)
home/user # netstat -t -u p
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 192.168.0.2:64310 lhr14s21-in-f9.1e100.net:www ESTABLISHED
tcp 0 0 192.168.0.2:59870 we-in-f109.1e100.net:imaps ESTABLISHED
udp 0 0 Nokia-N900:50029 Nokia-N900:3001 ESTABLISHED
udp 0 0 Nokia-N900:58492 Nokia-N900:3002 ESTABLISHED
![]() |
2011-12-23
, 11:32
|
Posts: 840 |
Thanked: 823 times |
Joined on Nov 2009
|
#8
|
![]() |
2011-12-23
, 12:25
|
|
Posts: 939 |
Thanked: 366 times |
Joined on Dec 2010
@ U.K.
|
#9
|
![]() |
2011-12-23
, 12:35
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#10
|
PHP Code:
home/user # netstat -t -u p
udp 0 0 Nokia-N900:50029 Nokia-N900:3001 ESTABLISHED
udp 0 0 Nokia-N900:58492 Nokia-N900:3002 ESTABLISHED
i've also gone through the programs and cancelled any automatic updates.
is there a command to find out what has tried to access the net?
Thanks in advance
"I Reject Your Reality & Substitute My Own" Adam Savage
Last edited by corduroysack; 2011-12-22 at 15:22.