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.
hi,
i think you can use "mac" match in the nat table, without any programming effort..
let us know: can it satisfy your needs?
be happy
See ebt_snat / ebt_dnat.
why don't use "mac" match?
hi,
i think you can use "mac" match in the nat table, without any programming effort..
let us know: can it satisfy your needs?
be happy
See ebt_snat / ebt_dnat.
See ebt_snat / ebt_dnat.