iptables FATAL: Module ip_tables not found.

Discussion in 'Debian' started by itconsulting, Aug 5, 2015.

  1. itconsulting

    itconsulting New Member

    Joined:
    Aug 3, 2015
    Messages:
    8
    Likes Received:
    0
    Hi,

    I try to define my iptables rules but debian for udoo dual not compiled with modules for iptables???? o_O:(

    root@udoo:~# iptables -L
    FATAL: Module ip_tables not found.
    iptables v1.4.14: can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
    Perhaps iptables or your kernel needs to be upgraded.
     
  2. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
    Hi there,
    Kernel 3.035 does support it, but our configuration doesn't.
    If you want to support iptables in your configuration, then you should recompile the kernel.
    We don't support Debian. Debian is a community project. Our official OS are Android 4.4.2. and UDOObuntu 2.
     
    itconsulting likes this.
  3. itconsulting

    itconsulting New Member

    Joined:
    Aug 3, 2015
    Messages:
    8
    Likes Received:
    0
    It's work now with kernel update
    http://www.udoo.org/docs/Advanced_Setup/UDOO_Kernel_Update_Procedure

    Thank you
    Thanks
    I'm going to try for add NAT https://gist.github.com/2xyo/8519167
     
    Last edited: Aug 5, 2015
  4. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
    Perfect!
     
  5. itconsulting

    itconsulting New Member

    Joined:
    Aug 3, 2015
    Messages:
    8
    Likes Received:
    0
    Hi,
    I followed this instructions https://gist.github.com/2xyo/8452047
    but it's worked one time and since reboot impossible to route packets from iptables.... The ipt_MASQUERADE and conntrack... modules are up but the iptables rules does not work anymore... I don't know why...
    iptables does not work with match option... But the last week its work one time only with the iptables MASQUERADE rules.. And after reboot I did the same configuration with only MASQUERADE to forward and share internet connexion from eth0 but it no longer work... :(
    iptables -L -t nat -> Display the correct iptables MASQUERADE rules
     

Share This Page