kernel module

Hi All,

I need to develop a kernel module which changes the IP address of a package according to its mac address. It would be a sort of L2 Nat.

Somebody know if I can do this using netfilter??

Thanks.

netfilter/iptables project homepage - The netfilter.org project has good tremendous information (FAQ, HOWTO, Tutorials,...) which you have asked here. Join netfilter-devel mailing list rather then this one.

Thanks for the website link. Now I will try to solve my problem.

Thanks again.