I have the following setup:
[ LXC Container running Debian ] <--> virbr0 <--> [Fedora 24 host]
DNS resolve works for every single domain I've tried to so far from the host and from the container. Except "github.com" and any of it's IP addresses (I get a Destination Host Unreachable
error).
Again...only for github.com (but also pinging the IP directly). The container has the following /etc/resolv.conf
:
nameserver 192.168.122.1
Which is the host. Which is able to both resolve and ping github.com. So does anyone have an idea what might be going on here? Because this is causing the software installed in the container (nextcloud) to not work properly anymore. (Also, this behaviour happens from all my LXC containers).