Advertisement
Guest User

qnap

a guest
May 9th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.43 KB | None | 0 0
  1. QNAP:
  2. ifconfig:
  3. eth0      Link encap:Ethernet  HWaddr 00:08:9B:C3:AD:07
  4.           inet addr:192.168.1.10  Bcast:192.168.1.255  Mask:255.255.255.0
  5.  
  6. lo        Link encap:Local Loopback
  7.           inet addr:127.0.0.1  Mask:255.0.0.0
  8.  
  9. tun0      Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
  10.           inet addr:10.8.0.1  P-t-P:10.8.0.2  Mask:255.255.255.255
  11.          
  12.  
  13. route -n:
  14. 0.0.0.0         192.168.1.1     0.0.0.0         UG    1      0        0 eth0
  15. 10.8.0.0        10.8.0.2        255.255.255.0   UG    0      0        0 tun0
  16. 10.8.0.2        0.0.0.0         255.255.255.255 UH    0      0        0 tun0
  17. 127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
  18. 192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
  19. 192.168.1.10    0.0.0.0         255.255.255.255 UH    0      0        0 eth0
  20. 255.255.255.255 0.0.0.0         255.255.255.255 UH    0      0        0 eth0
  21.  
  22.  
  23. pings:
  24. [~] # ping -c 2 10.8.0.6
  25. PING 10.8.0.6 (10.8.0.6): 56 data bytes
  26. 64 bytes from 10.8.0.6: icmp_seq=0 ttl=64 time=723.2 ms
  27. 64 bytes from 10.8.0.6: icmp_seq=1 ttl=64 time=694.3 ms
  28.  
  29. --- 10.8.0.6 ping statistics ---
  30. 2 packets transmitted, 2 packets received, 0% packet loss
  31. round-trip min/avg/max = 694.3/708.7/723.2 ms
  32. [~] # ping -c 2 192.168.2.1
  33. PING 192.168.2.1 (192.168.2.1): 56 data bytes
  34. ^C
  35. --- 192.168.2.1 ping statistics ---
  36. 2 packets transmitted, 0 packets received, 100% packet loss
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement