Re: [Voyage-linux] iptable_nat

2016-05-26 Thread Miroslav Misek
root@office:~# iptables -t nat -L iptables v1.4.21: 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 using default installed kernel: root@office:~# uname -r 4.1.6-voyage Thank you, Miroslav Misek

[Voyage-linux] iptable_nat

2016-05-25 Thread Miroslav Misek
Hi, I am using voyage-linux on APU.2C2. Installed snapshot amd64 version. I am not able configure nat: root@office:/etc/ferm# iptables -t nat -L iptables v1.4.21: can't initialize iptables table `nat': Table does not exist (do you need to insmod?) Perhaps iptables or your kernel needs to be

Re: [Voyage-linux] iptable_nat

2016-08-15 Thread Miroslav Misek
Hi, I have amd64 architecture. Would it be possible to create package for it please? Thank you, Miroslav Misek On 30.5.2016 03:38, Kim-man 'Punky' TSE wrote: Hi all, Please install the latest kernel from, and let me know if this works for you. http://mirror.voyage.hk/dists/experimental

Re: [Voyage-linux] iptable_nat

2016-08-15 Thread Miroslav Misek
Hi, Please any news? Thank you, Miroslav Misek On 31.5.2016 14:15, Miroslav Misek wrote: Hi, result: root@office:/lib/modules# iptables -t nat -L -v -n iptables v1.4.21: can't initialize iptables table `nat': Table does not exist (do you need to insmod?) Perhaps iptables or your kernel

Re: [Voyage-linux] iptable_nat

2016-08-15 Thread Miroslav Misek
with it? Thank you, Miroslav Misek On 27.5.2016 12:33, Teco Boot wrote: The kernel config is in /boot/ folder, right? root@host:/boot# grep NAT config-4.1.23-486 CONFIG_ARCH_HIBERNATION_POSSIBLE=y # CONFIG_HIBERNATION is not set CONFIG_NF_NAT=m CONFIG_NF_NAT_NEEDED=y CONFIG_NF_NAT_PROTO_UDPLITE=m

Re: [Voyage-linux] iptable_nat

2016-08-15 Thread Miroslav Misek
iptable_nat modprobe: FATAL: Module iptable_nat not found. I checked kernel config and missing settings are: CONFIG_IP_NF_NAT CONFIG_IP_NF_TARGET_MASQUERADE CONFIG_NF_NAT_MASQUERADE_IPV4 Regards, Miroslav Misek On 31.5.2016 04:02, Kim-man 'Punky' TSE wrote: Check the same directory please. On 5/30