Advertisement
mbahganteng

parrot

Jul 24th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.22 KB | None | 0 0
  1. ┌─[root@parrot][~]
  2. └──╼ #ifconfig
  3. eth0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
  4.         ether 38:2c:4a:82:0c:6d  txqueuelen 1000  (Ethernet)
  5.         RX packets 0  bytes 0 (0.0 B)
  6.         RX errors 0  dropped 0  overruns 0  frame 0
  7.         TX packets 0  bytes 0 (0.0 B)
  8.         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
  9.  
  10. lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
  11.         inet 127.0.0.1  netmask 255.0.0.0
  12.         inet6 ::1  prefixlen 128  scopeid 0x10<host>
  13.         loop  txqueuelen 1000  (Local Loopback)
  14.         RX packets 8  bytes 396 (396.0 B)
  15.         RX errors 0  dropped 0  overruns 0  frame 0
  16.         TX packets 8  bytes 396 (396.0 B)
  17.         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
  18.  
  19. wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
  20.         inet 192.168.15.234  netmask 255.255.255.0  broadcast 192.168.15.255
  21.         inet6 fe80::9068:d6f:de79:12b  prefixlen 64  scopeid 0x20<link>
  22.         ether 5c:93:a2:d1:63:c9  txqueuelen 1000  (Ethernet)
  23.         RX packets 4512  bytes 2318911 (2.2 MiB)
  24.         RX errors 0  dropped 0  overruns 0  frame 0
  25.         TX packets 4849  bytes 936876 (914.9 KiB)
  26.         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
  27.  
  28. ┌─[root@parrot][~]
  29. └──╼ #ifup eth0
  30. ifup: unknown interface eth0
  31. └──╼ #ethtool eth0
  32. Settings for eth0:
  33.     Supported ports: [ TP MII ]
  34.     Supported link modes:   10baseT/Half 10baseT/Full
  35.                             100baseT/Half 100baseT/Full
  36.     Supported pause frame use: No
  37.     Supports auto-negotiation: Yes
  38.     Advertised link modes:  10baseT/Half 10baseT/Full
  39.                             100baseT/Half 100baseT/Full
  40.     Advertised pause frame use: Symmetric Receive-only
  41.     Advertised auto-negotiation: Yes
  42.     Link partner advertised link modes:  10baseT/Half 10baseT/Full
  43.                                          100baseT/Half 100baseT/Full
  44.     Link partner advertised pause frame use: Symmetric Receive-only
  45.     Link partner advertised auto-negotiation: Yes
  46.     Speed: 100Mb/s
  47.     Duplex: Full
  48.     Port: MII
  49.     PHYAD: 0
  50.     Transceiver: internal
  51.     Auto-negotiation: on
  52.     Supports Wake-on: pumbg
  53.     Wake-on: g
  54.     Current message level: 0x00000033 (51)
  55.                    drv probe ifdown ifup
  56.     Link detected: no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement