Displaying 20 results from an estimated 1100 matches similar to: "Unwanted reverse mapping of ip addresses"
2000 Dec 27
2
patch to support hurd-i386
Hi,
here's a patch so that ssh also supports hurd-i386. Thanks for
incorporating. The patch comes from Robert Bihlmeyer <robbe at orcus.priv.at>.
> openssh 2.2.0p1-1.1 does not build on the Hurd. The appended patch
> fixes that. Changes in detail:
> * PAM is not (yet?) supported, so the PAM dependencies are only put into
> the control file on architectures != hurd-i386.
2003 Apr 26
10
[Bug 549] Login Delay / Remove unwanted reverse map check
http://bugzilla.mindrot.org/show_bug.cgi?id=549
Summary: Login Delay / Remove unwanted reverse map check
Product: Portable OpenSSH
Version: 3.5p1
Platform: PPC
OS/Version: AIX
Status: NEW
Severity: normal
Priority: P3
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy:
2008 Nov 25
1
ntop from rpmforge
I installed ntop on a centos5.2 system (which got all yum updates a few
days ago)...
# rpm -q ntop rrdtool
ntop-3.3.8-1.el5.rf
rrdtool-1.2.28-1.el5.rf
went through the password configuration
when I start it, its erroring.
# service ntop start
Starting ntop: Processing file /etc/ntop.conf for parameters...
Mon Nov 24 23:56:36 2008 NOTE: Interface merge enabled by default
Mon
2000 Mar 07
2
patch for openssh-1.2.2p1
Hi,
openssh-1.2.2p1 seems to have 2 problems on ipv6 (and
ipv4 mapped addresses).
1. "BREAKIN ATTEMPT" warnings from ipv4 node
2. X forwarding
The following patche fixes them.
Thanks.
diff -ru openssh-1.2.2p1/canohost.c openssh-1.2.2p1-20000308/canohost.c
--- openssh-1.2.2p1/canohost.c Fri Jan 14 13:45:48 2000
+++ openssh-1.2.2p1-20000308/canohost.c Wed Mar 8 00:25:18 2000
@@
2009 Dec 10
3
ntop from rpmforge
I don't know why I haven't signed up for this list before since we use
CentOS all over the place. The list is very useful and it is good for
me to participate and "give back" to the community.
Anywho, I wanted to post this response to a thread that was created back
in November 2008 about the ntop daemon failing to start. I'm currently
setting up ntop as a NetFlow &
2006 Mar 13
1
Log message
Hi,
I'm working on some project which is sort of log filter.
Last few days I noticed that there are some wacky people
scanning sshd port all the time from anywhere.
Although sshd reports it with syslog error message which is
very helpful, I'd like to know the source ip address with
following message:
canohost.c: around line #100
if (getaddrinfo(name, NULL, &hints, &aitop) !=
2011 Jul 29
2
Looking for ntop alternative
Hi,
Can anyone please recomment an ntop alternative for me, which is more
stable as well? I need to monitor all connections to and from a CentOS
5 server and ntop does it fairly well, but seems to crash at random
times, and thus looses all the date prior to the crash.
Cacti / MRTG only gives complete bandwidth usage on the given
interface, but I need to know how much bandwidth goes where, and
2008 Aug 21
2
IP options
I'm seeing something similar to bug 1179
(https://bugzilla.mindrot.org/show_bug.cgi?id=1179), even with the
reordered IP options check.
For some reason, getsockopt is returning an IP options of length 2,
value 00 00.
Would Mark Weindling's original patch
(https://bugzilla.mindrot.org/attachment.cgi?id=1105) break anything if
I incorporated it?
Platform: HP NonStop S7000 series
2002 May 20
0
Openssh 3.2.2p1 KRB5 addition
The Kerberos V support may still fail on hosts with two or more
interfaces.
Regards
Markus
-------------- next part --------------
*** auth-krb5.c.orig Mon May 20 11:51:57 2002
--- auth-krb5.c Mon May 20 11:53:34 2002
***************
*** 38,43 ****
--- 38,44 ----
#include "servconf.h"
#include "uidswap.h"
#include "auth.h"
+ #include "canohost.h"
2006 Jun 11
2
Anyone running ntop on FBSD5.4
If you are running ntop on 5.4, what compile options?
Use ports version? Or surgefile tarball?
It makes a great security forensics tools, but I can't get it to stop
segfaulting.Was wondering if anyone found a fix for it.
--
Michael Scheidell, CTO
561-999-5000, ext 1131
SECNAP Network Security Corporation
Take a vacation from spam: http://www.spammertrap.com
2001 Feb 17
2
Important fix (sshd && binding). Portable version only.
If bind() fails we _always_ should close socket. I sent this patch while ago
to djm but I still don't see this fix in openssh_cvs.
diff -urN openssh-2.3.0p1.org/sshd.c openssh-2.3.0p1/sshd.c
--- openssh-2.3.0p1.org/sshd.c Sat Jan 6 19:54:11 2001
+++ openssh-2.3.0p1/sshd.c Sat Jan 6 19:55:48 2001
@@ -782,10 +782,10 @@
debug("Bind to port %s on %s.", strport, ntop);
/*
2005 Jan 06
3
tc and ntop inconsistent data flow
Dear List,
Sorry for the dublicated email but I couldn''t get any answer.
I am trying to limit some IP blocs with tc with following three step.
# interface
tc qdisc add dev eth0 root handle 1: cbq avpkt 1000 bandwidth 256kbit # class
tc class add dev eth0 parent 1: classid 1:1 cbq rate 64kbit \
allot 1500 prio 5 bounded isolated
# rules
# download
tc filter add dev eth0 parent 1:
2009 Feb 24
3
cisco netflow analyzer?
Pp
------Original Message------
From: nate
Sender: centos-bounces at centos.org
To: CentOS Mailing list
ReplyTo: CentOS Mailing list
Sent: Feb 23, 2009 8:13 PM
Subject: Re: [CentOS] cisco netflow analyzer?
Robinson Tiemuqinke wrote:
> Anyone knows any Cisco netflow analyzer that could run on Linux/Windows? I
> know that cisco ASDM works at somewhat level but too rough...
>
> For
2012 Aug 28
2
NTOP alternatives?
Hi all.
I have currently a task to implement a network traffic analyzer. Some years
ago I've used NTOP for that purpose, I would also like to test some
alternatives.
Which alternatives can you recommend and why?
Thanks ;)
Best regards,
Rafa? Radecki.
2012 Sep 11
1
ntop for centos 5.8
Hi,
Are there rpm binaries for ntop for CentOS Linux version 5.8?
Regards,
Kaushal
2005 May 26
3
can't locate /etc/ini.d/mysqld file!
List, I installed my server and I want to start Mysql, but I can not find the file /etc/ini.d/mysqld ..
[root at netflow ntop]# rpm -qa|grep mysql
mysqlclient10-3.23.58-4.RHEL4.1
libdbi-dbd-mysql-0.6.5-10.RHEL4.1
mysql-4.1.10a-1.RHEL4.1
mysql-devel-4.1.10a-1.RHEL4.1
Am I missing some mysql rpm from Cds?
regards.
israel
-------------- next part --------------
A non-text attachment was
2002 Nov 20
0
[PATCH #9] Password expiration via /bin/passwd.
This is an attempt to simplify the AIX expiry-via-passwd stuff and make
it more generic. (There's actually a net reduction in #ifdefs).
Patch against CVS:
1) configure finds passwd.
2) sshd uses passwd during session if required.
3) sshd uses passwd for PAM change if privsep disabled.
4) sshd uses Buffers for expire and post-login messages (no longer AIX
specific).
5) password_change_required
2012 Nov 01
1
New L7 Filter option for netfilter
Hi all. There is an interesting project that was called opendpi
(originally by ipoque GmbH) and recently been forked and maintained by
the ntop guys under the nDPI label. It offers a new and currently
maintained layer 7 (L7) packet identification library. It could
definitely benefit from more eyes and development effort, but at present
it gives much better breakdown of traffic for ntop
2009 Mar 25
5
looking for some advice to monitor network usage in office
Hi all,
I've been asked by a college to setup a monitor to monitor a Windows
network, but on internet usage. They want to have detailed usage, i.e.
on a per IP / PC basis, and if possible to get stats for every
protocol, and see over a period of time what goes on.
My first though wat ntop, which does all of this, but it doesn't save
the data in a DB, so if the server reboots the stats
2009 Feb 17
2
Packet Truncated - Choppy Audio
Hi there,
We're having some complaints of choppy audio from our SIP customers.
Asterisk is showing no errors, but I'm getting a lot of these in my syslog:
Feb 17 13:34:31 ntop[2863]: **WARNING** packet truncated (14654->8232)
The first number varies, but the last number is always 8232.
I've read that this is a common MTU size, but none of our interfaces
have an MTU of 8232.