Advertisement
Guest User

Untitled

a guest
Aug 1st, 2013
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. iwconfigfs)
  2. ifconfig
  3. nm-tool
  4. *-network
  5. description: Ethernet interface
  6. product: JMC250 PCI Express Gigabit Ethernet Controller
  7. vendor: JMicron Technology Corp.
  8. physical id: 0.5
  9. bus info: pci@0000:01:00.5
  10. logical name: eth0
  11. version: 03
  12. serial: 80:ee:73:3a:af:70
  13. size: 100Mbit/s
  14. capacity: 1Gbit/s
  15. width: 32 bits
  16. clock: 33MHz
  17. capabilities: pm pciexpress msix msi bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
  18. configuration: autonegotiation=on broadcast=yes driver=jme driverversion=1.0.8 duplex=full ip=192.168.1.2 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
  19. resources: irq:45 memory:dfe00000-dfe03fff ioport:e100(size=128) ioport:e000(size=256)
  20. *-network
  21. description: Network controller
  22. product: RTL8188CE 802.11b/g/n WiFi Adapter
  23. vendor: Realtek Semiconductor Co., Ltd.
  24. physical id: 0
  25. bus info: pci@0000:02:00.0
  26. version: 01
  27. width: 64 bits
  28. clock: 33MHz
  29. capabilities: pm msi pciexpress bus_master cap_list
  30. configuration: driver=rtl8192ce latency=0
  31. resources: irq:17 ioport:d000(size=256) memory:dfd00000-dfd03fff
  32. vinicius@vinicius-Silva:~$ iwconfig
  33. eth0 no wireless extensions.
  34.  
  35. lo no wireless extensions.
  36.  
  37. vinicius@vinicius-Silva:~$ ifconfig
  38. eth0 Link encap:Ethernet HWaddr 80:ee:73:3a:af:70
  39. inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
  40. inet6 addr: fe80::82ee:73ff:fe3a:af70/64 Scope:Link
  41. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  42. RX packets:58360 errors:0 dropped:0 overruns:0 frame:0
  43. TX packets:33867 errors:0 dropped:0 overruns:0 carrier:0
  44. collisions:0 txqueuelen:1000
  45. RX bytes:82261804 (82.2 MB) TX bytes:2690007 (2.6 MB)
  46. Interrupt:45
  47.  
  48. lo Link encap:Local Loopback
  49. inet addr:127.0.0.1 Mask:255.0.0.0
  50. inet6 addr: ::1/128 Scope:Host
  51. UP LOOPBACK RUNNING MTU:16436 Metric:1
  52. RX packets:498 errors:0 dropped:0 overruns:0 frame:0
  53. TX packets:498 errors:0 dropped:0 overruns:0 carrier:0
  54. collisions:0 txqueuelen:0
  55. RX bytes:45881 (45.8 KB) TX bytes:45881 (45.8 KB)
  56.  
  57. vinicius@vinicius-Silva:~$ nm-tool
  58.  
  59. NetworkManager Tool
  60.  
  61. State: connected (global)
  62.  
  63. - Device: eth0 [Wired connection 1] -------------------------------------------
  64. Type: Wired
  65. Driver: jme
  66. State: connected
  67. Default: yes
  68. HW Address: 80:EE:73:3A:AF:70
  69.  
  70. Capabilities:
  71. Carrier Detect: yes
  72. Speed: 100 Mb/s
  73.  
  74. Wired Properties
  75. Carrier: on
  76.  
  77. IPv4 Settings:
  78. Address: 192.168.1.2
  79. Prefix: 24 (255.255.255.0)
  80. Gateway: 192.168.1.1
  81.  
  82. DNS: 192.168.1.1
  83.  
  84.  
  85. vinicius@vinicius-Silva:~$ nm-tool
  86.  
  87. NetworkManager Tool
  88.  
  89. State: connected (global)
  90.  
  91. - Device: eth0 [Wired connection 1] -------------------------------------------
  92. Type: Wired
  93. Driver: jme
  94. State: connected
  95. Default: yes
  96. HW Address: 80:EE:73:3A:AF:70
  97.  
  98. Capabilities:
  99. Carrier Detect: yes
  100. Speed: 100 Mb/s
  101.  
  102. Wired Properties
  103. Carrier: on
  104.  
  105. IPv4 Settings:
  106. Address: 192.168.1.2
  107. Prefix: 24 (255.255.255.0)
  108. Gateway: 192.168.1.1
  109.  
  110. DNS: 192.168.1.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement