hi all
just having an issue with our development server on our private network
it used to be able to ping web addresses
but recently for some reason, it gets this error message when trying to ping or ssh a server using the domain name rather than the ip address
Code:
ssh root@example.com
ssh: example.com: Temporary failure in name resolution
i don't think we have changed anything
i think this is also affecting the php installation, which cannot use fgets, etc to send requests to our web server
causing us to get can't locate network address errors
does anyone know what our problem is here
and how to fix it?
thanks
dave