Guest User

Untitled

a guest
Mar 24th, 2018
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. $ ifconfig wlan0
  2. wlan0: flags=-28605<UP,BROADCAST,RUNNING,MULTICAST,DYNAMIC> mtu 1500
  3. inet 192.168.1.3 netmask 255.255.255.0 broadcast 192.168.1.255
  4. ether aa:aa:aa:aa:aa:aa txqueuelen 1000 (Ethernet)
  5. RX packets 39310 bytes 7976110 (7.6 MiB)
  6. RX errors 0 dropped 0 overruns 0 frame 0
  7. TX packets 11710 bytes 2444978 (2.3 MiB)
  8. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  9.  
  10. $ cat /etc/hostname
  11. cerebro
  12.  
  13. $ cat /etc/hosts
  14. ::1 cerebro localhost6.localdomain6 localhost6
  15. 127.0.1.1 cerebro
  16.  
  17. 127.0.0.1 localhost
  18. ::1 localhost ip6-localhost ip6-loopback
  19. fe00::0 ip6-localnet
  20. ff00::0 ip6-mcastprefix
  21. ff02::1 ip6-allnodes
  22. ff02::2 ip6-allrouters
  23.  
  24. $ nmap -sP 192.168.1.3
  25.  
  26. Starting Nmap 7.01 ( https://nmap.org ) at 2018-03-24 21:22 GMT
  27. Nmap scan report for osmc.connect (192.168.1.3)
  28. Host is up (0.032s latency).
  29. Nmap done: 1 IP address (1 host up) scanned in 0.04 seconds
  30.  
  31. $ ping 192.168.1.3
  32. PING 192.168.1.3 (192.168.1.3) 56(84) bytes of data.
  33. 64 bytes from 192.168.1.3: icmp_seq=1 ttl=64 time=4.16 ms
  34. 64 bytes from 192.168.1.3: icmp_seq=1 ttl=64 time=4.61 ms (DUP!)
  35. 64 bytes from 192.168.1.3: icmp_seq=1 ttl=64 time=4.63 ms (DUP!)
  36. 64 bytes from 192.168.1.3: icmp_seq=1 ttl=64 time=4.88 ms (DUP!)
  37. 64 bytes from 192.168.1.3: icmp_seq=2 ttl=64 time=4.28 ms
  38. 64 bytes from 192.168.1.3: icmp_seq=2 ttl=64 time=4.32 ms (DUP!)
  39. 64 bytes from 192.168.1.3: icmp_seq=2 ttl=64 time=4.32 ms (DUP!)
  40. 64 bytes from 192.168.1.3: icmp_seq=2 ttl=64 time=4.55 ms (DUP!)
Add Comment
Please, Sign In to add comment