Koozali.org: home of the SME Server

What do these dmesg lines mean?

Offline edform

  • *
  • 178
  • +0/-0
    • http://www.workgroupsolutions.co.uk
What do these dmesg lines mean?
« on: December 02, 2004, 09:29:26 AM »
When dealing with another problem with a client's server, I noticed a long list of suspicious stuff in the dmesg log - the suspicious lines are like this...

denylog: IN=eth1 OUT=MAC=xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx SRC=80.239.201.17 DST=xxx.xxx.xxx.xxx LEN=60 TOS=0x00 PREC=0x00 TTL=61 ID=0 DF PROTO=TCP SPT=80 DPT=47923 WINDOW=5792 RES=0x00 ACK SYN URGP=0

There are loads of similar lines with groups of SRC addresses with the same initial pair of IP triplets and varying final pairs. each group is followed by lines of the form...

divert not allocating divert_blk for non-ethernet device ppp0
divert: no divert_blk to free, ppp0 not ethernet

The system is a dedicated server and gateway, with a static IP address pointed at an SMC ADSL router. The router has the ports for VPN opened. There is no sign of hostile activity inside the server itself.

I assume this is some sort of repeated attempt to get into the system; should I be doing anything about it?

Ed Form

Offline funkusmunkus

  • *
  • 220
  • +0/-0
What do these dmesg lines mean?
« Reply #1 on: December 02, 2004, 10:31:07 AM »
Is there any file sharing program behind the server??
i think the message your getting has to do with ip masquerading.

cheers
.........

Offline edform

  • *
  • 178
  • +0/-0
    • http://www.workgroupsolutions.co.uk
What do these dmesg lines mean?
« Reply #2 on: December 02, 2004, 10:43:56 AM »
Quote from: "funkusmunkus"
Is there any file sharing program behind the server?? i think the message your getting has to do with ip masquerading.


I don't understand what you mean. Are you referring to peer-to-peer file sharing like the kiddies do with music and video? If that is what you mean, I don't believe there's any of that going on. The system is in a solicitor's offices.

Ed Form