Friends: I wrote a netfilter module with the follows operations: OUT *** 1) Modify every packet by paddding 64 bytes 2) Save the original protocol in the 64 bytes trailer (that's enough space!) 3) Modify the protocol header in TCP 4) Calculate the IP checksum IN ** 1) Restore the original protocol by get the saved in the trailer 2) Trim the 64 bytes in the tail 3) Calculate the IP checksum I wrote the same funcionality in a SCO OPENSERVER UNIX. The comunication between the boths systems through pings is OK but in the case of TCP report errors in the checksum of the packets in UNIX. Anybody have some idea about it? Thanks. -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html