You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Beau Kujath 424491d8cd added base to new conntrack helper 2 years ago
src added base to new conntrack helper 2 years ago
README.md public repo 2 years ago

README.md

Testing netfilter LKM

  1. create vm: cd src && vagrant up
  2. ssh to vm: vagrant ssh
  3. compile netfilter lkm: cd lkm && make all
  4. insert module in kernel: ./use_mod.sh
  5. do a test dns lookup: nslookup yo.com 8.8.8.8
  6. check logs for new modules prints: dmesg | grep "client port"
  7. remove new kernal module and clean: ./remove_mod.sh