* Logging
@ 2002-04-10 5:46 Chris Rose
2002-04-10 6:08 ` Logging Richard Adams
0 siblings, 1 reply; 11+ messages in thread
From: Chris Rose @ 2002-04-10 5:46 UTC (permalink / raw)
To: linux-newbie
Can anyone on the list suggest some tools for log reading? i'm trying to
audit my ftp server (proftpd) and i have no idea how to configure its
logging, nor how best to view what it puts out. i have Webmin, but the
logging interface in there is pretty unclear to someone who's got nothing
to start from, knowledge-wise.
Chris Rose
==========
1952 - 2001 = 42
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Logging
2002-04-10 5:46 Logging Chris Rose
@ 2002-04-10 6:08 ` Richard Adams
2002-04-10 6:36 ` Logging Chris Rose
0 siblings, 1 reply; 11+ messages in thread
From: Richard Adams @ 2002-04-10 6:08 UTC (permalink / raw)
To: Chris Rose, linux-newbie
On Wednesday 10 April 2002 05:46, Chris Rose wrote:
> Can anyone on the list suggest some tools for log reading? i'm trying to
> audit my ftp server (proftpd) and i have no idea how to configure its
> logging, nor how best to view what it puts out. i have Webmin, but the
> logging interface in there is pretty unclear to someone who's got nothing
> to start from, knowledge-wise.
Why would one want to ue a fancy program to read a simple text file, the
program less allows the use of a search engine, hit the '/' key and a slash
will appier at the bottom left of the screen, type a word to look for, then
hit enter, to repeat hit the slash again and press enter or simply hit the
space bar, the found word is highlighted.
>
> Chris Rose
> ==========
> 1952 - 2001 = 42
--
Regards Richard
pa3gcu@zeelandnet.nl
http://people.zeelandnet.nl/pa3gcu/
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Logging
2002-04-10 6:08 ` Logging Richard Adams
@ 2002-04-10 6:36 ` Chris Rose
2002-04-10 18:23 ` Logging Richard Adams
0 siblings, 1 reply; 11+ messages in thread
From: Chris Rose @ 2002-04-10 6:36 UTC (permalink / raw)
To: linux-newbie
At 06:08 AM 10/04/2002 +0000, Richard Adams wrote:
>On Wednesday 10 April 2002 05:46, Chris Rose wrote:
> > Can anyone on the list suggest some tools for log reading? i'm trying to
> > audit my ftp server (proftpd) and i have no idea how to configure its
> > logging, nor how best to view what it puts out. i have Webmin, but the
> > logging interface in there is pretty unclear to someone who's got nothing
> > to start from, knowledge-wise.
>
>Why would one want to ue a fancy program to read a simple text file, the
>program less allows the use of a search engine, hit the '/' key and a slash
>will appier at the bottom left of the screen, type a word to look for, then
>hit enter, to repeat hit the slash again and press enter or simply hit the
>space bar, the found word is highlighted.
i think you're missing the point - what i'm looking for is not, per se, the
mechanism used to read the log, so much as i'm looking for the means to
make sense of what i'm seeing, and also which log files/settings of the
daemon will provide me with stats on uploads/downloads from my ftp site.
Chris Rose
==========
1952 - 2001 = 42
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Logging
2002-04-10 6:36 ` Logging Chris Rose
@ 2002-04-10 18:23 ` Richard Adams
2002-04-12 12:50 ` Compaq Armada 100S DFW II
0 siblings, 1 reply; 11+ messages in thread
From: Richard Adams @ 2002-04-10 18:23 UTC (permalink / raw)
To: Chris Rose, linux-newbie
On Wednesday 10 April 2002 06:36, Chris Rose wrote:
> >Why would one want to ue a fancy program to read a simple text file, the
> >program less allows the use of a search engine, hit the '/' key and a
> > slash will appier at the bottom left of the screen, type a word to look
> > for, then hit enter, to repeat hit the slash again and press enter or
> > simply hit the space bar, the found word is highlighted.
>
> i think you're missing the point - what i'm looking for is not, per se, the
> mechanism used to read the log, so much as i'm looking for the means to
> make sense of what i'm seeing, and also which log files/settings of the
> daemon will provide me with stats on uploads/downloads from my ftp site.
I dont think i am, i meant what i said, what i can tell you futher is that
proftp.log does not really reveal much infomation at all, its "xferlog" in
/var/log that tells all, 'man xferlog' will explain all there is to be known.
Just in case you may read my mail as being prudent here is what profftp log
shows.
Aug 05 15:16:02 unix.pa3gcu proftpd[3839]
Date and time i am sure we all now what that is, unix.pa3gcu = the server
name, proftpd[389] is the process number as would be shown by 'ps ax' when
the connection was presant. Further on the same line in the log one would see;
unix.pa3gcu.ampr.org (192.168.1.160[192.168.1.160]): USER pa3gcu: Login
successful
unix.pa3gcu.ampr.org is the fullservername (192.168.1.160[192.168.1.160]): is
the IP# of the remote computer who just opened the ftp connect,
USER: pa3gcu = the user who logged in, that could be ftp or guest when
anoymous is used, Login succesful means a valid passwd was used.
Any discrepancy's would be logged as well as the last entry on the line.
No more info is given, you now would refer to xferlog to get details of what
was done in that connection.
See 'man xferlog' to get all the details on those entries.
I trust i have not missed the point in your eyes this time...
>
>
> Chris Rose
> ==========
> 1952 - 2001 = 42
--
Regards Richard
pa3gcu@zeelandnet.nl
http://people.zeelandnet.nl/pa3gcu/
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 11+ messages in thread
* Compaq Armada 100S
2002-04-10 18:23 ` Logging Richard Adams
@ 2002-04-12 12:50 ` DFW II
2002-04-12 16:04 ` Brian Jung Myeng Lee
0 siblings, 1 reply; 11+ messages in thread
From: DFW II @ 2002-04-12 12:50 UTC (permalink / raw)
To: linux-newbie
I just inherited a Compaq Armada 100S laptop computer and am thinking about
installing Linux on the machine... Any recommendations for a distribution?
At 06:23 PM 4/10/02 +0000, Richard Adams wrote:
>On Wednesday 10 April 2002 06:36, Chris Rose wrote:
>
> > >Why would one want to ue a fancy program to read a simple text file, the
> > >program less allows the use of a search engine, hit the '/' key and a
> > > slash will appier at the bottom left of the screen, type a word to look
> > > for, then hit enter, to repeat hit the slash again and press enter or
> > > simply hit the space bar, the found word is highlighted.
> >
> > i think you're missing the point - what i'm looking for is not, per se, the
> > mechanism used to read the log, so much as i'm looking for the means to
> > make sense of what i'm seeing, and also which log files/settings of the
> > daemon will provide me with stats on uploads/downloads from my ftp site.
>
>I dont think i am, i meant what i said, what i can tell you futher is that
>proftp.log does not really reveal much infomation at all, its "xferlog" in
>/var/log that tells all, 'man xferlog' will explain all there is to be known.
>
>Just in case you may read my mail as being prudent here is what profftp log
>shows.
>Aug 05 15:16:02 unix.pa3gcu proftpd[3839]
>
>Date and time i am sure we all now what that is, unix.pa3gcu = the server
>name, proftpd[389] is the process number as would be shown by 'ps ax' when
>the connection was presant. Further on the same line in the log one would see;
>
>unix.pa3gcu.ampr.org (192.168.1.160[192.168.1.160]): USER pa3gcu: Login
>successful
>
>unix.pa3gcu.ampr.org is the fullservername (192.168.1.160[192.168.1.160]): is
>the IP# of the remote computer who just opened the ftp connect,
>USER: pa3gcu = the user who logged in, that could be ftp or guest when
>anoymous is used, Login succesful means a valid passwd was used.
>Any discrepancy's would be logged as well as the last entry on the line.
>No more info is given, you now would refer to xferlog to get details of what
>was done in that connection.
>See 'man xferlog' to get all the details on those entries.
>
>I trust i have not missed the point in your eyes this time...
>
> >
> >
> > Chris Rose
> > ==========
> > 1952 - 2001 = 42
>
>--
>Regards Richard
>pa3gcu@zeelandnet.nl
>http://people.zeelandnet.nl/pa3gcu/
>
>-
>To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at http://www.linux-learn.org/faqs
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Compaq Armada 100S
2002-04-12 12:50 ` Compaq Armada 100S DFW II
@ 2002-04-12 16:04 ` Brian Jung Myeng Lee
2002-04-14 20:18 ` DFW II
0 siblings, 1 reply; 11+ messages in thread
From: Brian Jung Myeng Lee @ 2002-04-12 16:04 UTC (permalink / raw)
To: DFW II; +Cc: linux-newbie
Hello.
Hmm.. This could be a war between what distro's the best. =)
In my opinion, if you are a newbie, get Mandrake or RedHat then swtich
over to Slackware or Debian as soon as possible. (That is when you know
how to manage/run/fix stuff) I started with RH then switched to Slack,
then LFS. But I think it doesn't take a lot to learn those 'hard' distros.
They are all Linux (This is the word, but...) anyway.
Bye bye.
On Fri, 12 Apr 2002, DFW II wrote:
> I just inherited a Compaq Armada 100S laptop computer and am thinking about
> installing Linux on the machine... Any recommendations for a distribution?
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Compaq Armada 100S
2002-04-12 16:04 ` Brian Jung Myeng Lee
@ 2002-04-14 20:18 ` DFW II
2002-04-15 6:17 ` Richard Adams
0 siblings, 1 reply; 11+ messages in thread
From: DFW II @ 2002-04-14 20:18 UTC (permalink / raw)
To: linux-newbie
The only problem I can see is that it has a winmodem built into it.... May
have to get a combo card for it. Thanks for the opinions on the topic.
At 12:04 PM 4/12/02 -0400, Brian Jung Myeng Lee wrote:
>Hello.
>
>Hmm.. This could be a war between what distro's the best. =)
>In my opinion, if you are a newbie, get Mandrake or RedHat then swtich
>over to Slackware or Debian as soon as possible. (That is when you know
>how to manage/run/fix stuff) I started with RH then switched to Slack,
>then LFS. But I think it doesn't take a lot to learn those 'hard' distros.
>They are all Linux (This is the word, but...) anyway.
>
>Bye bye.
>
>On Fri, 12 Apr 2002, DFW II wrote:
>
> > I just inherited a Compaq Armada 100S laptop computer and am thinking about
> > installing Linux on the machine... Any recommendations for a distribution?
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 11+ messages in thread
* logging
@ 2003-12-29 22:43 John T. Williams
2003-12-30 2:39 ` logging caszonyi
2003-12-30 2:44 ` logging Ray Olszewski
0 siblings, 2 replies; 11+ messages in thread
From: John T. Williams @ 2003-12-29 22:43 UTC (permalink / raw)
To: linux
I was wondering if there is a good method for logging all attempts to
connect to a port on my computer. Basically, I was looking for
something that logged the port and ip and the destination port of
attempted connections.
I'm running Mandrake 9.1
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: logging
2003-12-29 22:43 logging John T. Williams
@ 2003-12-30 2:39 ` caszonyi
2003-12-30 2:44 ` logging Ray Olszewski
1 sibling, 0 replies; 11+ messages in thread
From: caszonyi @ 2003-12-30 2:39 UTC (permalink / raw)
To: jtwilliams; +Cc: linux
On Tue, 29 Dec 2003, John T. Williams wrote:
> I was wondering if there is a good method for logging all attempts to
> connect to a port on my computer. Basically, I was looking for
> something that logged the port and ip and the destination port of
> attempted connections.
>
> I'm running Mandrake 9.1
>
iptables has a logging option but I can't tell you more.
http://lartc.org and look for HOWTO on that page
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: logging
2003-12-29 22:43 logging John T. Williams
2003-12-30 2:39 ` logging caszonyi
@ 2003-12-30 2:44 ` Ray Olszewski
1 sibling, 0 replies; 11+ messages in thread
From: Ray Olszewski @ 2003-12-30 2:44 UTC (permalink / raw)
To: linux
At 05:43 PM 12/29/2003 -0500, John T. Williams wrote:
>I was wondering if there is a good method for logging all attempts to
>connect to a port on my computer. Basically, I was looking for
>something that logged the port and ip and the destination port of
>attempted connections.
>
>I'm running Mandrake 9.1
Presumably a 2.4.x kernel then.
iptables itself (the kernel's built-in firewalling) will do this; LOG is a
predefined target that does not terminate (in the way that ACCEPT, REJECT,
and DENY do) but does log each matching packet before passing it on to the
next rule in the chain.
The man page for iptables will at least get you started. If you need help
with specifics after reading it, don't hesitate to ask here.
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2003-12-30 2:44 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-10 5:46 Logging Chris Rose
2002-04-10 6:08 ` Logging Richard Adams
2002-04-10 6:36 ` Logging Chris Rose
2002-04-10 18:23 ` Logging Richard Adams
2002-04-12 12:50 ` Compaq Armada 100S DFW II
2002-04-12 16:04 ` Brian Jung Myeng Lee
2002-04-14 20:18 ` DFW II
2002-04-15 6:17 ` Richard Adams
-- strict thread matches above, loose matches on Subject: below --
2003-12-29 22:43 logging John T. Williams
2003-12-30 2:39 ` logging caszonyi
2003-12-30 2:44 ` logging Ray Olszewski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox