11th Feb, 2015, 01:36 AM
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:
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:
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!
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
Linux xbian 3.17.7-ck2+ #3 PREEMPT Sat Jan 17 15:08:48 CET 2015 armv6l GNU/Linux
root@xbian ~ # lsmod
Module Size Used by
tun 16763 2
iptable_filter 980 0
ip_tables 9958 1 iptable_filter
x_tables 10250 2 ip_tables,iptable_filter
cdc_acm 14899 2
frandom 3547 1
vchiq 195204 2
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!