You are not logged in.

#1 2010-08-06 23:16:22

yabasta
Member
Registered: 2010-05-01
Posts: 167

tcpview type app for linux?

hi smile there weren't that many great apps for windows that i haven't been able to find a substitute for in linux, apart from a small windows program called tcpview. basically it gave you a list of all your tcp connections, very much like netactview, but with one added function. you could click on a connection and choose to disconnect it. does anyone know of any such app for linux or something that may be in the AUR in particular? i'm not having much luck

Offline

#2 2010-08-07 00:13:51

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,732
Website

Re: tcpview type app for linux?

Can't disconnect but you can view:

# lsof -i

or

# netstat -nlpt

Last edited by graysky (2010-08-07 00:14:34)

Offline

#3 2010-08-07 16:15:31

yabasta
Member
Registered: 2010-05-01
Posts: 167

Re: tcpview type app for linux?

thanks but that doesn't really help. i've got netatcview instaled which shows me all the connections. i just wanted that easy functionality to be able to close a connection. thanks all the same

Offline

#4 2010-08-23 16:08:22

rwd
Member
Registered: 2009-02-08
Posts: 671

Re: tcpview type app for linux?

Just a kill -9 <PID> would do the trick. For unwanted incoming connections set up a firewall and/or configure daemons to only listen to localhost.

Offline

Board footer

Powered by FluxBB