Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1169036

Summary: ip6tables service does not allow dhcpv6-client by default
Product: Red Hat Enterprise Linux 7 Reporter: William Brown <william>
Component: iptablesAssignee: Thomas Woerner <twoerner>
Status: CLOSED ERRATA QA Contact: Tomas Dolezal <todoleza>
Severity: medium Docs Contact:
Priority: low    
Version: 7.2CC: iptables-maint-list, jpopelka, jscotka, todoleza
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-11-19 12:39:17 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description William Brown 2014-11-29 07:06:09 UTC
Description of problem:
By default dhcp6 responses are not allowed by default. This prevents network or NeworkManager from leasing dhcp by default if iptables is used in preference to firewalld. 

The following rules should be added.
-A INPUT -s fe80::/16 -p udp -m udp --dport 546 -j ACCEPT
-A INPUT -s fe80::/16 -p tcp -m tcp --dport 546 -j ACCEPT

Such that:

*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
-A INPUT -p ipv6-icmp -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -j ACCEPT
-A INPUT -s fe80::/16 -p udp -m udp --dport 546 -j ACCEPT
-A INPUT -s fe80::/16 -p tcp -m tcp --dport 546 -j ACCEPT
-A INPUT -j REJECT --reject-with icmp6-adm-prohibited
-A FORWARD -j REJECT --reject-with icmp6-adm-prohibited
COMMIT

Comment 3 Jiri Popelka 2014-12-01 11:51:24 UTC
(In reply to William Brown from comment #0)
> Description of problem:
> The following rules should be added.
> -A INPUT -s fe80::/16 -p udp -m udp --dport 546 -j ACCEPT
> -A INPUT -s fe80::/16 -p tcp -m tcp --dport 546 -j ACCEPT

DHCPv6 uses UDP messages only. Also the prefix length of link local address is 64, not 16.

I've changed this in Fedora.
http://pkgs.fedoraproject.org/cgit/iptables.git/commit/?id=69f9a1a33c1a7152cb7d4473b6e7580d147b3e8a

Comment 6 errata-xmlrpc 2015-11-19 12:39:17 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHBA-2015-2103.html