View previous topic :: View next topic |
Author |
Message |
Sarphim n00b
Joined: 12 Feb 2003 Posts: 15
|
Posted: Wed Feb 12, 2003 4:02 am Post subject: IPtables fun... |
|
|
Hello, I'm installing iptables to use my gentoo box as a gateway server. I compiled all the modules and installed iptables but when i go to insmod the iptable_nat module it gives an error of "unresolved symbols" the depmod -a also shows that the modules needed have unresolved symbols. does anyone have an idea on how this is happening? and a way to help me? thank you |
|
Back to top |
|
|
cyfred Retired Dev
Joined: 23 Aug 2002 Posts: 596
|
Posted: Wed Feb 12, 2003 7:53 am Post subject: |
|
|
You missed something in your kernel compile.
Go back and check the configuration (generally its best to modulise all the iptabeles features so that if needed they are started). Once you have checked the config build the kernel from scratch and copy it into place
Code: | make dep && make clean bzImage modules modules_install
cp arch/i386/boot/bzImage /boot/vmlinuz-iptables |
Update your bootloader and then reboot, try the modules again. |
|
Back to top |
|
|
|