Hi, thanks for the help. Here again the output: linux:/home/user # host -v google.com 192.168.0.1 Trying "google.com" Using domain server: Name: 192.168.0.1 Address: 192.168.0.1#53 Aliases: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 11726 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;google.com. IN A ;; ANSWER SECTION: google.com. 98 IN A 172.217.22.110 Received 44 bytes from 192.168.0.1#53 in 26 ms Trying "google.com" ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 26122 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;google.com. IN AAAA ;; ANSWER SECTION: google.com. 184 IN AAAA 2a00:1450:4001:81d::200e Received 56 bytes from 192.168.0.1#53 in 25 ms Trying "google.com" ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 2467 ;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;google.com. IN MX ;; ANSWER SECTION: google.com. 327 IN MX 30 alt2.aspmx.l.google.com. google.com. 327 IN MX 20 alt1.aspmx.l.google.com. google.com. 327 IN MX 50 alt4.aspmx.l.google.com. google.com. 327 IN MX 10 aspmx.l.google.com. google.com. 327 IN MX 40 alt3.aspmx.l.google.com. Received 136 bytes from 192.168.0.1#53 in 24 ms I am not sure if this is the command I should issue, but I get an answer: linux:/home/user # host google.es fe80::1%wlp2s0 Using domain server: Name: fe80::1%wlp2s0 Address: fe80::1%2#53 Aliases: google.es has address 172.217.16.195 google.es has IPv6 address 2a00:1450:4001:817::2003 google.es mail is handled by 50 alt4.aspmx.l.google.com. google.es mail is handled by 20 alt1.aspmx.l.google.com. google.es mail is handled by 10 aspmx.l.google.com. google.es mail is handled by 30 alt2.aspmx.l.google.com. google.es mail is handled by 40 alt3.aspmx.l.google.com. So it seems that my router resolves? The script I made executable. However, the answer is still in German... Stefan Am Montag, 25. Februar 2019, 16:18:41 CET schrieb Carlos E. R.:
On 25/02/2019 14.55, Stefan Vater wrote:
Hi Carlos,
Here is the output:
linux:/home/user # cat /etc/resolv.conf | egrep -v "^[[:space:]]*$|^#" search localdomain nameserver 192.168.0.1 nameserver fe80::1%enp0s31f6
First thing to check is that 192.168.0.1 resolves. Try:
host -v google.com 192.168.0.1
I have my doubts about that IPv6 nameserver. Test it. I don't know the IPv6 address of my router, so I try against a local machine, and after opening the firewall, it works (before, I got timeout):
cer@Telcontar:~> host google.es fe80::4ecc:6aff:fe61:50a1%eth0 ;; connection timed out; no servers could be reached cer@Telcontar:~>
Message in the firewall:
<0.4> 2019-02-25T16:07:58.738832+01:00 Isengard kernel - - - [4900477.127385] SFW2-INext-DROP-DEFLT IN=eth0 OUT= MAC=4c:cc:6a:61:50:a1:00:21:85:16:2d:0b:86:dd SRC=fe80:0000:0000:0000:0221:85ff:fe16:2d0b DST=fe80:0000:0000:0000:4ecc:6aff:fe61:50a1 LEN=75 TC=0 HOPLIMIT=64 FLOWLBL=401697 PROTO=UDP SPT=57025 DPT=53 LEN=35 So I do know it is reaching the correct machine.
Now:
cer@Telcontar:~> host google.es fe80::4ecc:6aff:fe61:50a1%eth0 Using domain server: Name: fe80::4ecc:6aff:fe61:50a1%eth0 Address: fe80::4ecc:6aff:fe61:50a1%2#53 Aliases:
google.es has address 216.58.201.131 google.es has IPv6 address 2a00:1450:4003:80a::2003 google.es mail is handled by 30 alt2.aspmx.l.google.com. google.es mail is handled by 20 alt1.aspmx.l.google.com. google.es mail is handled by 50 alt4.aspmx.l.google.com. google.es mail is handled by 40 alt3.aspmx.l.google.com. google.es mail is handled by 10 aspmx.l.google.com. cer@Telcontar:~>
linux:/home/user # cat /etc/host.conf | egrep -v "^[[:space:]]*$|^#" order hosts, bind multi on
It is correct.
Somehow your script for getting English messages does not work for me...
Did you flag it executable?
-- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org