mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 17:35:54 +03:00
[GH-ISSUE #173] DPS network not routable from host #71
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#71
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @RomanHargrave on GitHub (Dec 23, 2019).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/173
What is Happening
This may be a docker issue; however, that would make little sense as there are many other networks - all of which are reachable from the host.
The network created by DPS is not routable from the host system. While the host bridge device is assigned an IP address and routing entries for the bridge are present on the host, traffic in to the DPS network vanishes, never to be seen again.
This effectively prevents DPS from working in any way, shape, or form.
What is expected
DPS network should be routable, or DPS should not use the DPS network address in resolv.conf
Steps to Reproduce
Start DPS, wait a moment. Check that the DPS network is connected to the DPS container. You should see that DPS is using it's address for the DPS bridge network in
resolv.confinstead of it's address on the default bridge network.Details
Specs:
Network Configurations:
Default bridge
DPS bridge
@RomanHargrave commented on GitHub (Dec 23, 2019):
Tested with
2.18.2and still occurring. Details are the same.@mageddo commented on GitHub (Jan 3, 2020):
@RomanHargrave are you using
?
Your issue is that you can't solve containers hostnames, right?
I tried to simulate the issue but still can resolve containers IPs, I'm using docker
19.03.1, I will try to upgrade docker.Try shutdown DPS, disable these flags and disconnect all containers from DPS network
@RomanHargrave commented on GitHub (Jan 6, 2020):
I was unable to reproduce again. I'm writing this off as a docker fluke.