sajjads24

Untitled

Mar 25th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.97 KB | None | 0 0
  1. [sajjad@server ~] $ ifconfig
  2. enp2s0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
  3.         ether bc:ae:c5:b2:83:f4  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 1  (Local Loopback)
  13.         RX packets 1701  bytes 177764 (173.5 KiB)
  14.         RX errors 0  dropped 0  overruns 0  frame 0
  15.         TX packets 1701  bytes 177764 (173.5 KiB)
  16.         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
  17.  
  18. virbr0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
  19.         inet 192.168.122.1  netmask 255.255.255.0  broadcast 192.168.122.255
  20.         ether 52:54:00:69:e5:08  txqueuelen 1000  (Ethernet)
  21.         RX packets 0  bytes 0 (0.0 B)
  22.         RX errors 0  dropped 0  overruns 0  frame 0
  23.         TX packets 0  bytes 0 (0.0 B)
  24.         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
  25.  
  26. vmnet1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
  27.         inet 172.16.212.1  netmask 255.255.255.0  broadcast 172.16.212.255
  28.         inet6 fe80::250:56ff:fec0:1  prefixlen 64  scopeid 0x20<link>
  29.         ether 00:50:56:c0:00:01  txqueuelen 1000  (Ethernet)
  30.         RX packets 0  bytes 0 (0.0 B)
  31.         RX errors 0  dropped 0  overruns 0  frame 0
  32.         TX packets 35  bytes 0 (0.0 B)
  33.         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
  34.  
  35. vmnet8: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
  36.         inet 172.16.105.1  netmask 255.255.255.0  broadcast 172.16.105.255
  37.         inet6 fe80::250:56ff:fec0:8  prefixlen 64  scopeid 0x20<link>
  38.         ether 00:50:56:c0:00:08  txqueuelen 1000  (Ethernet)
  39.         RX packets 0  bytes 0 (0.0 B)
  40.         RX errors 0  dropped 0  overruns 0  frame 0
  41.         TX packets 35  bytes 0 (0.0 B)
  42.         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
  43.  
  44. wlp0s26u1u4: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
  45.         ether 66:9c:5e:f0:d9:cf  txqueuelen 1000  (Ethernet)
  46.         RX packets 0  bytes 0 (0.0 B)
  47.         RX errors 0  dropped 0  overruns 0  frame 0
  48.         TX packets 0  bytes 0 (0.0 B)
  49.         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
  50.  
  51. wlp8s1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
  52.         inet 192.168.1.102  netmask 255.255.255.0  broadcast 192.168.1.255
  53.         inet6 fe80::21ee:58a:e31a:2991  prefixlen 64  scopeid 0x20<link>
  54.         ether 90:f6:52:d5:44:fd  txqueuelen 1000  (Ethernet)
  55.         RX packets 3314  bytes 2110559 (2.0 MiB)
  56.         RX errors 0  dropped 0  overruns 0  frame 0
  57.         TX packets 3812  bytes 528686 (516.2 KiB)
  58.         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
  59.  
  60. [sajjad@server ~] $ lshw -C network
  61. WARNING: you should run this program as super-user.
  62.   *-network                
  63.        description: Ethernet interface
  64.        product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
  65.        vendor: Realtek Semiconductor Co., Ltd.
  66.        physical id: 0
  67.        bus info: pci@0000:02:00.0
  68.        logical name: enp2s0
  69.        version: 03
  70.        serial: bc:ae:c5:b2:83:f4
  71.        size: 10Mbit/s
  72.        capacity: 1Gbit/s
  73.        width: 64 bits
  74.        clock: 33MHz
  75.        capabilities: bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
  76.        configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl_nic/rtl8168d-2.fw latency=0 link=no multicast=yes port=MII speed=10Mbit/s
  77.        resources: irq:39 ioport:b800(size=256) memory:f6fff000-f6ffffff memory:f6ff8000-f6ffbfff memory:f7bf0000-f7bfffff
  78.   *-network:0
  79.        description: Wireless interface
  80.        product: AR922X Wireless Network Adapter
  81.        vendor: Qualcomm Atheros
  82.        physical id: 1
  83.        bus info: pci@0000:08:01.0
  84.        logical name: wlp8s1
  85.        version: 01
  86.        serial: 90:f6:52:d5:44:fd
  87.        width: 32 bits
  88.        clock: 66MHz
  89.        capabilities: bus_master cap_list ethernet physical wireless
  90.        configuration: broadcast=yes driver=ath9k driverversion=4.9.7-201.fc25.x86_64 firmware=N/A ip=192.168.1.102 latency=168 link=yes multicast=yes wireless=IEEE 802.11
  91.        resources: irq:16 memory:f7ff0000-f7ffffff
  92.   *-network:1
  93.        description: Network controller
  94.        product: B2C2 FlexCopII DVB chip / Technisat SkyStar2 DVB card
  95.        vendor: Techsan Electronics Co Ltd
  96.        physical id: 2
  97.        bus info: pci@0000:08:02.0
  98.        version: 02
  99.        width: 32 bits
  100.        clock: 33MHz
  101.        capabilities: bus_master
  102.        configuration: driver=b2c2_flexcop_pci latency=64
  103.        resources: irq:17 memory:f7fe0000-f7feffff ioport:ec00(size=32)
  104.   *-network:0
  105.        description: Ethernet interface
  106.        physical id: 2
  107.        logical name: virbr0
  108.        serial: 52:54:00:69:e5:08
  109.        capabilities: ethernet physical
  110.        configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A ip=192.168.122.1 link=no multicast=yes
  111.   *-network:1 DISABLED
  112.        description: Ethernet interface
  113.        physical id: 3
  114.        logical name: virbr0-nic
  115.        serial: 52:54:00:69:e5:08
  116.        size: 10Mbit/s
  117.        capabilities: ethernet physical
  118.        configuration: autonegotiation=off broadcast=yes driver=tun driverversion=1.6 duplex=full link=no multicast=yes port=twisted pair speed=10Mbit/s
  119.   *-network:2
  120.        description: Wireless interface
  121.        physical id: 4
  122.        bus info: usb@1:1.4
  123.        logical name: wlp0s26u1u4
  124.        serial: 66:9c:5e:f0:d9:cf
  125.        capabilities: ethernet physical wireless
  126.        configuration: broadcast=yes driver=rtl8192cu driverversion=4.9.7-201.fc25.x86_64 firmware=N/A link=no multicast=yes wireless=IEEE 802.11
  127. WARNING: output may be incomplete or inaccurate, you should run this program as super-user.
  128. [sajjad@server ~] $
Add Comment
Please, Sign In to add comment