Advertisement
Guest User

Untitled

a guest
May 15th, 2016
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. ifconfig
  2. sudo lshw -C network
  3.  
  4. #recovery mode
  5. robert@robert:~$ ifconfig
  6. eth0 Link encap:Ethernet HWaddr 00:25:22:ae:a0:71
  7. inet addr:192.168.1.4 Bcast:192.168.1.255 Mask:255.255.255.0
  8. inet6 addr: fe80::225:22ff:feae:a071/64 Scope:Link
  9. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  10. RX packets:4508 errors:0 dropped:0 overruns:0 frame:0
  11. TX packets:4822 errors:0 dropped:0 overruns:0 carrier:1
  12. collisions:0 txqueuelen:1000
  13. RX bytes:3519274 (3.5 MB) TX bytes:730938 (730.9 KB)
  14.  
  15. lo Link encap:Local Loopback
  16. inet addr:127.0.0.1 Mask:255.0.0.0
  17. inet6 addr: ::1/128 Scope:Host
  18. UP LOOPBACK RUNNING MTU:65536 Metric:1
  19. RX packets:254 errors:0 dropped:0 overruns:0 frame:0
  20. TX packets:254 errors:0 dropped:0 overruns:0 carrier:0
  21. collisions:0 txqueuelen:0
  22. RX bytes:20724 (20.7 KB) TX bytes:20724 (20.7 KB)
  23.  
  24. robert@robert:~$ sudo lshw -C network
  25. *-network
  26. description: Ethernet interface
  27. product: AR8152 v2.0 Fast Ethernet
  28. vendor: Qualcomm Atheros
  29. physical id: 0
  30. bus info: pci@0000:01:00.0
  31. logical name: eth0
  32. version: c1
  33. serial: 00:25:22:ae:a0:71
  34. size: 100Mbit/s
  35. capacity: 100Mbit/s
  36. width: 64 bits
  37. clock: 33MHz
  38. capabilities: pm msi pciexpress vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation
  39. configuration: autonegotiation=on broadcast=yes driver=atl1c driverversion=1.0.1.1-NAPI duplex=full ip=192.168.1.4 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
  40. resources: irq:28 memory:fcfc0000-fcffffff ioport:dc00(size=128)
  41.  
  42. #normal startup
  43. robert@robert:~$ ifconfig
  44. lo Link encap:Local Loopback
  45. inet addr:127.0.0.1 Mask:255.0.0.0
  46. inet6 addr: ::1/128 Scope:Host
  47. UP LOOPBACK RUNNING MTU:65536 Metric:1
  48. RX packets:2595 errors:0 dropped:0 overruns:0 frame:0
  49. TX packets:2595 errors:0 dropped:0 overruns:0 carrier:0
  50. collisions:0 txqueuelen:0
  51. RX bytes:199881 (199.8 KB) TX bytes:199881 (199.8 KB)
  52.  
  53. robert@robert:~$ sudo lshw -C network
  54. [sudo] password for robert:
  55. *-network DISABLED
  56. description: Ethernet interface
  57. product: AR8152 v2.0 Fast Ethernet
  58. vendor: Qualcomm Atheros
  59. physical id: 0
  60. bus info: pci@0000:01:00.0
  61. logical name: eth0
  62. version: c1
  63. serial: 00:25:22:ae:a0:71
  64. capacity: 100Mbit/s
  65. width: 64 bits
  66. clock: 33MHz
  67. capabilities: pm msi pciexpress vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation
  68. configuration: autonegotiation=on broadcast=yes driver=atl1c driverversion=1.0.1.1-NAPI latency=0 link=no multicast=yes port=twisted pair
  69. resources: irq:17 memory:fcfc0000-fcffffff ioport:dc00(size=128)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement