Re: [Voyage-linux] iptable_nat

2016-08-15 Thread Kim-man 'Punky' TSE
This kernel version 4.1.6_17.2-1 also include leds-apu2. On 6/3/2016 12:13 AM, Miroslav Misek wrote: 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

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
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 needs to be upgraded. still missing iptable_nat module: root@office:/lib/modules# modprobe

Re: [Voyage-linux] iptable_nat

2016-08-15 Thread Teco Boot
I agree on that the Voyage kernel should support IPv4 NAT. @Punky? Options: using debian kernel or build one yourself. Teco > Op 27 mei 2016, om 22:11 heeft Miroslav Misek > het volgende geschreven: > > So I checked kernel config and there are few items missing:

Re: [Voyage-linux] iptable_nat

2016-08-15 Thread angler31
On 25 June 2016 Teco Boot wrote: > nf_nat and nf_nat_ipv4 is missing. > I have my own build kernel (4.1.something). What is yours? What patches did you apply besides the standard debian ones and perhaps openwrt ones?   Regards ___ Voyage-linux mailing

Re: [Voyage-linux] iptable_nat

2016-08-15 Thread Kim-man 'Punky' TSE
Check the same directory please. On 5/30/2016 1:17 PM, Miroslav Misek wrote: 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

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.

Re: [Voyage-linux] iptable_nat

2016-08-15 Thread Kim-man 'Punky' TSE
Hi all, Please install the latest kernel from, and let me know if this works for you. http://mirror.voyage.hk/dists/experimental/linux/linux-image-4.1.6-voyage_17.1-1_i386.deb Regards, Punky On 5/28/2016 5:28 AM, Teco Boot wrote: I agree on that the Voyage kernel should support IPv4 NAT.

Re: [Voyage-linux] iptable_nat

2016-08-15 Thread Miroslav Misek
So I checked kernel config and there are few items missing: CONFIG_NETFILTER_XT_NAT CONFIG_NF_NAT_MASQUERADE_IPV4 CONFIG_IP_NF_NAT CONFIG_IP_NF_TARGET_MASQUERADE Is there any chance for this to be added to current voyage-linux kernel? I think this should be included. Or can I somehow help with

Re: [Voyage-linux] iptable_nat

2016-08-15 Thread Teco Boot
Nothing that has to do with iptables. I do not use any "standard debian" patch. Teco > Op 22 jul. 2016, om 09:34 heeft angler31 [via Voyage Linux] > het volgende geschreven: > > Teco Boot wrote > nf_nat and nf_nat_ipv4 is missing. > I have my own

Re: [Voyage-linux] iptable_nat

2016-08-15 Thread angler31
Teco Boot wrote > Nothing that has to do with iptables. > I do not use any "standard debian" patch. Oh no, I no longer have any problem with iptables, but since I'm trying to roll my own kernel I was hoping you could tell me which patches you applied to yours. Regards P.S: I tried contacting

Re: [Voyage-linux] iptable_nat

2016-08-15 Thread angler31
Teco Boot wrote > nf_nat and nf_nat_ipv4 is missing. > I have my own build kernel (4.1.something). What is yours? What patches did you apply besides the standard debian ones and perhaps openwrt ones? Regards -- View this message in context:

Re: [Voyage-linux] iptable_nat

2016-05-27 Thread Teco Boot
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 CONFIG_NF_NAT_PROTO_SCTP=m CONFIG_NF_NAT_AMANDA=m CONFIG_NF_NAT_FTP=m

Re: [Voyage-linux] iptable_nat

2016-05-27 Thread Miroslav Míšek
I think that too. But I don`t have it in /lib/modules. Where can I find config for current kernel so I can try rebuild it? On web is only config for version 3... Thank you, Miroslav MisekDne 27. 5. 2016 8:03 AM Teco Boot napsal(a): > > iptable_nat is missing. > > root@host:~#

Re: [Voyage-linux] iptable_nat

2016-05-27 Thread Teco Boot
iptable_nat is missing. root@host:~# lsmod | grep iptable iptable_mangle 876 1 iptable_nat 1086 1 nf_nat_ipv4 3539 1 iptable_nat iptable_filter 812 1 ip_tables 7772 3 iptable_filter,iptable_mangle,iptable_nat x_tables

Re: [Voyage-linux] iptable_nat

2016-05-26 Thread Miroslav Misek
I tried that too - same result: root@office:~# lsmod Module Size Used by ip_tables 12581 0 xt_tcpudp 2064 0 nf_conntrack_ipv6 5680 0 nf_defrag_ipv6 21535 1 nf_conntrack_ipv6 xt_conntrack2480 0 ip6table_filter

Re: [Voyage-linux] iptable_nat

2016-05-26 Thread Teco Boot
nf_nat and nf_nat_ipv4 is missing. root@host:~# lsmod | grep nf nf_nat_masquerade_ipv4 1305 1 ipt_MASQUERADE nf_conntrack_netlink19580 0 nfnetlink 3661 1 nf_conntrack_netlink nf_nat_ipv4 3539 1 iptable_nat nf_nat 8532 3

Re: [Voyage-linux] iptable_nat

2016-05-25 Thread Teco Boot
Try with nf_conntrack_ipv4 in /etc/modules. Teco > Op 25 mei 2016, om 18:37 heeft Miroslav Misek > het volgende geschreven: > > Hi, > > I am using voyage-linux on APU.2C2. > Installed snapshot amd64 version. > > I am not able configure nat: >