Re: Finding IP Addresses (OT)

2006-08-11 Thread beno
Olivier Nicole wrote: I'd advise you not to filter SSH by IP, that would be the best way to lock you out of your server. I did that once :) No fun! But I'll be much more careful this time! Even if you find all the IP used by your ISP, you cannot predict when the IP range will change, and it

Re: Accessing FreeBSD partition from Windows with dual boot

2006-08-11 Thread Martin Miedema
Martin Miedema wrote: I'm looking for a way to access (read only is fine) a FreeBSD partition on my Windows installation on a dual boot notebook (so Samba won't do the trick) I read a couple of things after some googling about CrossFS which basically should be a UFS driver for windows.

Any idea how to stress test our bandwidth?

2006-08-11 Thread jay alvarez
I hope you don't mind my asking this here. I'm working in an ISP right now. We are using mrtg for each client connected to us. They can view their mrtg statistics. Their way to the internet is to us. Say a client connects to us via E1, they are guaranteed of 2.048Mbps because our uplink to the

Once again lost in the woods with QEMU, pf, bridge.sh, tap...

2006-08-11 Thread mal content
Hello. I'm trying to get qemu with tap networking happening under FreeBSD 6.1. I did make some progress with the last solution given to me, but I still couldn't get it to work. Doing things this way seems to be the only method that works for me currently. The main problem I'm having is that I

Re: BSDstats Project v2.0 ...

2006-08-11 Thread Nikolas Britton
Ok... With my new script it took only 158 minutes to compute ALL TCP/IP address hashes. I'll repeat that... I have an md5 hash for every IP address in the world! All I need to do is grep your hash and it will tell me your IP address. yippee! :-) Can we please find a new method to track hosts...

Re: Any idea how to stress test our bandwidth?

2006-08-11 Thread Bob
Maybe this helps... http://www.netperf.org/netperf/NetperfPage.html Bob On Fri, 2006-08-11 at 01:01 -0700, jay alvarez wrote: I hope you don't mind my asking this here. I'm working in an ISP right now. We are using mrtg for each client connected to us. They can view their mrtg

Re: iCal Server

2006-08-11 Thread Nikolas Britton
On 8/9/06, Joe Auty [EMAIL PROTECTED] wrote: Anybody working on porting this Apple product to FreeBSD? The source code can be downloaded here: http://trac.macosforge.org/projects/collaboration/wiki I'm really interested in a product like this, and Chandler looks like a pretty decent client.

Re: BSDstats Project v2.0 ...

2006-08-11 Thread Matthew Seaman
Nikolas Britton wrote: Ok... With my new script it took only 158 minutes to compute ALL TCP/IP address hashes. I'll repeat that... I have an md5 hash for every IP address in the world! All I need to do is grep your hash and it will tell me your IP address. yippee! :-) Can we please find a

Re: Spoofers, Spammers Other Bad Guys

2006-08-11 Thread beno
Greg Hennessy wrote: Killing incoming 25/tcp from cidr blocks assigned to various parts of APNIC and other registries. Much easier and far less hassle than blocking individual addresses. Could you give an example of this? TIA. beno ___

RE: Any idea how to stress test our bandwidth?

2006-08-11 Thread fbsd
Your client has major flaw in their test plan. Just because they have large bandwidth to you does not mean the public websites that want to test with also have that size bandwidth. So any time they test loading up targeting some public website they will be limited to some portion of the targeted

Re: BSDstats Project v2.0 ...

2006-08-11 Thread Marc G. Fournier
On Fri, 11 Aug 2006, Nikolas Britton wrote: Ok... With my new script it took only 158 minutes to compute ALL TCP/IP address hashes. I'll repeat that... I have an md5 hash for every IP address in the world! All I need to do is grep your hash and it will tell me your IP address. yippee! :-) Can

Re: problem compliling new kernel for SCTP

2006-08-11 Thread Kris Kennaway
On Thu, Aug 10, 2006 at 03:16:56PM -0500, [EMAIL PROTECTED] wrote: Iam trying to install SCTP enabled Apache server and Mozilla browser on FreeBSD 6.0 These are things that i have done: 1) I downloaded the kernel patch from sctp.org and applied it. 2) Included the line options

Re: BSDstats Project v2.0 ...

2006-08-11 Thread Matthew Seaman
Marc G. Fournier wrote: On Fri, 11 Aug 2006, Nikolas Britton wrote: Ok... With my new script it took only 158 minutes to compute ALL TCP/IP address hashes. I'll repeat that... I have an md5 hash for every IP address in the world! All I need to do is grep your hash and it will tell me your

Re: Almost ready with diskless setup

2006-08-11 Thread cpghost
On Thu, Aug 10, 2006 at 08:39:15PM +0200, Nagy L?szl? Zsolt wrote: 2. syslogd tells that it cannot open the pid file. (Operation not supported) However, it creates /var/log/syslogd.pid. But that file is empty. What can be the problem? After making another diskless distribution, I found

Re: BSDstats Project v2.0 ...

2006-08-11 Thread Darrin Chandler
On Fri, Aug 11, 2006 at 02:38:48PM +0100, Matthew Seaman wrote: He's trying to prevent any possibility of information disclosure about his servers. If I wanted to hack into his site, knowing what hosts he had running (ie. a bunch of live IP numbers) and what OS etc. each used would mean I'm

Re: BSDstats Project v2.0 ...

2006-08-11 Thread Paul Schmehl
Marc G. Fournier wrote: On Fri, 11 Aug 2006, Nikolas Britton wrote: Ok... With my new script it took only 158 minutes to compute ALL TCP/IP address hashes. I'll repeat that... I have an md5 hash for every IP address in the world! All I need to do is grep your hash and it will tell me your IP

Re: DNS Blacklist Script?

2006-08-11 Thread Chris Maness
Matthew Seaman wrote: Chris Maness wrote: Does anyone know of a script (or application) to automagically add a host to a dns blacklist? It would be very convenient to blacklist all the e-mails sent from a spammer to a honeypot address, or to blacklist all senders that thunderbird moves into

RE: DNS Blacklist Script?

2006-08-11 Thread Tamouh H.
Does anyone know of a script (or application) to automagically add a host to a dns blacklist? It would be very convenient to blacklist all the e-mails sent from a spammer to a honeypot address, or to blacklist all senders that thunderbird moves into the spam sub-folder.

Re: BSDstats Project v2.0 ...

2006-08-11 Thread Matthew Seaman
Paul Schmehl wrote: 1) encrypt the data being fed to your systems by the script - this should be relatively easy using keys and would ensure that a man in the middle attack would fail. You can connect using ssh and a unique key without having to reveal passwords to anyone. Uh... HTTPS

Re: BSDstats Project v2.0 ...

2006-08-11 Thread Paul Schmehl
Matthew Seaman wrote: Paul Schmehl wrote: 1) encrypt the data being fed to your systems by the script - this should be relatively easy using keys and would ensure that a man in the middle attack would fail. You can connect using ssh and a unique key without having to reveal passwords to

Re: DNS Blacklist Script?

2006-08-11 Thread Chris Maness
Already many of the leading DNSBL lists like spamhaus.org and njbl.org uses such methods to detect new spammers. We've been using the SBL-XBL + dynablock + SURBL lists with much success reaching up to 95% reduction in spam and so far very very very little false positives. I have noticed

How to get best results from FreeBSD-questions

2006-08-11 Thread Greg Lehey
How to get the best results from FreeBSD questions. === Last update $Date: 2005/08/10 02:21:44 $ This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that

The Complete FreeBSD: errata and addenda

2006-08-11 Thread Greg Lehey
The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, The Complete FreeBSD, published by O'Reilly, is no exception.

Re: Spoofers, Spammers Other Bad Guys

2006-08-11 Thread beno
Greg, I meant give me an example of the below. I don't know how the confusion occurred on the other LOL! TIA, beno Greg Hennessy wrote: Killing incoming 25/tcp from cidr blocks assigned to various parts of APNIC and other registries. Much easier and far less hassle than blocking individual

Re: Spoofers, Spammers Other Bad Guys

2006-08-11 Thread jdow
Well, you can do it with firewall rules. You can do it in the MTA. I'm sure there are other ways to do it as well. This might be a useful tool for doing this without blocking some of the good guys in that part of the world, like Oz and NZ. http://ftp.apnic.net/stats/apnic/delegated-apnic-latest

RE: Spoofers, Spammers Other Bad Guys

2006-08-11 Thread Greg Hennessy
Sorry mate :-) it's been a long day. http://bsdsecurity.wordpress.com/2006/03/25/filtering-attacks-from-china-and -korea-using-freebsd-and-pf/ Greg Greg, I meant give me an example of the below. I don't know how the confusion occurred on the other LOL! TIA, beno Greg Hennessy

Re: BSDstats Project v2.0 ...

2006-08-11 Thread Garance A Drosihn
At 11:49 AM -0500 8/11/06, Paul Schmehl wrote: I would note that these issues appear to be impacting the project. As of right now, there are only 1612 systems reporting in, ... For my part, I've submitted two public hosts. I have four others I will not submit until I'm certain the data are

size of crypto file systems geli/gbde

2006-08-11 Thread Erik Nørgaard
Hi: I want to create encrypted memory filesystems for backup, and selective data destruction: If I have data from different users say, each user's backup will be stored as different encrypted file systems. Then I can selectively destroy data from one user by throwing away the key. Now, how do I

static linked python from the ports tree - possible ?

2006-08-11 Thread Ensel Sharon
For a variety of reasons (long, hard to explain) I need a static python binary - with no external libraries. I know how to do this from source. However, I would like to install from the ports tree - what line can I run inside of /usr/ports/lang/python to get a totally static, standalone python

Re: BSDstats Project v2.0 ...

2006-08-11 Thread Marc G. Fournier
On Fri, 11 Aug 2006, Garance A Drosihn wrote: At 11:49 AM -0500 8/11/06, Paul Schmehl wrote: I would note that these issues appear to be impacting the project. As of right now, there are only 1612 systems reporting in, ... For my part, I've submitted two public hosts. I have four others

SAP - HP ProLiant DL580 G3 series

2006-08-11 Thread Sameer Parmar
Dear FreeBSD, I am interested in setting up a SAP client at home that is running BW instance and SAP Portal. Ive come acrosss your O/S, however I am unsure if my hardware is compatiable. I have a HP ProLiant DL580 G3 series server. Can I run FreeBSD

smartctl: Raw_Read_Error_Rate very high

2006-08-11 Thread O. Hartmann
Dear Sirs, watching from time to time via smartctl my new drives (HITACHI HDT722525DLA380 T7K250 250 GB SATA II drives) I found this line on one drive (ad4, the 'clean' one is ad4): ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1

Re: static linked python from the ports tree - possible ?

2006-08-11 Thread Micah
Ensel Sharon wrote: For a variety of reasons (long, hard to explain) I need a static python binary - with no external libraries. I know how to do this from source. However, I would like to install from the ports tree - what line can I run inside of /usr/ports/lang/python to get a totally

Re[2]: BSDstats Project v2.0 ...

2006-08-11 Thread Daniel Gerzo
Hello Garance, Friday, August 11, 2006, 9:59:41 PM, you wrote: At 11:49 AM -0500 8/11/06, Paul Schmehl wrote: I know we are used to dealing in internet-time, where things happen instantly, but there could be many reasons that the host count is only 1612. Reasons that have nothing to do

Re[2]: BSDstats Project v2.0 ...

2006-08-11 Thread Marc G. Fournier
On Sat, 12 Aug 2006, Daniel Gerzo wrote: Hello Garance, Friday, August 11, 2006, 9:59:41 PM, you wrote: At 11:49 AM -0500 8/11/06, Paul Schmehl wrote: I know we are used to dealing in internet-time, where things happen instantly, but there could be many reasons that the host count is only

USB Keyboard (media keys return nothing)

2006-08-11 Thread Jeff Molofee
Just a follow up to my USB keyboard issue. I know what programs are available to bind the keys... unfortunately the keys do not return anything. No value returned at all, making it impossible to bind these keys :) I had the same problem with my last keyboard... In USB mode none of the keys

Re: USB Media Keys

2006-08-11 Thread Nikolas Britton
On 8/11/06, Jeff Molofee [EMAIL PROTECTED] wrote: Is it possible to get USB media keys to work in FreeBSD 6.x? I can't get anything to even see the keys, I would like to get my volume keys working on a Saitek Eclipse keyboard. What on earth are you talking about? USB keyboards, USB mass

USB Wireless client

2006-08-11 Thread E. J. Cerejo
I'm running FBSD 6.1 and I was wondering if there's a way of configuring a Orinoco USB client silver so I can have wireless internet. I haven't found any data on it yet. Please let me know thank you. - Novidade no Yahoo! Mail: receba alertas de

converting an mdoc manual page into an old man format

2006-08-11 Thread Mikhail Teterin
Hello! I've written a man-page using mdoc macros for my own little program. I'd like to port the program to other Unixes (like Solaris), where my mdoc-based man page is rather unreadable :-( Is there a standard way to expand the mdoc macros once? `man mdoc' is not giving any useful examples

Undelete for UFS2?

2006-08-11 Thread Chris
Just thought I'd ask though I'm pretty sure the answer is no. Nothing important just my mailbox files for mailing lists including this one. All my email addresses look alike and I was foulish enough to copy and paste. Why oh why I didn't add the backup cronjob I don't know... Is there anyway

Re: BSDstats Project v2.0 ...

2006-08-11 Thread Nikolas Britton
On 8/11/06, Matthew Seaman [EMAIL PROTECTED] wrote: Marc G. Fournier wrote: On Fri, 11 Aug 2006, Nikolas Britton wrote: Ok... With my new script it took only 158 minutes to compute ALL TCP/IP address hashes. I'll repeat that... I have an md5 hash for every IP address in the world! All I

Slow Startup with nss_ldap

2006-08-11 Thread Pramod Venugopal
Hello everyone, I have a FreeBSD 6.1-RELEASE system configured as a Samba Server with an OpenLDAP backend. I have configured nss_ldap to allow local user authentication via LDAP. However if I reboot this machine for any reason, the bootup process gets stuck on named. If I Ctrl-C out of

what's different between src CVS Tags RELENG_*_BP and RELENG_*?

2006-08-11 Thread lveax
hey all, i just know the release src tag is RELENG_*_RELEASE. lveax ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Tip Top Equity Spam

2006-08-11 Thread Lorvin Catshire
This is called spam. It's generally looked down upon in the modern world. This particular spam was posted on the blog of a friend of mine, several months ago. Despite the fact that we have long since abandoned the blogs, it's the principle of the thing. It's unappreciated, and CERTAINLY does not