Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Summary.pdf | 2011-05-31 | 538.5 kB | |
Pierre_Rondou_Thesis.pdf | 2011-05-31 | 3.3 MB | |
nativi.tar.gz | 2011-05-05 | 32.8 kB | |
nativi_in_xtables_addons.tar.gz | 2011-05-05 | 658.0 kB | |
xt_nativitg.h | 2011-05-05 | 557 Bytes | |
xt_nativitg.c | 2011-05-05 | 97.5 kB | |
xt_nativim.h | 2011-05-05 | 407 Bytes | |
xt_nativim.c | 2011-05-05 | 9.0 kB | |
README | 2011-05-05 | 464 Bytes | |
nativitg_kernel_code.c | 2011-05-05 | 38.3 kB | |
libxt_nativitg.c | 2011-05-05 | 7.5 kB | |
libxt_nativim.c | 2011-05-05 | 7.1 kB | |
Totals: 12 Items | 4.7 MB | 0 |
This module is meant to be used with Xtables-addons. Exemple: If you want to map the 192.168.1.0/24 subnet to the 2002:4242:2d80:128::/64 subnet with the IPv4 address starting at the 65th bit of the IPv6 address, use those rules: ip6tables -t raw -A PREROUTING -m nativim --prefix 2002:4242:2d80:128::/64 -j nativitg --nat_index 65 iptables -t raw -A PREROUTING -m nativim --prefix 192.168.1.0/24 -j nativitg --nat_index 65 --tg_prefix 2002:4242:2d80:128::/64