View Single Post
R-R's Avatar
Posts: 739 | Thanked: 242 times | Joined on Sep 2007 @ Montreal
#25
Originally Posted by aleksandyr View Post
R-R: I know only the absolute basics about this. I can try to refresh that module for the latest firmware from source, but IIRC you can get that error if a pre-req isn't loaded.

Not sure what you've already tried...
Oh wait... my fault, i just retried in order and everything worked, haha i thougth insmod would resolv dependancy but i had modprobe in my head... sorry about that, now let's try a tunnel... ;-)

EDIT:
insmod ip_conntrack.ko
insmod ip_nat.ko
insmod iptable_nat.ko
insmod ip_queue.ko
insmod ipt_MASQUERADE.ko


and then if i try some iptables command i get weird results whenever i try to use targets other than ACCEPT, REJECT, DENY (those work fine)...

MASQ/MASQUERADE/SNAT all fail with (simple/stupid example):

iptables -t nat -A POSTROUTING -o tun0 -j MASQ
iptables v1.2.11: Couldn't load target `MASQ':/lib/iptables/libipt_MASQ.so: cannot open shared object file: No such file or directory

Same goes with -j SNAT, it'll complain about libipt_SNAT.so missing... any ideas?

Last edited by R-R; 2007-10-31 at 16:21.