Guest User

Untitled

a guest
Mar 24th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. $ ifconfig -a
  2. ens33: flags=4098<BROADCAST,MULTICAST> mtu 1500
  3. ether 00:**:**:**:**:** txqueuelen 1000 (Ethernet)
  4. RX packets 0 bytes 0 (0.0 B)
  5. RX errors 0 dropped 0 overruns 0 frame 0
  6. TX packets 0 bytes 0 (0.0 B)
  7. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  8.  
  9. lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
  10. inet 127.0.0.1 netmask 255.0.0.0
  11. inet6 ::1 prefixlen 128 scopeid 0x10<host>
  12. loop txqueuelen 1000 (Local Loopback)
  13. RX packets 1876 bytes 114200 (114.2 KB)
  14. RX errors 0 dropped 0 overruns 0 frame 0
  15. TX packets 1876 bytes 114200 (114.2 KB)
  16. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  17.  
  18. $ ip link show
  19. 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
  20. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  21. 2: ens33: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
  22. link/ether 00:0c:29:f8:f7:47 brd ff:ff:ff:ff:ff:ff
  23.  
  24. $ ifup ens33
  25. Unknown interface ens33
  26. $ ifup eth0
  27. Unknown interface eth0
Add Comment
Please, Sign In to add comment