Posts by Davicom

    Hello everyone, I ask for your support for help, after having hit our heads a lot... simply because I am not a satellite technician and I lack basic knowledge. But this does not mean that I do not give up: unicable technology is very similar to vlans in networks (so using the division of frequencies it is possible to transmit on a single cable "multiple signals") and is a genius. But I miss a fundamental part: what that device in the picture that I would need to get the desired result? I kindly ask you to propose suggestions also in consideration of scalability and possible use with sky q systems. Thanks in advance... You would help me with a big headache.

    Code
    iptables --table nat -A FORWARD -i wg0 -j ACCEPT
    iptables v1.8.3 (legacy): can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
    Perhaps iptables or your kernel needs to be upgraded.


    Code
    root@zgemmah7:~# insmod /lib/modules/4.10.12/kernel/net/ipv4/netfilter/nf_nat_ipv4.ko
    insmod: ERROR: could not insert module /lib/modules/4.10.12/kernel/net/ipv4/netfilter/nf_nat_ipv4.ko: File exists

    Hi all, on my ZGemma H7s with openatv 6.4 I installed all (i think) necessary module to iptables works.


    Code
    root@zgemmah7:~# ls /lib/modules/`uname -r`/kernel/net/ipv4/netfilter/
    ip_tables.ko               ipt_ah.ko                  iptable_mangle.ko          nf_defrag_ipv4.ko          nf_nat_ipv4.ko             nf_reject_ipv4.ko
    ipt_REJECT.ko              iptable_filter.ko          nf_conntrack_ipv4.ko       nf_log_ipv4.ko             nf_nat_masquerade_ipv4.ko
    Code
    root@zgemmah7:~# ls /lib/modules/`uname -r`/kernel/net/netfilter/
    nf_conntrack.ko   nf_nat.ko         xt_connbytes.ko   xt_connmark.ko    xt_state.ko
    nf_log_common.ko  x_tables.ko       xt_connlimit.ko   xt_multiport.ko   xt_tcpudp.ko


    But when I try to load iptables NAT through wireguard launching

    Code
    [#] iptables -A FORWARD -i wg0 -j ACCEPT; iptables -A FORWARD -o wg0 -j ACCEPT; iptables -t NAT -A POSTROUTING -o eth0 -j MASQUERADE
    iptables v1.8.3 (legacy): can't initialize iptables table `NAT': Table does not exist (do you need to insmod?)
    Perhaps iptables or your kernel needs to be upgraded.

    Any helps it should be really appreciate!

    Ok last how to


    use


    opkg update

    Code
    opkg install kernel-module-iptable-filter

    But this problem is a support VU - OATV image building, not all is build in kernel

    Very thanks for your support and your time, I can't explain me correctly, but I know that there isn't support of "kernel-module-iptables*" on vu, otherwise i found it with

    opkg find kernel-module-ip*


    now the point is "is there a method to build this module from another image? on vu?" this question is not specifically for you

    maybe I can add a feed of another image to implement this feature or maybe I did too much simple :)

    yes but the strange thing is that it's already installed


    Code
    root@vuultimo4k:~# opkg install iptables
    Package iptables (1.8.3-r0) installed in root is up to date.

    Can I ask a second

    Can I ask you a second issue: why iptables doesn't work on my vuultimo4k with openatv 6.4


    Code
    root@vuultimo4k:~# iptables -L
    modprobe: FATAL: Module ip_tables not found in directory /lib/modules/3.14.28-1.12
    iptables v1.8.3 (legacy): can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
    Perhaps iptables or your kernel needs to be upgraded.


    I can't find on feed any "kernel-module-iptables*"

    Hi all,


    I asked for help in vain on the official forum.


    I use OpenVPN + Nordvpn Plugin on blackhole 3.0.9


    on every reboot OpenVPN initially seems start correctly but immediately after, stop working, so it's impossible for Nordvpn Plugin to estabilish a connection. I need to reactivate OpenVPN manually.


    Would you gently give me some suggestions or tips to solve?


    Could be this issue cause from some NORDVPN dependencies I can't install?


    Or maybe, I need to edit in some way OpenVpn_script.sh? But I don't know how did...


    Or could be a solution set boot to "wait for network"?


    Thanks in advance