On Tue, 9 Dec 2008, Carlos Carrero Gutierrez wrote: > Hi, i use Iptables and i would like to find a tool or software in order > to see my open connections. In doesn't care if it's a gui or not, and it > can be not interactive (of course). > > Wireshark capture paquets but i can't be constantly searching if a > paquet is correct or not. > > Somebody could help me? > > Thank you very much, and sorry (i am doing crossposting). > > >
lsof will do what you want, for example to see all open connections on port 80: lsof -i:80 -n hth, Jeff -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]