Advertisement
Guest User

Untitled

a guest
May 6th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. _@_:~$ ifconfig eno1
  2. eno1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  3. inet 192.168.0.19 netmask 255.255.255.0 broadcast 192.168.0.255
  4. inet6 2600:8805:b482:7b00:e276:6ceb:7955:b20e prefixlen 64 scopeid 0x0<global>
  5. inet6 fe80::da6e:f52e:cd81:cd15 prefixlen 64 scopeid 0x20<link>
  6. inet6 2600:8805:b482:7b00:f071:bc82:eb42:40e2 prefixlen 64 scopeid 0x0<global>
  7. ether 08:62:66:4f:e7:92 txqueuelen 1000 (Ethernet)
  8. RX packets 3648637 bytes 3820379795 (3.8 GB)
  9. RX errors 0 dropped 0 overruns 0 frame 0
  10. TX packets 1794427 bytes 195978939 (195.9 MB)
  11. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  12. device interrupt 20 memory 0xf7100000-f7120000
  13.  
  14. _@_:~$ netstat -rn
  15. Kernel IP routing table
  16. Destination Gateway Genmask Flags MSS Window irtt Iface
  17. 0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 eno1
  18. 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eno1
  19. 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eno1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement