Advertisement
Guest User

Untitled

a guest
Oct 21st, 2017
722
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.20 KB | None | 0 0
  1. root@squirrel:~/payloads# df -h
  2. Filesystem                Size      Used Available Use% Mounted on
  3. rootfs                    1.6M    228.0K      1.4M  14% /
  4. /dev/root                13.3M     13.3M         0 100% /rom
  5. tmpfs                    29.8M     72.0K     29.8M   0% /tmp
  6. /dev/mtdblock3            1.6M    228.0K      1.4M  14% /overlay
  7. overlayfs:/overlay        1.6M    228.0K      1.4M  14% /
  8. tmpfs                   512.0K         0    512.0K   0% /dev
  9.  
  10. root@squirrel:~/payloads# dmesg | grep eth | grep up
  11. [    9.630000] eth0: link up (100Mbps/Full duplex)
  12. [   39.270000] eth0: link up (100Mbps/Full duplex)
  13. [   39.560000] eth1: link up (1000Mbps/Full duplex)
  14.  
  15. root@squirrel:~/payloads# uname -a
  16. Linux squirrel 3.18.45 #49 Thu Jul 13 17:58:25 PDT 2017 mips GNU/Linux
  17.  
  18. root@squirrel:~/payloads# ifconfig
  19. eth0      Link encap:Ethernet  HWaddr 00:13:37:A6:9A:EF
  20.           inet addr:172.16.32.1  Bcast:172.16.32.255  Mask:255.255.255.0
  21.           inet6 addr: fe80::213:37ff:fea6:9aef/64 Scope:Link
  22.           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  23.           RX packets:113482 errors:0 dropped:2 overruns:0 frame:0
  24.           TX packets:194251 errors:0 dropped:0 overruns:0 carrier:0
  25.           collisions:0 txqueuelen:1000
  26.           RX bytes:28100531 (26.7 MiB)  TX bytes:234377065 (223.5 MiB)
  27.           Interrupt:4
  28.  
  29. eth1      Link encap:Ethernet  HWaddr 00:13:37:A6:9A:ED
  30.           inet addr:Nope  Bcast:Nope  Mask:255.255.255.0
  31.           inet6 addr: Nope Scope:Link
  32.           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  33.           RX packets:195797 errors:0 dropped:0 overruns:0 frame:0
  34.           TX packets:113218 errors:0 dropped:0 overruns:0 carrier:0
  35.           collisions:0 txqueuelen:1000
  36.           RX bytes:234544124 (223.6 MiB)  TX bytes:28034727 (26.7 MiB)
  37.           Interrupt:5
  38.  
  39. lo        Link encap:Local Loopback
  40.           inet addr:127.0.0.1  Mask:255.0.0.0
  41.           inet6 addr: ::1/128 Scope:Host
  42.           UP LOOPBACK RUNNING  MTU:65536  Metric:1
  43.           RX packets:16 errors:0 dropped:0 overruns:0 frame:0
  44.           TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
  45.           collisions:0 txqueuelen:0
  46.           RX bytes:3411 (3.3 KiB)  TX bytes:3411 (3.3 KiB)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement