Re: Traffic account in debian

2001-10-03 Thread Noel Koethe
On Mit, 03 Okt 2001, Mario Zuppini wrote: Hello, > So what programs/methods does everyone here use to record ? keep track > of data etc on your systems ?? I package ipac-ng (for iptables) for debian and you could biuld graphs with it. For ipchains exists ipac. An example graphical output is on

Re: mta confusion

2001-10-18 Thread Noel Koethe
On Don, 18 Okt 2001, David Bishop wrote: > Be able to differentiate between [EMAIL PROTECTED] and [EMAIL PROTECTED] You want virtual Domains in your MTA. > Not have to keep a seperate email database from the system /etc/passwd. Don't know if I get this point. You will have a file like this wit

Re: mta confusion

2001-10-18 Thread Noel Koethe
On Don, 18 Okt 2001, Richard A Nelson wrote: Hello, > Whatever, if you stick with sendmail, I'll be happy to help - and in > this case, going to at least testing buys you *ALOT* with sendmail - > better SPAM protection, better performance, etc. Can you tell me, why sendmail has better spam prot

Re: Hanging run-parts weirdness!!!

2001-10-07 Thread Noel Koethe
On Mon, 08 Okt 2001, BeerBong wrote: Hello, > 6177 pts/2S 0:00 \_ -sh > 16310 pts/2S 0:00 \_ run-parts --report /etc/cron.daily/ > 16388 pts/2Z 0:00 \_ [man-db ] > > What the hell is going on > Every time different script, and if I ru

Re: Hanging run-parts weirdness!!!

2001-10-08 Thread Noel Koethe
On Mon, 08 Okt 2001, Christian Kurz wrote: Hello Small,:) > > > 16310 pts/2S 0:00 \_ run-parts --report /etc/cron.daily/ > > > 16388 pts/2Z 0:00 \_ [man-db ] > > > > > > Every time different script, and if I run every script manually it is > > > complete

Re: webmin

2001-12-01 Thread Noel Koethe
On Sam, 01 Dez 2001, [EMAIL PROTECTED] wrote: > hi, is webmin a secure prog ? If you use the "normal" package then the root password is going over the net in cleartext form. Its better to use webmin-ssl (http://packages.debian.org/webmin-ssl). -- Noèl Köthe -- To UNSUBSCRIBE, email

Re: Subject: ip accounting -> PostgreSQL

2002-02-06 Thread Noel Koethe
On Mit, 06 Feb 2002, Nicholay P. Chuprynin wrote: > We need to do IP based traffic accounting on our server, but the main > question is to store accounting information into PostgreSQL database. > Any suggestions? You have to recompile the ipac-ng package to support postgresql. If you are using k

Re: FTP Proxy

2002-02-16 Thread Noel Koethe
On Fre, 15 Feb 2002, Asher Densmore-Lynn wrote: > Can anyone recommend to me a good (non-transparent by > preference) FTP proxy? I've never managed to get SOCKS > and active FTP to work well together, so I've always > needed PASV, and I'm encountering problems with > misconfigured sites that can'

Re: Traffic monitoring/logging question

2002-02-27 Thread Noel Koethe
On Mit, 27 Feb 2002, Auke Rensen wrote: > For our company's shared internet connection, I'm looking for a utility to > monitor and log the generated traffic over the internet connection. > As you can see there are two LAN's connected to a firewall/proxy server. > The firewall uses IPTables, DNAT

Re: tool(s) to analyze contents of tcp-sessions

2002-03-04 Thread Noel Koethe
On Mon, 04 Mär 2002, Robert Waldner wrote: > I'm looking for a tool with which I could analyze the contents > (payload) of captured tcp-sessions. I know tcpdump, ngrep, tcptrace et > al but none of them can do what I need, and before I spend a week of > hacking together my own software...

Re: fsck on a remote computer

2002-03-15 Thread Noel Koethe
On Fre, 15 Mär 2002, [EMAIL PROTECTED] wrote: > hi, I have to make a fsck on a remote server (1 years uptime). How ??? You can force a fsck with: # touch /forcefsck and then reboot the machine. Look at /etc/init.d/checkfs.sh for more infos. -- Noèl Köthe -- To UNSUBSCRIBE, email t

Re: webbased postfix configuration tool

2002-03-27 Thread Noel Koethe
On Mit, 27 Mär 2002, Teun Vink wrote: > I'm looking for a webbased configuration tool for postfix, somewhat like > the inter7 tools do for qmail. webmin -- Noèl Köthe -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Hanging run-parts weirdness!!!

2001-10-08 Thread Noel Koethe
On Mon, 08 Okt 2001, BeerBong wrote: Hello, > 6177 pts/2S 0:00 \_ -sh > 16310 pts/2S 0:00 \_ run-parts --report /etc/cron.daily/ > 16388 pts/2Z 0:00 \_ [man-db ] > > What the hell is going on > Every time different script, and if I run

Re: Hanging run-parts weirdness!!!

2001-10-08 Thread Noel Koethe
On Mon, 08 Okt 2001, Christian Kurz wrote: Hello Small,:) > > > 16310 pts/2S 0:00 \_ run-parts --report /etc/cron.daily/ > > > 16388 pts/2Z 0:00 \_ [man-db ] > > > > > > Every time different script, and if I run every script manually it is > > > completed

Re: mta confusion

2001-10-18 Thread Noel Koethe
On Don, 18 Okt 2001, David Bishop wrote: > Be able to differentiate between [EMAIL PROTECTED] and [EMAIL PROTECTED] You want virtual Domains in your MTA. > Not have to keep a seperate email database from the system /etc/passwd. Don't know if I get this point. You will have a file like this with

Re: mta confusion

2001-10-18 Thread Noel Koethe
On Don, 18 Okt 2001, Richard A Nelson wrote: Hello, > Whatever, if you stick with sendmail, I'll be happy to help - and in > this case, going to at least testing buys you *ALOT* with sendmail - > better SPAM protection, better performance, etc. Can you tell me, why sendmail has better spam prote

Re: webmin

2001-12-01 Thread Noel Koethe
On Sam, 01 Dez 2001, [EMAIL PROTECTED] wrote: > hi, is webmin a secure prog ? If you use the "normal" package then the root password is going over the net in cleartext form. Its better to use webmin-ssl (http://packages.debian.org/webmin-ssl). -- Noèl Köthe

Re: Subject: ip accounting -> PostgreSQL

2002-02-06 Thread Noel Koethe
On Mit, 06 Feb 2002, Nicholay P. Chuprynin wrote: > We need to do IP based traffic accounting on our server, but the main > question is to store accounting information into PostgreSQL database. > Any suggestions? You have to recompile the ipac-ng package to support postgresql. If you are using ke

Re: FTP Proxy

2002-02-16 Thread Noel Koethe
On Fre, 15 Feb 2002, Asher Densmore-Lynn wrote: > Can anyone recommend to me a good (non-transparent by > preference) FTP proxy? I've never managed to get SOCKS > and active FTP to work well together, so I've always > needed PASV, and I'm encountering problems with > misconfigured sites that can't

Re: Traffic monitoring/logging question

2002-02-27 Thread Noel Koethe
On Mit, 27 Feb 2002, Auke Rensen wrote: > For our company's shared internet connection, I'm looking for a utility to > monitor and log the generated traffic over the internet connection. > As you can see there are two LAN's connected to a firewall/proxy server. > The firewall uses IPTables, DNAT