Solved: iptables masquerading no longer seems to work - Missing module in kernel?
|
11th Feb, 2015, 01:36 AM
Post: #1
|
|||
|
|||
iptables masquerading no longer seems to work - Missing module in kernel?
Hi all,
Since last night my iptables masquerading seems to throw an error. I did indeed perform an update yesterday, but I couldn't fix the issue by rolling back. Today I set up a completely fresh installation of xbian and am still getting the same error. When I try setting up masquerading with iptables for my VPN using this command: Code: iptables -t nat -A POSTROUTING -s 10.0.0.0/24 -i eth0 -j MASQUERADE my raspi returns this error message: iptables v1.4.14: can't initialize iptables table `nat': Table does not exist (do you need to insmod?) Perhaps iptables or your kernel needs to be upgraded. i am currently running this configuration: Code: root@xbian ~ # uname -a I'd be happy to give more info, but for now I don't know what else to do, I loaded a dozen modules so far and couldn't find a viable solution googling around.. Anyone having the same problem? Or does anyone have a solution? Thanks a lot! |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
iptables masquerading no longer seems to work - Missing module in kernel? - marky - 11th Feb, 2015 01:36 AM
RE: iptables masquerading no longer seems to work - Missing module in kernel? - menakite - 11th Feb, 2015, 02:11 AM
RE: iptables masquerading no longer seems to work - Missing module in kernel? - marky - 11th Feb, 2015, 02:20 AM
RE: iptables masquerading no longer seems to work - Missing module in kernel? - marky - 11th Feb, 2015, 04:23 AM
RE: iptables masquerading no longer seems to work - Missing module in kernel? - todovale80 - 12th Feb, 2015, 07:38 PM
RE: iptables masquerading no longer seems to work - Missing module in kernel? - marky - 12th Feb, 2015, 08:39 PM
RE: iptables masquerading no longer seems to work - Missing module in kernel? - todovale80 - 13th Feb, 2015, 06:19 PM
RE: iptables masquerading no longer seems to work - Missing module in kernel? - rikardo1979 - 11th Feb, 2015, 04:28 AM
|