Guest User

Untitled

a guest
Jan 23rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. rh@wstest:~> ifconfig
  2. ens160 Link encap:Ethernet HWaddr00:50:56:94:1b:59
  3. inet addr:172.17.1.62 Bcast:172.17.255.255 Mask:255.255.0.0
  4. inet6 addr:fe80::250:56ff:fe94:1b59/64 Scope:Link
  5. UP BROADCAST RUNNINGMULTICAST MTU:1500 Metric:1
  6. RX packets:202330 errors:0dropped:2209 overruns:0 frame:0
  7. TX packets:74983 errors:0dropped:0 overruns:0 carrier:0
  8. collisions:0txqueuelen:1000
  9. RX bytes:148353176 (148.3MB) TX bytes:6457904 (6.4 MB)
  10.  
  11. lo Link encap:Local Loopback
  12. inet addr:127.0.0.1 Mask:255.0.0.0
  13. inet6 addr: ::1/128Scope:Host
  14. UP LOOPBACK RUNNING MTU:65536 Metric:1
  15. RX packets:605 errors:0dropped:0 overruns:0 frame:0
  16. TX packets:605 errors:0dropped:0 overruns:0 carrier:0
  17. collisions:0txqueuelen:1
  18. RX bytes:149597 (149.5 KB) TX bytes:149597 (149.5 KB)
  19.  
  20. lo:0 Link encap:Local Loopback
  21. inet addr:172.17.1.22 Mask:255.255.255.255
  22. UP LOOPBACK RUNNING MTU:65536 Metric:1
  23.  
  24. auto lo
  25. iface lo inet loopback
  26.  
  27. auto ens160
  28. iface ens160 inet static
  29. address 172.17.1.62
  30. netmask 255.255.0.0
  31. network 172.17.0.0
  32. gateway 172.17.1.2
  33. dns-search ....
  34. dns-nameservers 172.17.1.6 172.17.1.7
Add Comment
Please, Sign In to add comment