Results 1 to 2 of 2

Thread: iptables owner match not working in 8.10

  1. #1
    Join Date
    May 2006
    Beans
    26
    Distro
    Ubuntu 7.04 Feisty Fawn

    iptables owner match not working in 8.10

    I receive:

    Code:
    iptables: No chain/target/match by that name
    whenever I try to use
    Code:
    iptables -A OUTPUT -p tcp --dport 8081 -m owner --uid-owner proxy -j ACCEPT
    or any other valid iptables statement using an owner / --uid-owner match.

    This is very frustrating... I see a few other posts from people with the same issue, but no real resolution. Is this an issue with the kernel or with iptables? How can I resolve it?

    Thanks.

  2. #2
    Join Date
    May 2006
    Beans
    26
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: iptables owner match not working in 8.10

    This may or may not help, but I recently upgraded from 7.04 to 7.10 to 8.04 to 8.10.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •