I don't know why, but apparently my SRX can't resolve internet domain names, for example www.juniper.net
I realized this because I created a policy to block some internet pages, but this policy never worked, I had to modify this policy and aggregate the IPv4 of destination page, so I assume that my policy doesn't work because my SRX is not resolving domain names.
If I ping an internet IP via CLI (for example google DNS 8.8.8.8) the response is correct, but if I ping an internet page (for example www.juniper.net) this is what appears:
ping: cannot resolve www.juniper.net: Host name lookup failure
this is my configuration for DNS:
name-server {
8.8.8.8;
8.8.4.4;
208.67.222.222;
208.67.220.220;
}
name-resolution {
no-resolve-on-input;
Do you know what can I be doing wrong? I'm sorry if the answer is too dumb, but I'm still newbie in SRX...