[Bug 929426] firewalld: forward chain

bugzilla at redhat.com bugzilla at redhat.com
Thu Oct 10 09:28:43 UTC 2013


https://bugzilla.redhat.com/show_bug.cgi?id=929426



--- Comment #5 from Alexander Seleznev <SeleznevRU at gmail.com> ---
(In reply to Frank Ansari from comment #4)
> Only solution so far is to add an iptables rule doing something like this:
> 
> ip6tables -I FORWARD 7 -p tcp --dport  22 -j ACCEPT;
> 
> Is thre no way doing this with firewall-cmd?

Why you don't use this command?

firewall-cmd --direct --add-rule ipv6 filter FORWARD 1 -p tcp --dport  22 -j
ACCEPT

Also, under Fedora 20 the "--permanent" key works fine for me.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.


More information about the docs-qa mailing list