Home > ntop error > ntop error null host detected

Ntop Error Null Host Detected

Contents

[ date ] [ thread ] [ subject ] [ author ] Hi All, I have ntop setup recently in ubuntu 10.04 server. After running 3 days, I ntop configuration got some logs from ntop: Mon Jun 28 08:32:57 2010 **ERROR** NULL host

Ntop Default Username Password

detected Mon Jun 28 08:33:23 2010 **ERROR** NULL host detected Mon Jun 28 08:34:00 2010 **ERROR** NULL host detected Mon

Ntop Web Interface

Jun 28 08:35:21 2010 **ERROR** NULL host detected Mon Jun 28 08:36:44 2010 **ERROR** mVLAN: Host (identical IP/MAC) found on multiple VLANs Mon Jun 28 08:36:44 2010 mVLAN: ntop continues but will consolidate

No Interface Has Been Configured. Please Configure Ntop First.

and thus probably overcount this traffic Mon Jun 28 08:38:54 2010 **ERROR** NULL host detected Mon Jun 28 08:40:53 2010 EPIPE during sending of page to web client Mon Jun 28 08:40:58 2010 EPIPE during sending of page to web client Mon Jun 28 08:41:01 2010 EPIPE during sending of page to web client Mon Jun 28 08:41:10 2010 EPIPE during sending of page to web how to setup ntop client Mon Jun 28 08:41:14 2010 EPIPE during sending of page to web client Mon Jun 28 08:41:17 2010 EPIPE during sending of page to web client Mon Jun 28 08:41:21 2010 EPIPE during sending of page to web client Mon Jun 28 08:43:16 2010 **ERROR** NULL host detected Mon Jun 28 08:45:11 2010 **ERROR** NULL host detected Mon Jun 28 08:45:35 2010 **ERROR** NULL host detected Mon Jun 28 08:48:13 2010 **ERROR** NULL host detected Here, I think I have couple issues with ntop: 1. NULL host detected. What does it mean? 2. mVLAN issue. That means ntop find the same host in different vlans? I checked my log, I did change the SPAN in switch at that time. I guess that's why I have this message in the host. 3. EPIPE during sending of page to web client. This means the ntop has problem to send the traffic to the web client (That's me!) ? Do I need do something to get rid of "NULL host detected" message? It seems pop up every second. Thanks for your input!! Lou -------------- next part -------------- An HTML attachment was scrubbed... URL: Previous message: [Ntop] ntop web

[-l|--pcap-log ] [-m|--local-subnets ] [-n|--numeric-ip-addresses] [-p|--protocols ] [-q|--create-suspicious-packets] [-r|--refresh-time ] [-s|--no-promiscuous] [-t|--trace-level ] [-x ] [-w|--http-server ntop example ] [-z|--disable-sessions] [-A|--set-admin-password password] [-B|--filter-expression expression] [-C ] ntopng config file [-D|--domain ] [-F|--flow-spec ] [-M|--no-interface-merge] [-N|--wwn-map ] [-O|----output-packet-path ] [-P|--db-file-path ] [-Q|--spool-file-path ntop command line ] [-U|--mapper ] [-V|--version] [-X ] [--disable-instantsessionpurge] [--disable-mutexextrainfo] [--disable-ndpi] [--disable-python] [--instance] [--p3p-cp] [--p3p-uri] [--skip-version-check] [--w3c] [-4|--ipv4] [-6|--ipv6] Unix options: http://listgateway.unipi.it/pipermail/ntop/2010-June/015592.html [-d|--daemon] [-i|--interface ] [-u|--user ] [-K|--enable-debug] [-L] [--pcap_setnonblock] [--use-syslog= ] [--webserver-queue ] Windows option: [-i|--interface ] OpenSSL options: [-W|--https-server ] [--ssl-watchdog] Description ntop shows the current network usage. It displays a list of hosts that are currently using the https://linux.die.net/man/8/ntop network and reports information concerning the (IP and non-IP) traffic generated and received by each host. ntop may operate as a front-end collector (sFlow and/or netFlow plugins) or as a stand-alone collector/display program. A web browser is needed to access the information captured by the ntop program. ntop is a hybrid layer 2 / layer 3 network monitor, that is by default it uses the layer 2 Media Access Control (MAC) addresses AND the layer 3 tcp/ip addresses. ntop is capable of associating the two, so that ip and non-ip traffic (e.g. arp, rarp) are combined for a complete picture of network activity. Command-line Options @filename The text of filename is copied - ignoring line b

