[root@localhost ~]# ip addr 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: enp0s8: mtu 1500 qdisc fq_codel state UP group default qlen 1000 link/ether 08:00:27:a8:37:59 brd ff:ff:ff:ff:ff:ff inet 192.168.56.102/24 brd 192.168.56.255 scope global dynamic noprefixroute enp0s8 valid_lft 384sec preferred_lft 384sec inet6 fe80::d70e:b6d7:5f20:50e4/64 scope link noprefixroute valid_lft forever preferred_lft forever 3: virbr0: mtu 1500 qdisc noqueue state DOWN group default qlen 1000 link/ether 52:54:00:5e:97:11 brd ff:ff:ff:ff:ff:ff inet 192.168.122.1/24 brd 192.168.122.255 scope global virbr0 valid_lft forever preferred_lft forever [root@localhost ~]# route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 192.168.56.254 0.0.0.0 UG 100 0 0 enp0s8 192.168.56.0 0.0.0.0 255.255.255.0 U 100 0 0 enp0s8 192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0 [root@localhost ~]# cat /etc/resolv.conf # Generated by NetworkManager search domain.local ciencias.local nameserver 192.168.56.254 [root@localhost ~]# ping -c 4 192.168.56.254 PING 192.168.56.254 (192.168.56.254) 56(84) bytes of data. 64 bytes from 192.168.56.254: icmp_seq=1 ttl=64 time=0.841 ms 64 bytes from 192.168.56.254: icmp_seq=2 ttl=64 time=0.698 ms 64 bytes from 192.168.56.254: icmp_seq=3 ttl=64 time=0.691 ms 64 bytes from 192.168.56.254: icmp_seq=4 ttl=64 time=0.861 ms --- 192.168.56.254 ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 3070ms rtt min/avg/max/mdev = 0.691/0.772/0.861/0.085 ms [root@localhost ~]# ping -c 4 gateway.local PING gateway.local (192.168.56.254) 56(84) bytes of data. 64 bytes from _gateway (192.168.56.254): icmp_seq=1 ttl=64 time=0.737 ms 64 bytes from _gateway (192.168.56.254): icmp_seq=2 ttl=64 time=0.722 ms 64 bytes from _gateway (192.168.56.254): icmp_seq=3 ttl=64 time=1.12 ms 64 bytes from _gateway (192.168.56.254): icmp_seq=4 ttl=64 time=1.26 ms --- gateway.local ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 3042ms rtt min/avg/max/mdev = 0.722/0.960/1.262/0.237 ms [root@localhost ~]# ping -c 4 dns.local PING dns.local (192.168.56.254) 56(84) bytes of data. 64 bytes from _gateway (192.168.56.254): icmp_seq=1 ttl=64 time=0.648 ms 64 bytes from _gateway (192.168.56.254): icmp_seq=2 ttl=64 time=1.81 ms 64 bytes from _gateway (192.168.56.254): icmp_seq=3 ttl=64 time=1.47 ms 64 bytes from _gateway (192.168.56.254): icmp_seq=4 ttl=64 time=1.32 ms --- dns.local ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 3011ms rtt min/avg/max/mdev = 0.648/1.312/1.808/0.421 ms [root@localhost ~]# dig example.com. @192.168.56.254 ; <<>> DiG 9.11.36-RedHat-9.11.36-2.el8 <<>> example.com. @192.168.56.254 ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 53741 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 512 ;; QUESTION SECTION: ;example.com. IN A ;; ANSWER SECTION: example.com. 20921 IN A 93.184.216.34 ;; Query time: 14 msec ;; SERVER: 192.168.56.254#53(192.168.56.254) ;; WHEN: Wed May 04 18:11:02 CDT 2022 ;; MSG SIZE rcvd: 56 [root@localhost ~]# dig example.com. @dns.local ; <<>> DiG 9.11.36-RedHat-9.11.36-2.el8 <<>> example.com. @dns.local ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1261 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 4096 ;; QUESTION SECTION: ;example.com. IN A ;; ANSWER SECTION: example.com. 20909 IN A 93.184.216.34 ;; Query time: 0 msec ;; SERVER: 192.168.56.254#53(192.168.56.254) ;; WHEN: Wed May 04 18:11:13 CDT 2022 ;; MSG SIZE rcvd: 56 [root@localhost ~]# dig example.com. ; <<>> DiG 9.11.36-RedHat-9.11.36-2.el8 <<>> example.com. ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 20052 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 4096 ;; QUESTION SECTION: ;example.com. IN A ;; ANSWER SECTION: example.com. 20900 IN A 93.184.216.34 ;; Query time: 6 msec ;; SERVER: 192.168.56.254#53(192.168.56.254) ;; WHEN: Wed May 04 18:11:23 CDT 2022 ;; MSG SIZE rcvd: 56 [root@localhost ~]# ping -c 4 1.1.1.1 PING 1.1.1.1 (1.1.1.1) 56(84) bytes of data. 64 bytes from 1.1.1.1: icmp_seq=1 ttl=61 time=40.6 ms 64 bytes from 1.1.1.1: icmp_seq=2 ttl=61 time=42.2 ms 64 bytes from 1.1.1.1: icmp_seq=3 ttl=61 time=42.7 ms 64 bytes from 1.1.1.1: icmp_seq=4 ttl=61 time=40.6 ms --- 1.1.1.1 ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 3006ms rtt min/avg/max/mdev = 40.643/41.545/42.705/0.930 ms [root@localhost ~]# ping -c 4 example.com. PING example.com (93.184.216.34) 56(84) bytes of data. 64 bytes from 93.184.216.34 (93.184.216.34): icmp_seq=1 ttl=61 time=8.55 ms 64 bytes from 93.184.216.34 (93.184.216.34): icmp_seq=2 ttl=61 time=7.69 ms 64 bytes from 93.184.216.34 (93.184.216.34): icmp_seq=3 ttl=61 time=6.77 ms 64 bytes from 93.184.216.34 (93.184.216.34): icmp_seq=4 ttl=61 time=6.37 ms --- example.com ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 3017ms rtt min/avg/max/mdev = 6.372/7.344/8.553/0.847 ms [root@localhost ~]# links -dump http://example.com/ Example Domain This domain is for use in illustrative examples in documents. You may use this domain in literature without prior coordination or asking for permission. [1]More information... References Visible links 1. https://www.iana.org/domains/example [root@localhost ~]#