From owner-freebsd-questions@FreeBSD.ORG Mon Mar 24 13:58:21 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0723D89A for ; Mon, 24 Mar 2014 13:58:21 +0000 (UTC) Received: from mail-bk0-x230.google.com (mail-bk0-x230.google.com [IPv6:2a00:1450:4008:c01::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8E2388F3 for ; Mon, 24 Mar 2014 13:58:20 +0000 (UTC) Received: by mail-bk0-f48.google.com with SMTP id mx12so496434bkb.7 for ; Mon, 24 Mar 2014 06:58:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=5h5tdH3gnDwyW12vSRnBn/ZXKsLhh1/D9GxpMB7jfcc=; b=t2V0gcS2BPLQe030XPpWKF8+F8RUY9VAmT/eryx6UfwBY3vDCD8I2J8hkRv8OP/3Ea KZcyzztKDXw6xqIxhXl/iZJnZbu6X6SnCYzT7GZzUime56s3cdJqh7P1YEVPi/8jMW/v HHr8NnKWsdMaRMadbi0b1vXPWm8t1M2RpPnrQY7NFmYHTu2UriZUmGGxcqXYEXZg1s4I e6EqRAZpybhBqwSfBv1iw4YoZkKnLQJwVUttVtDZMLqYQXyBo7cxVS0uWB6ow+Bb9/Vy DJ3fTkglco/wf5iadB5dOPoBOHGfkGMECMcjlCOjSyXhaJ+RoAj+qqmF+os7nhq28ziK A2Mg== X-Received: by 10.204.164.201 with SMTP id f9mr153671bky.55.1395669498821; Mon, 24 Mar 2014 06:58:18 -0700 (PDT) Received: from [192.168.1.129] ([193.173.55.180]) by mx.google.com with ESMTPSA id oa10sm14481544bkb.14.2014.03.24.06.58.17 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 24 Mar 2014 06:58:18 -0700 (PDT) Message-ID: <533039F8.9080002@gmail.com> Date: Mon, 24 Mar 2014 14:58:16 +0100 From: Johan Hendriks User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Jos Chrispijn Subject: Re: Real time traffic overview References: <533030BC.60306@webrz.net> In-Reply-To: <533030BC.60306@webrz.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2014 13:58:21 -0000 Jos Chrispijn schreef: > Running my server on FreeBSD 9.2 in the DMZ, I would like to know if > there is a program / graphical user interface on which I _real_time_ > can see what kind of traffic is entering my server (ports)? Running > ipfw but that is more statical / once a day list overview. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" A graphical one is etherape gr Johan