into HTML format using source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. A member file download can http://fossies.org/linux/ntop/docs/KNOWN_BUGS also be achieved by clicking within a package contents listing on the https://github.com/openssh/openssh-portable/blob/master/sshconnect.c according byte size field. 1 _ _ _ 2 | \ | | |_ ___ _ __ 3 | \| | __/ _ \| '_ \ 4 | |\ | || (_) | |_) | 5 |_| \_|\__\___/| .__/ 6 |_| 7 8 Network Top 9 10 ntop error -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 11 v2.1 (Jun 2002) 12 13 B1. https:// & tcp wrappers 14 15 If you compile ntop with tcp wrappers and attempt to access an 16 https:// url, it will fail with 17 18 "Jun 11 14:22:52 www ntop[22622]: warning: can't get client address: Bad file descriptor" 19 20 in the log. 21 22 hosts.allow: 23 24 ntop: ntop error null 192.168.0. 25 26 hosts.deny: 27 28 ntop: ALL 29 30 31 No real clue why - the code that ntop uses: 32 33 { 34 struct request_info req; 35 request_init(&req, RQ_DAEMON, DAEMONNAME, RQ_FILE, myGlobals.newSock, NULL); 36 fromhost(&req); 37 if(!hosts_access(&req)) { 38 closelog(); /* just in case */ 39 openlog(DAEMONNAME, LOG_PID, deny_severity); 40 syslog(deny_severity, "refused connect from %s", eval_client(&req)); 41 } 42 else 43 handleHTTPrequest(from.sin_addr); 44 } 45 46 is the same as the code used, for example, by sshd. 47 48 It's the fromhost() call - without a value set there, there is no file descriptor 49 set, and the hosts_access() call is then "properly" rejecting the request. 50 51 52 ======================================== 53 54 B2. https:// & Opera 55 56 With fixes through 25Jun2002, this works, albeit VERY SLOWLY on the handshake. 57 Sometimes as much as two minutes. After that, clicking around through the 58 ntop web server works fine, but it is also subject to a noticeable delay bringing 59 up the png images. 60 61 However, some versions of Opera (6.03 under Win

