Advertisement
Guest User

Untitled

a guest
Jan 14th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. $ ethtool eth3
  2. Settings for eth3:
  3. Supported ports: [ TP ]
  4. Supported link modes: 10baseT/Half 10baseT/Full
  5. 100baseT/Half 100baseT/Full
  6. 1000baseT/Full
  7. Supported pause frame use: No
  8. Supports auto-negotiation: Yes
  9. Advertised link modes: 10baseT/Half 10baseT/Full
  10. 100baseT/Half 100baseT/Full
  11. 1000baseT/Full
  12. Advertised pause frame use: No
  13. Advertised auto-negotiation: Yes
  14. Speed: 100Mb/s
  15. Duplex: Full
  16. Port: Twisted Pair
  17. PHYAD: 1
  18. Transceiver: internal
  19. Auto-negotiation: on
  20. MDI-X: on (auto)
  21. Cannot get wake-on-lan settings: Operation not permitted
  22. Current message level: 0x00000007 (7)
  23. drv probe link
  24. Link detected: yes
  25.  
  26. $ ifconfig
  27. eth3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  28. inet 192.168.5.102 netmask 255.255.255.0 broadcast 192.168.5.255
  29. inet6 2002:640f:52d5:1234:7296:6e02:b804:3dba prefixlen 64 scopeid 0x0<global>
  30. inet6 2002:640f:52d5:1234:292c:703c:88d7:21a4 prefixlen 64 scopeid 0x0<global>
  31. inet6 fe80::105c:6f14:dbe5:8988 prefixlen 64 scopeid 0x20<link>
  32. ether 38:2c:4a:6e:19:5d txqueuelen 1000 (Ethernet)
  33. RX packets 14220 bytes 9620567 (9.6 MB)
  34. RX errors 0 dropped 0 overruns 0 frame 0
  35. TX packets 11754 bytes 1344126 (1.3 MB)
  36. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  37. device interrupt 20 memory 0xfb200000-fb220000
  38.  
  39. lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
  40. inet 127.0.0.1 netmask 255.0.0.0
  41. inet6 ::1 prefixlen 128 scopeid 0x10<host>
  42. loop txqueuelen 1 (Local Loopback)
  43. RX packets 3923 bytes 879984 (879.9 KB)
  44. RX errors 0 dropped 0 overruns 0 frame 0
  45. TX packets 3923 bytes 879984 (879.9 KB)
  46. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  47.  
  48. tun0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1500
  49. inet 10.100.10.1 netmask 255.255.255.255 destination 10.100.10.2
  50. inet6 fe80::773c:31ef:206d:d729 prefixlen 64 scopeid 0x20<link>
  51. unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 100 (UNSPEC)
  52. RX packets 0 bytes 0 (0.0 B)
  53. RX errors 0 dropped 0 overruns 0 frame 0
  54. TX packets 3 bytes 144 (144.0 B)
  55. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement