Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • v1.14.7
  • v1.14.6
  • v1.14.5
  • v1.14.4
  • v1.14.3
  • v1.14.2
  • v1.14.1
  • v1.14.0
  • v1.13.2
  • v1.13.1
  • v1.13.0
  • v1.12.1
  • v1.12.0
  • v1.11.1
  • v1.11.0
  • v1.10.0
  • v1.9.2
  • v1.9.1
  • v1.9.0
  • v1.8.4
21 results

fixnet.sh

Blame
    • Thomas Woerner's avatar
      e2bdbeef
      infra/image system-services: Fix DNS forwarder · e2bdbeef
      Thomas Woerner authored
      The DNS forwarder is set while deploying the IPA server. This forwarder
      might not be correct later on.
      
      The old /etc/resolv.conf is copied to /etc/resolv.conf.fixnet by the
      fixnet service and later on the fixipaip service is trying to get the
      nameserver from the copied file. If the retrieval failed of if the
      namesever is 127.0.0.1, then the nameserver will be set to 8.8.8.8.
      
      After fixing the IP addresses for the forward and reverse zone, also the
      forwarder is set for the dnsserver "${HOSTNAME}".
      e2bdbeef
      History
      infra/image system-services: Fix DNS forwarder
      Thomas Woerner authored
      The DNS forwarder is set while deploying the IPA server. This forwarder
      might not be correct later on.
      
      The old /etc/resolv.conf is copied to /etc/resolv.conf.fixnet by the
      fixnet service and later on the fixipaip service is trying to get the
      nameserver from the copied file. If the retrieval failed of if the
      namesever is 127.0.0.1, then the nameserver will be set to 8.8.8.8.
      
      After fixing the IP addresses for the forward and reverse zone, also the
      forwarder is set for the dnsserver "${HOSTNAME}".