Advertisement
Guest User

Untitled

a guest
Oct 4th, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. luis@Hipatio:~$ ifconfig
  2. enp2s0 Link encap:Ethernet direcciónHW 68:f7:28:d2:a4:ce
  3. Direc. inet:192.168.11.119 Difus.:192.168.11.255 Másc:255.255.255.0
  4. Dirección inet6: fe80::6af7:28ff:fed2:a4ce/64 Alcance:Enlace
  5. ACTIVO DIFUSIÓN FUNCIONANDO MULTICAST MTU:1500 Métrica:1
  6. Paquetes RX:1330 errores:0 perdidos:0 overruns:0 frame:0
  7. Paquetes TX:915 errores:0 perdidos:0 overruns:0 carrier:0
  8. colisiones:0 long.colaTX:1000
  9. Bytes RX:121080 (121.0 KB) TX bytes:85100 (85.1 KB)
  10.  
  11. enx3c18a00b753d Link encap:Ethernet direcciónHW 3c:18:a0:0b:75:3d
  12. Direc. inet:192.168.11.2 Difus.:192.168.11.255 Másc:255.255.255.0
  13. Dirección inet6: fe80::4c9d:de01:a97a:fd42/64 Alcance:Enlace
  14. ACTIVO DIFUSIÓN FUNCIONANDO MULTICAST MTU:1500 Métrica:1
  15. Paquetes RX:10 errores:0 perdidos:0 overruns:0 frame:0
  16. Paquetes TX:38 errores:0 perdidos:0 overruns:0 carrier:0
  17. colisiones:0 long.colaTX:1000
  18. Bytes RX:2203 (2.2 KB) TX bytes:5468 (5.4 KB)
  19.  
  20. lo Link encap:Bucle local
  21. Direc. inet:127.0.0.1 Másc:255.0.0.0
  22. Dirección inet6: ::1/128 Alcance:Anfitrión
  23. ACTIVO BUCLE FUNCIONANDO MTU:65536 Métrica:1
  24. Paquetes RX:24 errores:0 perdidos:0 overruns:0 frame:0
  25. Paquetes TX:24 errores:0 perdidos:0 overruns:0 carrier:0
  26. colisiones:0 long.colaTX:1
  27. Bytes RX:1925 (1.9 KB) TX bytes:1925 (1.9 KB)
  28.  
  29. luis@Hipatio:~$ ping -I enx3c18a00b753d -c 5 8.8.8.8
  30. PING 8.8.8.8 (8.8.8.8) from 192.168.22.51 enx3c18a00b753d: 56(84) bytes of data.
  31.  
  32. --- 8.8.8.8 ping statistics ---
  33. 5 packets transmitted, 0 received, 100% packet loss, time 3999ms
  34.  
  35. luis@Hipatio:~$ ping -I enp2s0 -c 5 8.8.8.8
  36. PING 8.8.8.8 (8.8.8.8) from 192.168.11.119 enp2s0: 56(84) bytes of data.
  37. 64 bytes from 8.8.8.8: icmp_seq=1 ttl=55 time=51.6 ms
  38. 64 bytes from 8.8.8.8: icmp_seq=2 ttl=55 time=52.9 ms
  39. 64 bytes from 8.8.8.8: icmp_seq=3 ttl=55 time=50.9 ms
  40. 64 bytes from 8.8.8.8: icmp_seq=4 ttl=55 time=50.8 ms
  41. 64 bytes from 8.8.8.8: icmp_seq=5 ttl=55 time=51.0 ms
  42.  
  43. --- 8.8.8.8 ping statistics ---
  44. 5 packets transmitted, 5 received, 0% packet loss, time 4005ms
  45. rtt min/avg/max/mdev = 50.812/51.498/52.995/0.826 ms
  46. luis@Hipatio:~$ ping -c 5 8.8.8.8
  47. PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
  48. 64 bytes from 8.8.8.8: icmp_seq=1 ttl=51 time=57.9 ms
  49. 64 bytes from 8.8.8.8: icmp_seq=2 ttl=51 time=57.0 ms
  50. 64 bytes from 8.8.8.8: icmp_seq=3 ttl=51 time=57.0 ms
  51. 64 bytes from 8.8.8.8: icmp_seq=4 ttl=51 time=57.1 ms
  52. 64 bytes from 8.8.8.8: icmp_seq=5 ttl=51 time=57.6 ms
  53.  
  54. luis@Hipatio:~$ sudo route
  55. Tabla de rutas IP del núcleo
  56. Destino Pasarela Genmask Indic Métric Ref Uso Interfaz
  57. default Router- 0.0.0.0 UG 0 0 0 enp2s0
  58. default 192.168.22.1 0.0.0.0 UG 100 0 0 enx3c18a00b753d
  59. link-local * 255.255.0.0 U 1000 0 0 enp2s0
  60. 192.168.11.0 * 255.255.255.0 U 0 0 0 enp2s0
  61. 192.168.22.0 * 255.255.255.0 U 100 0 0 enx3c18a00b753d
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement