Bug 1620230
| Summary: | [3.7] Intermittent dnsmasq outages | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Miciah Dashiel Butler Masters <mmasters> |
| Component: | Networking | Assignee: | Miciah Dashiel Butler Masters <mmasters> |
| Networking sub component: | router | QA Contact: | zhaozhanqi <zzhao> |
| Status: | CLOSED CURRENTRELEASE | Docs Contact: | |
| Severity: | high | ||
| Priority: | high | CC: | aos-bugs, bbennett, dmace, farandac, hongli, pdwyer, rbost, rfoyle, rhowe, vlaad, weliang, zzhao |
| Version: | 3.7.0 | ||
| Target Milestone: | --- | ||
| Target Release: | 3.7.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Cause: By default, older versions of dnsmasq can use privileged, lower-numbered source ports for outbound DNS queries.
Consequence: Outbound DNS queries may be dropped; for example, firewall rules may drop queries coming from reserved ports.
Fix: We now configure dnsmasq using its min-port setting to set the minimum port number for outbound queries to 1024.
Result: DNS queries should no longer be dropped.
Additional information: dnsmasq 2.79 changes the default min-port setting to 1024.
|
Story Points: | --- |
| Clone Of: | 1600551 | Environment: | |
| Last Closed: | 2018-10-08 13:52:52 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1600551 | ||
|
Description
Miciah Dashiel Butler Masters
2018-08-22 18:29:29 UTC
Tested and verified in v3.7.62 [root@ip-172-18-6-36 ~]# oc version oc v3.7.62 kubernetes v1.7.6+a08f5eeb62 features: Basic-Auth GSSAPI Kerberos SPNEGO Server https://ip-172-18-6-36.ec2.internal:8443 openshift v3.7.62 kubernetes v1.7.6+a08f5eeb62 [root@ip-172-18-6-36 ~]# cat /etc/NetworkManager/dispatcher.d/99-origin-dns.sh | grep mi # couldn't find an existing method to determine if the interface owns the min-port=1024 [root@ip-172-18-6-36 ~]# cat /etc/dnsmasq.d/origin-dns.conf | grep min min-port=1024 [root@ip-172-18-6-36 ~]# |