I need to see open connections this moment - With Iptables i can only see logs
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).
iptraf (constantly updates), or even netstat
If iptraf, make sure you add a filter to cover all ports, IIRC, by default
it only watches certain ones (this might have changed by now).
--
Res
If you are not part of the solution, then you are part of the problem!
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
12-09-2008, 08:05 PM
Bruno Wolff III
I need to see open connections this moment - With Iptables i can only see logs
On Tue, Dec 09, 2008 at 21:21:54 +0100,
Carlos Carrero Gutierrez <mgdpz1@gmail.com> 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?
Look at lsof if you are interested in what programs or users correspond to
thos connections.
If you are more interested in flows iptables uses state (at least if you
are using --cstate) and there should be a way to dump that information.
This will tell you about connectionless protocols that were recently
used in addition to connections.
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
12-09-2008, 08:05 PM
Bruno Wolff III
I need to see open connections this moment - With Iptables i can only see logs
On Tue, Dec 09, 2008 at 21:21:54 +0100,
Carlos Carrero Gutierrez <mgdpz1@gmail.com> 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?
Look at lsof if you are interested in what programs or users correspond to
thos connections.
If you are more interested in flows iptables uses state (at least if you
are using --cstate) and there should be a way to dump that information.
This will tell you about connectionless protocols that were recently
used in addition to connections.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
12-09-2008, 08:05 PM
Bruno Wolff III
I need to see open connections this moment - With Iptables i can only see logs
On Tue, Dec 09, 2008 at 21:21:54 +0100,
Carlos Carrero Gutierrez <mgdpz1@gmail.com> 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?
Look at lsof if you are interested in what programs or users correspond to
thos connections.
If you are more interested in flows iptables uses state (at least if you
are using --cstate) and there should be a way to dump that information.
This will tell you about connectionless protocols that were recently
used in addition to connections.
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
12-09-2008, 08:41 PM
Sjors Gielen
I need to see open connections this moment - With Iptables i can only see logs
Bruno Wolff III wrote:
> On Tue, Dec 09, 2008 at 21:21:54 +0100,
> Carlos Carrero Gutierrez <mgdpz1@gmail.com> 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?
>
> Look at lsof if you are interested in what programs or users correspond to
> thos connections.
> If you are more interested in flows iptables uses state (at least if you
> are using --cstate) and there should be a way to dump that information.
> This will tell you about connectionless protocols that were recently
> used in addition to connections.
When we're using netstat anyway, I'd suggest netstat -p for that.
Sjors
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
12-10-2008, 12:18 AM
Alex Samad
I need to see open connections this moment - With Iptables i can only see logs
On Tue, Dec 09, 2008 at 03:05:59PM -0600, Bruno Wolff III wrote:
> On Tue, Dec 09, 2008 at 21:21:54 +0100,
> Carlos Carrero Gutierrez <mgdpz1@gmail.com> 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?
have a look at conntrackd and conntrack (debian packages)
>
> Look at lsof if you are interested in what programs or users correspond to
> thos connections.
> If you are more interested in flows iptables uses state (at least if you
> are using --cstate) and there should be a way to dump that information.
> This will tell you about connectionless protocols that were recently
> used in addition to connections.
>
>
> --
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
>
--
"So I don't know where [Bin Laden] is. You know, I just don't spend that much time on him."
- George W. Bush
03/13/2002
Washington, DC
White House Press Conference
12-10-2008, 12:18 AM
Alex Samad
I need to see open connections this moment - With Iptables i can only see logs
On Tue, Dec 09, 2008 at 03:05:59PM -0600, Bruno Wolff III wrote:
> On Tue, Dec 09, 2008 at 21:21:54 +0100,
> Carlos Carrero Gutierrez <mgdpz1@gmail.com> 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?
have a look at conntrackd and conntrack (debian packages)
>
> Look at lsof if you are interested in what programs or users correspond to
> thos connections.
> If you are more interested in flows iptables uses state (at least if you
> are using --cstate) and there should be a way to dump that information.
> This will tell you about connectionless protocols that were recently
> used in addition to connections.
>
>
> --
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
>
--
"So I don't know where [Bin Laden] is. You know, I just don't spend that much time on him."
- George W. Bush
03/13/2002
Washington, DC
White House Press Conference
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
12-10-2008, 11:38 AM
Giany
I need to see open connections this moment - With Iptables i can only see logs
Maybe this helps... as root type : ss
man ss
On Tue, Dec 9, 2008 at 10:21 PM, Carlos Carrero Gutierrez <mgdpz1@gmail.com> 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).
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines