adding rule to iptables fails, No chain/target/match by that name.

Discussion in 'UDOO QUAD' started by jpomeroy, Nov 7, 2016.

  1. jpomeroy

    jpomeroy New Member

    Joined:
    Nov 6, 2016
    Messages:
    3
    Likes Received:
    0
    Just rebuilt my Quad from scratch with the newest udoobunto image. Was adding a simple rule to the INPUT chain. I was applying the same rule set that I have operational on a Pi2 and ran into the error mentioned above.

    Issuing iptables -L results in:

    Chain INPUT (policy ACCEPT)
    target prot opt source destination

    Chain FORWARD (policy ACCEPT)
    target prot opt source destination

    Chain OUTPUT (policy ACCEPT)
    target prot opt source destination ​

    As you can see the INPUT chain exists but it throws the error mentioned above.

    The only other non VM reference I've found indicated the kernel needed to be rebuilt. Has anyone else run into this error and if so, how did you resolve the issue?

    Thanks and regards,

    John
     
  2. Francesco

    Francesco Active Member

    Joined:
    Jun 23, 2015
    Messages:
    220
    Likes Received:
    110
    Which is the error? Your iptables chain is just empty.
     
    Andrea Rovai likes this.

Share This Page