Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2016
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.24 KB | None | 0 0
  1. [continue@LenovoG780 ~]$ ifconfig -a
  2. enp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
  3.         inet 192.168.0.101  netmask 255.255.255.0  broadcast 192.168.0.255
  4.         inet6 fe80::2289:84ff:fe8e:af8a  prefixlen 64  scopeid 0x20<link>
  5.         ether 20:89:84:8e:af:8a  txqueuelen 1000  (Ethernet)
  6.         RX packets 8877  bytes 5302796 (5.0 MiB)
  7.         RX errors 0  dropped 0  overruns 0  frame 0
  8.         TX packets 8085  bytes 1595533 (1.5 MiB)
  9.         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
  10.         device interrupt 16  
  11.  
  12. lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
  13.         inet 127.0.0.1  netmask 255.0.0.0
  14.         inet6 ::1  prefixlen 128  scopeid 0x10<host>
  15.         loop  txqueuelen 0  (Local Loopback)
  16.         RX packets 256  bytes 7521 (7.3 KiB)
  17.         RX errors 0  dropped 0  overruns 0  frame 0
  18.         TX packets 256  bytes 7521 (7.3 KiB)
  19.         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
  20.  
  21. [continue@LenovoG780 ~]$ route -n
  22. Kernel IP routing table
  23. Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
  24. 0.0.0.0         192.168.0.1     0.0.0.0         UG    202    0        0 enp2s0
  25. 192.168.0.0     0.0.0.0         255.255.255.0   U     202    0        0 enp2s0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement