Timeline for How do I build the iptables kernel module for a loaded kernel?
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 13, 2012 at 21:20 | vote | accept | Lekensteyn | ||
| May 13, 2012 at 9:14 | comment | added | Lekensteyn | Oh, I also had to make M=net/netfilter for generic changes. | |
| May 13, 2012 at 8:59 | comment | added | Lekensteyn | Yep, all my config files are backed up. I managed to build iptables like this: 1. copy .config and Module.symvers 2. make prepare&&make tools 3. make M=net/ipv4/netfilter 4. make M=net/ipv4/netfilter modules_install. Now I have to find out how to modprobe -r ip_tables so I can use the newly built modules. | |
| May 13, 2012 at 8:17 | comment | added | Mat | Added some info. You'll need your config file though, I hope you kept that around or configured /proc/config.gz. | |
| May 13, 2012 at 8:15 | history | edited | Mat | CC BY-SA 3.0 | added 206 characters in body |
| May 13, 2012 at 8:09 | comment | added | Lekensteyn | I build my kernel in tmpfs, so modules_install has to recompile everything. Isn't there a smarter way as done with nouveau? | |
| May 13, 2012 at 5:55 | history | answered | Mat | CC BY-SA 3.0 |