Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. [root@linux1 ~]# ifconfig eth0
  2. eth0 Link encap:Ethernet HWaddr 2E:0C:5E:26:83:76
  3. inet addr:185.191.239.11 Bcast:185.191.239.63 Mask:255.255.255.192
  4. inet6 addr: fe80::2c0c:5eff:fe26:8376/64 Scope:Link
  5. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  6. RX packets:26909 errors:14096 dropped:0 overruns:0 frame:14096
  7. TX packets:7920 errors:0 dropped:0 overruns:0 carrier:0
  8. collisions:0 txqueuelen:1000
  9. RX bytes:1799607 (1.7 MiB) TX bytes:648325 (633.1 KiB)
  10.  
  11. [root@linux1 ~]# ping google.com
  12. ^C
  13. [root@linux1 ~]# ping 8.8.8.8
  14. PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
  15. ^C
  16. --- 8.8.8.8 ping statistics ---
  17. 6 packets transmitted, 0 received, 100% packet loss, time 5374ms
  18.  
  19. [root@linux1 ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement