Results 1 to 4 of 4
Please Help What do i type to find out what ip address is asking for access to the http and smtp ports......
- 08-16-2005 #1Just Joined!
- Join Date
- Apr 2005
- Posts
- 43
Howto Find Out What Ip Is Using Traffic On Http And Smtp
Please Help What do i type to find out what ip address is asking for access to the http and smtp ports...
- 08-16-2005 #2
http traffic is picked up from your apache log. In slack, the default location is /var/log/apache/access_log. You should be able to find all that information in there for http.
As for smtp, I don't know for sure. Most all of your log files in slack will be uncer /var/log. There is a maillog file that might contain that information, so you will want to check there first. If that doesn't get you the right information, try some of the other log files in that directory...Join the Open Source Revolution. Support GNU/Linux.
Find me at: www.deeksworld.com
Registered GNU/Linux User #395777
- 08-16-2005 #3Just Joined!
- Join Date
- Jan 2005
- Location
- Bulgaria
- Posts
- 26
if you want to watch the current connections to the apache server you should you /server-status feature. look for server-status in the apache config file to activate it.
if you want to watch previous connections search the access_log and error_log files
for smtp you should look into the maillog file or a program depending which mail server you use
- 08-16-2005 #4Linux Engineer
- Join Date
- Apr 2005
- Location
- Belgium
- Posts
- 1,429
Install ethereal and use that to monitor.
** Registered Linux User # 393717 and proud of it
** Check out www.zenwalk.org
** Zenwalk 2.8 - Xfce 4.4 beta 2- 2.6.17.6 kernel = Slack on steroids! **


Reply With Quote
