Re: How can I get all IP transactions (in/out) logged?

2004-07-31 Thread listcomm
Yes iptables can do this. I know iptables can log to syslog, and believe there are ways to make it log to SQL, but I am unfamiliar with those. . . ... Thanks - that sounds like a plan... (I knew I wouldn't escape dealing with iptables). I would think this capability would be built into

Re: How can I get all IP transactions (in/out) logged?

2004-07-29 Thread Derrick 'dman' Hudson
On Wed, Jul 28, 2004 at 10:39:07AM +0800, John Summerfield wrote: | James Foster wrote: | | The log will be _enormous_ and I mean __enormous__ | | It seems to me that the log won't necessarily be very large. It really | depends on how the connection is being used, doesn't it? An hours | worth

Re: How can I get all IP transactions (in/out) logged?

2004-07-28 Thread listcomm
It seems to me that the log won't necessarily be very large. It really depends on how the connection is being used, doesn't it? An hours worth of log from a dialup connection couldn't be very large, for example. Of course, on a broadband connection with lots of websites being visited or

Re: How can I get all IP transactions (in/out) logged?

2004-07-28 Thread Jon
Yes iptables can do this. I know iptables can log to syslog, and believe there are ways to make it log to SQL, but I am unfamiliar with those. With syslog logging, you will also probably want to look into a syslog replacement such as syslog-ng where you can separate log data to multiple files

RE: How can I get all IP transactions (in/out) logged?

2004-07-28 Thread Steven Jones
: [EMAIL PROTECTED] Subject: Re: How can I get all IP transactions (in/out) logged? Yes iptables can do this. I know iptables can log to syslog, and believe there are ways to make it log to SQL, but I am unfamiliar with those. With syslog logging, you will also probably want to look into a syslog

Re: How can I get all IP transactions (in/out) logged?

2004-07-28 Thread John Summerfield
[EMAIL PROTECTED] wrote: It seems to me that the log won't necessarily be very large. It really depends on how the connection is being used, doesn't it? An hours worth of log from a dialup connection couldn't be very large, for example. Of course, on a broadband connection with lots of websites

Re: How can I get all IP transactions (in/out) logged?

2004-07-27 Thread John Summerfield
[EMAIL PROTECTED] wrote: I just want a basic log file containing the source and destination addresses for all traffic in and out of via PPP, so that I can keep track of what connections to outside IP addresses are made, and from where (externally, or from something running on my system) they

Re: How can I get all IP transactions (in/out) logged?

2004-07-27 Thread James Foster
The log will be _enormous_ and I mean __enormous__ It seems to me that the log won't necessarily be very large. It really depends on how the connection is being used, doesn't it? An hours worth of log from a dialup connection couldn't be very large, for example. Of course, on a broadband

RE: How can I get all IP transactions (in/out) logged?

2004-07-27 Thread Steven Jones
S -Original Message- From: James Foster [mailto:[EMAIL PROTECTED] Sent: Wednesday, 28 July 2004 1:54 p.m. To: debian helping Subject: Re: How can I get all IP transactions (in/out) logged? The log will be _enormous_ and I mean __enormous__ It seems to me that the log won't necessarily

Re: How can I get all IP transactions (in/out) logged?

2004-07-27 Thread John Summerfield
James Foster wrote: The log will be _enormous_ and I mean __enormous__ It seems to me that the log won't necessarily be very large. It really depends on how the connection is being used, doesn't it? An hours worth of log from a dialup connection couldn't be very large, for example. I