<p dir="ltr">Have you added a secondary DNS like 8.8.4.4? Some packages get confused with only one!</p>
<p dir="ltr">As per not being able to ping, this sounds like an IP forwarding/ NAT issue - without knowing more detail I can only guess, but my first step would be to try to do:</p>
<p dir="ltr">sysctl -w net.ipv4.ip_forward=1</p>
<p dir="ltr">and make sure masquerade is on if you're using iptables (or the equivalent if you're not).</p>
<p dir="ltr">HTH,</p>
<p dir="ltr">Dan</p>