Sign in Pricing Blog Support Search GitHub This repository Watch 45 Star 228 Fork 176 openssh/openssh-portable Code Pull requests 28 Projects 0 Pulse Graphs Permalink Branch: master Switch branches/tags Branches Tags IBS PRIVSEP V_2_5_2 V_2_9_P1 V_2_9_9 V_3_0_2 V_3_2_3 V_3_3 V_3_5 V_3_6 V_3_6_1 V_3_7 V_3_8 V_3_8_1 V_3_9 V_4_0 V_4_1 V_4_2 V_4_3 V_4_4 V_4_5 V_4_6 V_4_7 V_4_9 V_5_3 V_5_4 V_5_6 V_5_8 V_5_9 V_6_0 V_6_2 V_6_3 V_6_4 V_6_5 V_6_6 V_6_7 V_6_8 V_6_9 V_7_0 V_7_1 V_7_2 V_7_3 master Nothing to show V_7_3_P1 V_7_2_P2 V_7_2_P1 V_7_1_P2 V_7_1_P1 V_7_0_P1 V_6_9_P1 V_6_8_P1 V_6_7_P1 V_6_6_P1 V_6_5_P1 V_6_4_P1 V_6_3_P1 V_6_2_P2 V_6_2_P1 V_6_1_P1 V_6_0_P1 V_5_9_P1 V_5_8_P2 V_5_8_P1 V_5_7_P1 V_5_6_P1 V_5_5_P1 V_5_4_P1 V_5_3_P1 V_5_2_P1 V_5_1_P1 V_5_0_P1 V_4_9_P1 V_4_7_P1 V_4_6_P1 V_4_5_P1 V_4_4_P1 V_4_3_P2 V_4_3_P1 V_4_2_P1 V_4_1_P1 V_4_0_P1 V_3_9_P1 V_3_8_1_P1 V_3_8_P1 V_3_7_1_P2 V_3_7_1_P1 V_3_7_P1 V_3_6_1_P2 V_3_6_1_P1 V_3_6_P1 V_3_5_P1 V_3_4_P1 V_3_3_P1 V_3_2_3_P1 V_3_2_2_P1 V_3_1_P1 V_3_0_2_P1 V_3_0_1_P1 V_3_0_P1 V_2_9_9_P2 V_2_9_9_P1 V_2_9_P2 V_2_5_2_P2 V_2_5_2_P1 V_2_5_1_P2 V_2_5_1_P1 V_2_5_0_P1 V_2_3_0_P1 V_2_2_0_P1 V_2_1_1_P4 V_2_1_1_P3 V_2_1_1_P2 V_2_1_1_P1 V_2_1_0 V_2_1_0_P3 V_2_1_0_P2 V_2_1_0_P1 V_2_0_0_TEST1 V_2_0_0_BETA2 V_2_0_0_BETA1 V_1_2_3 V_1_2_3_TEST3 V_1_2_3_TEST2 V_1_2_3_TEST1 V_1_2_3_PRE5 V_1_2_3_PRE4 V_1_2_3_PRE3 V_1_2_3_PRE2 V_1_2_3_PRE1 V_1_2_2 V_1_2_2_PRE29 V_1_2_2_PRE28 V_1_2_2_P1 V_1_2_1_PRE27 V_1_2_1_PRE26 V_1_2_1_PRE25 V_1_2_1_PRE24 V_1_2_1_PRE23 V_1_2_1_PRE22 V_1_2_1_PRE21 V_1_2_1_PRE20 V_1_2_1_PRE19 V_1_2_1_PRE18 Nothing to show Find file Copy path openssh-portable/sshconnect.c 9136ec1 Sep 11, 2016 deraadt@openbsd.org upstream commit 5 contributors Users who have contributed to this file djmdjm mouring daztucker mfriedl jcs Raw Blame History 1544 lines (1406 sloc) 42.3 KB /* $OpenBSD: sshconnect.c,v 1.272 2016/09/12 01:22:38 deraadt Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland * All rights reserved * Code to connect to a remote host, and to perform the client side of the * login (authentication) dialog. * * As far as I am concerned, the code I have written for this software * can be used freely for any purpose. Any derived versions of this * software must be clearly marked as such

 

Related content

ntop error unable to find rrd

Ntop Error Unable To Find Rrd p Post of views Permalink configure script can't find rrdtool hello list I am attempting to install ntop v under CentOS release but I am running into an issue when I try to specify the rrdtool that I have already installed It is indeed already there and both ganglia and cacti are already using it Here's a sample of the output I see checking for zlibVersion in -lz yes checking for main in -lrrd th no configure error Unable to find RRD at usr local please use --with-rrd-home DIR I have tried the following

ntop error opening file geolitecity dat

Ntop Error Opening File Geolitecity Dat p Search HCL Search Reviews Search ISOs Go to Page LinuxQuestions org Forums Linux Forums Linux - Software SOLVED ntop service start error User Name Remember Me Password Linux relatedl - Software This forum is for Software issues Having a problem installing a new program Want to know which application is best for the job Post your question in this forum Notices Welcome to LinuxQuestions org a friendly and active Linux Community You are currently viewing LQ as a guest By joining our community you will have the ability to post topics receive our

ntop error unable to find rrd at /usr/local

Ntop Error Unable To Find Rrd At usr local p Post of views Permalink Unable to compile relatedl NTOP in FC I downloaded the latest NTOP via CVS I am trying to compile the NTOP in a Fedora Core OS I used the autogen sh to compile the NTOP I am getting an error which I have no idea how-to fix it Does anyone encounter this erro in FC and know how-to fix it Thanks autogen sh configure error Unable to find RRD in the specified rrd x directory Aug PM Post of views Permalink Re Unable to compile NTOP

ntop error

Ntop Error table id toc tbody tr td div id toctitle Contents div ul li a href Ntopng a li ul td tr tbody table p shelby New Member Hello -following the wonderful How to on network monitoring with ntop This is exactly what I want relatedl to do I am new to Linux - using Ubuntu feisty error opening file geolitecity dat xplico Have installed ntop but when I try to start ntop get the following in p h id Ntopng p the error log This is a brand new install and I have done nothing to install configure

ntop error 400

Ntop Error table id toc tbody tr td div id toctitle Contents div ul li a href Ntop Default Password a li li a href Ntop Network Monitoring a li li a href How To Use Ntop a li ul td tr tbody table p bug affects people Affects Status Importance Assigned relatedl to Milestone ntop Ubuntu Edit Confirmed configure ntop ubuntu Undecided Unassigned Edit You need to log in to change p h id Ntop Default Password p this bug's status Affecting ntop Ubuntu Filed here by G bor Lipt k When - - Confirmed - - ntop command

ntop error opening file ./geolitecity.dat error opening file ./geoipasnum.dat

Ntop Error Opening File geolitecity dat Error Opening File geoipasnum dat p Tags Search LQ Wiki Search Tutorials Articles Search HCL Search Reviews Search ISOs Go to Page LinuxQuestions org relatedl Forums Linux Forums Linux - Software SOLVED ntop service start error User Name Remember Me Password Linux - Software This forum is for Software issues Having a problem installing a new program Want to know which application is best for the job Post your question in this forum Notices Welcome to LinuxQuestions org a friendly and active Linux Community You are currently viewing LQ as a guest By joining

ntop error interface eth0 is down

Ntop Error Interface Eth Is Down table id toc tbody tr td div id toctitle Contents div ul li a href Ntop Ubuntu a li li a href What Is Ntop a li li a href Ntop Vs Ntopng a li ul td tr tbody table p Importance Assigned to Milestone ntop Ubuntu Edit Fix Released Undecided Unassigned Edit You need to log in to change this relatedl bug's status Affecting ntop Ubuntu Filed here by Ralph ntop windows Corderoy When - - Confirmed - - Started work - - Completed - - Target Distribution Baltix p h id Ntop

ntop error traversing database

Ntop Error Traversing Database p by date thread subject author please update to the latest svn code Luca On Sep at PM ROB POWELL wrote Wonder if anyone can help I'm getting the following error a lot with a new NTOP build error traversing Database for ipnum xxxxxxxxxxx installed versions NTOP svn LIBEVENT -stable OS Ubuntu Server Ntop-dev mailing list Ntop-dev at unipi it http listgateway unipi it mailman listinfo ntop-dev Previous message Ntop-dev error traversing Database for ipnum Next message Ntop-dev error traversing Database for ipnum Messages sorted by date thread subject author More information about the Ntop-dev mailing

ntop error 10

Ntop Error p subject author Its a strange error relatedl and i didnt get any solution to it but you never know that this is causing some problem in the data collection Date Sat Aug - From Ggatten at waddell com To ntop at unipi it Subject Re Ntop Error during sending page If its not very often and not causing any probs try to ignore it Else maybe try a different browser Also check the FAQ and man there are a couple tweaks for web server stuff that may or may not help From ntop-bounces at unipi it To

ntop error geolitecity.dat

Ntop Error Geolitecity dat p communities company blog Stack Exchange Inbox Reputation and Badges sign up log in tour help Tour Start here for a quick overview of the site Help Center Detailed relatedl answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack Overflow the company Business Learn more about hiring developers or posting ads with us Ask Ubuntu Questions Tags Users Badges Unanswered Ask Question Ask Ubuntu is a question and answer site for Ubuntu users and developers Join them it only takes a minute Sign

ntop error buffer too short

Ntop Error Buffer Too Short p Post of views Permalink ntop - relatedl buffer too short error I'm running ntop on Linux When I click IP - Summary - Multicast and try to sort by data sent the HTML page goes blank multicastStats html col The HTML source is also blank And the if I click something else I see blank But everything comes back after a few minutes and then if I click the Multicast page again the process repeats In var log messages I see ERROR Buffer too short report c increase to at least ERROR Buffer too

ntop error gdbm header or library routines are missing

Ntop Error Gdbm Header Or Library Routines Are Missing p Post of views Permalink gdbm header or library routines are relatedl missing error I am getting the following error while compiling ntop yes I know is old on a Cobalt Raq libgdbm so exist in usr lib and gdbm h exist in usr include I search Google with no luck I have also tried --with-gdbm-root usr lib and nothing Any ideas how to fix this Thanks -pa Testing Required libraries and headers checking for required C headers ok checking for crypt ok checking for dynamic load module ok checking for