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 1779184 - [RFE] Support static DNS with dynamic IP
Summary: [RFE] Support static DNS with dynamic IP
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: nmstate
Version: 8.2
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: 8.3
Assignee: Gris Ge
QA Contact: Mingyu Shi
URL:
Whiteboard:
Depends On:
Blocks: 1812914
TreeView+ depends on / blocked
 
Reported: 2019-12-03 13:32 UTC by Ales Musil
Modified: 2022-10-11 18:54 UTC (History)
7 users (show)

Fixed In Version: nmstate-0.2.6-6.el8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-03-27 09:01:06 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github nmstate nmstate issues 867 0 None closed Support static DNS with dynamic IP 2020-12-21 16:08:26 UTC
Github nmstate nmstate pull 958 0 None closed dns: support static DNS with dynamic IP 2020-12-21 16:08:26 UTC
Red Hat Issue Tracker RHELPLAN-38273 0 None None None 2022-10-11 18:54:55 UTC

Description Ales Musil 2019-12-03 13:32:37 UTC
Description of problem:
Be able to set static DNS to interface that has dynamic IP. 

Example:
---
dns-resolver:
  config:
    server: [1.2.3.4]
interfaces:
- name: eth0
  type: ethernet
  state: up
  ipv4:
    enabled: true
    dhcp: true

Comment 2 Gris Ge 2020-02-27 08:26:01 UTC
Upstream tracker https://github.com/nmstate/nmstate/issues/867

Comment 4 Gris Ge 2020-03-27 09:01:06 UTC
This is fixed in RHEL 8.2.0 via bug 1815112


Note You need to log in before you can comment on or make changes to this bug.