[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 up

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

Re: [Voyage-linux] iptable_nat

2016-08-15 Thread Miroslav Misek
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
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/ex

Re: [Voyage-linux] iptable_nat

2016-08-15 Thread Miroslav Misek
Hi, I just found out that you uploaded new version of kernel package. At least by sha1sum it is different. And this package looks much better. NAT table exists now. Thank you! Miroslav Misek On 2.6.2016 12:34, Miroslav Misek wrote: Hi, Please any news? Thank you, Miroslav Misek On

Re: [Voyage-linux] iptable_nat

2016-08-15 Thread Miroslav Misek
# modprobe 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 direct

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 y