Guest User

Untitled

a guest
Nov 19th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. nathan@k8s:~$ ping google.com
  2. ping: google.com: Temporary failure in name resolution
  3. nathan@k8s:~$ ping 192.168.88.1
  4. PING 192.168.88.1 (192.168.88.1) 56(84) bytes of data.
  5. From 192.168.88.135 icmp_seq=1 Destination Host Unreachable
  6. From 192.168.88.135 icmp_seq=2 Destination Host Unreachable
  7. ^C
  8. --- 192.168.88.1 ping statistics ---
  9. 3 packets transmitted, 0 received, +2 errors, 100% packet loss, time 2030ms
  10.  
  11. nathan@k8s:~$ route
  12. Kernel IP routing table
  13. Destination Gateway Genmask Flags Metric Ref Use Iface
  14. default 192.168.88.1 0.0.0.0 UG 0 0 0 ens9
  15. 172.17.0.0 0.0.0.0 255.255.0.0 U 0 0 0 docker0
  16. 192.168.88.0 0.0.0.0 255.255.255.0 U 0 0 0 ens9
  17.  
  18. nathan@k8s:~$ ip route show
  19. default via 192.168.88.1 dev ens9 proto static
  20. 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown
  21. 192.168.88.0/24 dev ens9 proto kernel scope link src 192.168.88.135
  22.  
  23. nathan@k8s:~$ traceroute 192.168.88.1
  24. traceroute to 192.168.88.1 (192.168.88.1), 30 hops max, 60 byte packets
  25. 1 192.168.88.135 (192.168.88.135) 334.629 ms !H 334.574 ms !H 334.553 ms !H
Add Comment
Please, Sign In to add comment