Verificación de Configuración de Red de una Computadora

Page 1

Omar Gurrola

07 Febrero 2007

www.proprojects.wordpress.com

Verificación de Configuración de Red de una Computadora 1. Comandos y su funcionamiento. a) ARP (Address Resolution Protocol) Es un Protocolo de resolución de dirección que pertenece a la capa de red y se encarga de encontrar la dirección MAC de una IP específica. [1] b) IPCONFIG Éste comando nos muestra información como el nombre de la PC en la red, la dirección MAC de las tarjetas, el IP, la mascara de subred, IP del Gateway, IP del servidor DHCP, IP del servidor del DNS, etc. c) NETSTAT Este comando muestra una lista de conexiones activas de una PC, tanto conexiones entrantes como salientes. [2] d) PING Este comando se utiliza para mandar paquetes (Paquete ECO) a una IP y se espera recibir respuesta (Respuesta ECO) de dicha IP con tal de verificar su conectividad o diagnosticar errores en la red. [3] e) PATHPING “Proporciona información acerca de la latencia de red y las pérdidas de red en saltos intermedios entre un origen y un destino.”1 f) TRACERT Se utiliza para seguir la pista de los paquetes que van desde un origen (Host) hasta un destino. También se obtienen estadísticas de velocidad de transmisión de los paquetes. [4] 2. Algunas definiciones. a) DNS (Domain Name System) Es una base de datos que almacena información asociada a nombres de dominio en redes como Internet. Los usos más comunes son la asignación de nombres de dominio a direcciones IP y la localización de los servidores de correo electrónico de cada dominio. [5]

1

Microsoft, “Patchping”, http://www.microsoft.com/technet/prodtechnol/windowsserver2003/es/library/ServerHelp/ 15a7ad8c-e153-4998-8504-34c084b97ccc.mspx?mfr=true, 07 de febrero de 2007

1


Omar Gurrola

07 Febrero 2007

www.proprojects.wordpress.com

b) DHCP (Dynamic Host Configuration Protocol) Este protocolo de red permite que los nodos de una red IP obtengan los parámetros de configuración automáticamente. Este protocolo es de tipo Cliente/Servidor donde generalmente el servidor contiene una lista de IPs dinámicas y las va asignando a los clientes conforme estas van estando libres. [6] c) WINS (Windows Internet Naming Service) Es un servidor de nombres de Microsoft para NETBIOS que mantiene una tabla con la correspondencia entre direcciones IP y nombres. [7] Los beneficios de utilizar este servidor es localizar rápidamente una PC en la red evitando búsquedas como peticiones broadcast y con ello reducir el trafico en la red. [7] 3. En alguna computadora de la escuela: Datos a buscar: Dirección MAC del PC Direccion IP del PC Nombre del PC Direccion IP del Ruteador Direccion MAC del Ruteador Dirección IP de los DNS Dirección IP del DHCP Mascara de Subred

Datos Obtenidos: 00-B0-D0-44-DA-DB 148.210.138.121 lca11 148.210.138.1 00-01-64-72-8C-80 148.210.20.100 148.210.20.5 148.210.20.8 148.210.20.5 255.255.255.0

Comando Utilizado: IPCONFIG /all IPCONFIG /all IPCONFIG /all IPCONFIG /all ARP –a 148.210.138.1 IPCONFIG /all IPCONFIG /all IPCONFIG /all

4. En alguna computadora fuera de la escuela: Datos a buscar: Dirección MAC del PC Direccion IP del PC Nombre del PC Direccion IP del Ruteador Direccion MAC del Ruteador Dirección IP de los DNS Dirección IP del DHCP Mascara de Subred

Datos Obtenidos: 00-01-6C-27-5E-8F 10.27.53.155 MIKO 10.27.1.1 00-01-5C-23-87-82 200.94.160.245 200.94.160.246 172.16.10.2 255.255.0.0

Comando Utilizado: IPCONFIG /all IPCONFIG /all IPCONFIG /all IPCONFIG /all ARP –a 10.27.1.1 IPCONFIG /all IPCONFIG /all IPCONFIG /all

2


Omar Gurrola

07 Febrero 2007

www.proprojects.wordpress.com

5. Verificar el uso del comando ping, hacer ping a las siguientes direcciones: a) De una computadora de la escuela Ping a :

Resultado: Pinging 127.0.0.1 with 32 bytes of data:

127.0.0.1

Reply from 127.0.0.1: bytes=32 time<1ms TTL=128 Reply from 127.0.0.1: bytes=32 time<1ms TTL=128 Reply from 127.0.0.1: bytes=32 time<1ms TTL=128 Reply from 127.0.0.1: bytes=32 time<1ms TTL=128 Ping statistics for 127.0.0.1: Packets: Sent = 4, Received = 4, Lost = 0 ( Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms Pinging www.yahoo-ht2.akadns.net [209.191.93.52] with 32 bytes of data:

www.yahoo.com

Reply from 148.210.1.1: Destination net unreachable. Request timed out. Request timed out. Reply from 148.210.1.1: Destination net unreachable. Ping statistics for 209.191.93.52: Packets: Sent = 4, Received = 2, Lost = 2 (50% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms Pinging 148.210.20.100 with 32 bytes of data: Reply from 148.210.20.100: bytes=32 time<1ms TTL=126 Reply from 148.210.20.100: bytes=32 time<1ms TTL=126 Reply from 148.210.20.100: bytes=32 time<1ms TTL=126 Reply from 148.210.20.100: bytes=32 time<1ms TTL=126 Ping statistics for 148.210.20.100: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms E:\Documents and Settings\progra3>ping 148.210.20.5 Pinging 148.210.20.5 with 32 bytes of data:

Servidor DNS del ejercicio 3

Reply from 148.210.20.5: bytes=32 time<1ms TTL=126 Reply from 148.210.20.5: bytes=32 time<1ms TTL=126 Reply from 148.210.20.5: bytes=32 time<1ms TTL=126 Reply from 148.210.20.5: bytes=32 time<1ms TTL=126 Ping statistics for 148.210.20.5: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms E:\Documents and Settings\progra3>ping 148.210.20.8 Pinging 148.210.20.8 with 32 bytes of data: Reply from 148.210.20.8: bytes=32 time<1ms TTL=62 Reply from 148.210.20.8: bytes=32 time<1ms TTL=62 Reply from 148.210.20.8: bytes=32 time<1ms TTL=62

3


Omar Gurrola

07 Febrero 2007

www.proprojects.wordpress.com

Reply from 148.210.20.8: bytes=32 time<1ms TTL=62 Ping statistics for 148.210.20.8: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms Pinging 148.210.20.5 with 32 bytes of data:

Servidor DHCP del ejercicio 3

Reply from 148.210.20.5: bytes=32 time<1ms TTL=126 Reply from 148.210.20.5: bytes=32 time<1ms TTL=126 Reply from 148.210.20.5: bytes=32 time<1ms TTL=126 Reply from 148.210.20.5: bytes=32 time<1ms TTL=126 Ping statistics for 148.210.20.5: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms

b) De una computadora fuera de la escuela Ping a :

Resultado: Pinging 127.0.0.1 with 32 bytes of data:

127.0.0.1

Reply from 127.0.0.1: bytes=32 time<1ms TTL=128 Reply from 127.0.0.1: bytes=32 time<1ms TTL=128 Reply from 127.0.0.1: bytes=32 time<1ms TTL=128 Reply from 127.0.0.1: bytes=32 time<1ms TTL=128 Ping statistics for 127.0.0.1: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms Pinging www.yahoo-ht2.akadns.net [209.191.93.52] with 32 bytes of data:

www.yahoo.com

Reply from 209.191.93.52: bytes=32 time=30ms TTL=56 Reply from 209.191.93.52: bytes=32 time=29ms TTL=56 Reply from 209.191.93.52: bytes=32 time=31ms TTL=57 Reply from 209.191.93.52: bytes=32 time=30ms TTL=57 Ping statistics for 209.191.93.52: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 29ms, Maximum = 31ms, Average = 30ms C:\Documents and Settings\Tomiko>ping 200.94.160.245 Pinging 200.94.160.245 with 32 bytes of data:

Servidor DNS del ejercicio 4

Reply from 200.94.160.245: bytes=32 time=26ms TTL=62 Reply from 200.94.160.245: bytes=32 time=9ms TTL=62 Reply from 200.94.160.245: bytes=32 time=12ms TTL=62 Reply from 200.94.160.245: bytes=32 time=7ms TTL=62 Ping statistics for 200.94.160.245: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 7ms, Maximum = 26ms, Average = 13ms C:\Documents and Settings\Tomiko>ping 172.16.10.2

Servidor DHCP del ejercicio 4

Pinging 172.16.10.2 with 32 bytes of data: Reply from 172.16.10.2: bytes=32 time=11ms TTL=254

4


Omar Gurrola

07 Febrero 2007

www.proprojects.wordpress.com

Reply from 172.16.10.2: bytes=32 time=8ms TTL=254 Reply from 172.16.10.2: bytes=32 time=10ms TTL=254 Reply from 172.16.10.2: bytes=32 time=7ms TTL=254 Ping statistics for 172.16.10.2: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 7ms, Maximum = 11ms, Average = 9ms

6. Realizar un “trazo de ruta� de las siguientes direcciones: a) De una computadora de la escuela Trazo :

Resultado: Tracing route to localhost [127.0.0.1] over a maximum of 30 hops:

127.0.0.1

1

<1 ms

<1 ms

<1 ms localhost [127.0.0.1]

Trace complete. E:\Documents and Settings\progra3>tracert 148.210.20.100 Tracing route to adsbk-server.uacj.mx [148.210.20.100] over a maximum of 30 hops:

www.yahoo.com

1 2 3

<1 ms <1 ms <1 ms

<1 ms <1 ms <1 ms

<1 ms 148.210.138.1 <1 ms 148.210.2.2 <1 ms adsbk-server.uacj.mx [148.210.20.100]

Trace complete. E:\Documents and Settings\progra3>tracert 148.210.20.5 Tracing route to netdns.uacj.mx [148.210.20.5] over a maximum of 30 hops: 1 2 3

Servidor DNS del ejercicio 3

<1 ms <1 ms <1 ms

<1 ms <1 ms <1 ms

<1 ms 148.210.138.1 <1 ms 148.210.2.2 <1 ms netdns.uacj.mx [148.210.20.5]

Trace complete. E:\Documents and Settings\progra3>tracert 148.210.20.8 Tracing route to 148.210.20.8 over a maximum of 30 hops 1 2 3

<1 ms <1 ms <1 ms

<1 ms <1 ms <1 ms

<1 ms 148.210.138.1 <1 ms 148.210.2.2 <1 ms 148.210.20.8

Trace complete. Tracing route to dragon.dgsca.unam.mx [132.248.10.7] over a maximum of 30 hops:

www.unam.mx

1 2 3 4 5 6 7 8 9

<1 ms <1 ms <1 ms 148.210.138.1 <1 ms <1 ms <1 ms 148.210.2.2 1 ms <1 ms <1 ms 148.210.1.1 * * * Request timed out. 15 ms 14 ms 14 ms 200.23.60.145 36 ms 36 ms 36 ms 200.23.60.234 49 ms 48 ms 47 ms 200.23.60.225 49 ms 49 ms 49 ms 200.23.60.194 49 ms 48 ms 49 ms ve77-zc-core.ge.unam.mx [132.247.255.222]

5


Omar Gurrola

07 Febrero 2007 10 11 12 13

49 ms 54 ms 49 ms 50 ms

49 ms 49 ms 49 ms 50 ms

49 ms 50 ms 50 ms 54 ms

www.proprojects.wordpress.com

132.247.251.201 132.247.251.194 132.247.251.6 dragon.dgsca.unam.mx [132.248.10.7]

Trace complete.

b) De una computadora fuera de la escuela Trazo :

Resultado: Tracing route to localhost [127.0.0.1] over a maximum of 30 hops:

127.0.0.1

1

<1 ms

<1 ms

<1 ms localhost [127.0.0.1]

Trace complete. Tracing route to www.yahoo-ht2.akadns.net [209.191.93.52] over a maximum of 30 hops:

www.yahoo.com

1 2 54] 3 ] 4 5 6 7 8 ] 9 10 11 12 ] 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

12 ms 8 ms

21 ms 11 ms 10.27.1.1 9 ms 8 ms 200.94.160.254.static.cablemas.com [200.94.160.2

10 ms

9 ms

9 ms 69-44-142-21.static.transtelco.net [69.44.142.21

10 ms 21 ms 20 ms 25 ms 52 ms

9 ms 18 ms 22 ms 26 ms 27 ms

9 ms elpstx1wce1-gige3-0.wcg.net [64.200.204.113] 19 ms 64.200.249.94 21 ms austtx1wce010-pos4-0.wcg.net [64.200.184.17] 22 ms hstntx1wcx3-pos3-0.net [64.200.184.21] 28 ms dllstx1wcx3-pos14-0-oc192.wcg.net [64.200.210.65

27 ms 28 ms 32 ms 64.200.249.130 47 ms 27 ms 29 ms te-4-2.car2.Dallas1.Level3.net [4.68.110.13] 30 ms 31 ms 31 ms 4.79.182.2 29 ms 39 ms 30 ms ge-1-1-0-p131.msr2.mud.yahoo.com [216.115.104.95 31 ms 30 ms * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

31 ms te-8-1.bas-c1.mud.yahoo.com [68.142.193.5] Request timed out. Request timed out. Request timed out. Request timed out. Request timed out. Request timed out. Request timed out. Request timed out. Request timed out. Request timed out. Request timed out. Request timed out. Request timed out. Request timed out. Request timed out. Request timed out. Request timed out.

Trace complete. C:\Documents and Settings\Tomiko>tracert 200.94.160.245

Servidor DNS del ejercicio 4

Tracing route to 200.94.160.245 over a maximum of 30 hops 1 2

32 ms 15 ms

8 ms 10 ms

9 ms 10.27.1.1 9 ms 200.94.160.245

6


Omar Gurrola

07 Febrero 2007

www.proprojects.wordpress.com

Trace complete. C:\Documents and Settings\Tomiko>tracert 200.94.160.246 Tracing route to 200.94.160.246.static.cablemas.com [200.94.160.246] over a maximum of 30 hops: 1 2 46]

9 ms 9 ms

10 ms 9 ms

7 ms 10.27.1.1 9 ms 200.94.160.246.static.cablemas.com [200.94.160.2

Trace complete. Tracing route to dragon.dgsca.unam.mx [132.248.10.7] over a maximum of 30 hops:

www.unam.mx

1 9 ms 10 ms 7 ms 10.27.1.1 2 7 ms 12 ms 14 ms 200.94.160.254.static.cablemas.com [200.94.160.2 54] 3 10 ms 10 ms 11 ms 69-44-142-21.static.transtelco.net [69.44.142.21 ] 4 30 ms 31 ms 28 ms 64.215.31.189 5 66 ms 67 ms 66 ms ge1-1-10G.ar4.LAX1.gblx.net [67.17.95.210] 6 66 ms 70 ms 65 ms 64.213.78.22 7 114 ms 111 ms 112 ms customer-200-38-193-2.uninet.net.mx [200.38.193. 2] 8 * * * Request timed out. 9 * * wan-st1-0307-0009.uninet.net.mx [200.79.4.141] reports: Destination net unreachable. Trace complete.

7


Omar Gurrola

07 Febrero 2007

www.proprojects.wordpress.com

Referencias [1].

Wikipedia, “Address Resolution Protocol”, http://es.wikipedia.org/wiki/Protocolo_de_resoluci%C3%B3n_de_direccion es, 06 de febrero de 2007.

[2].

Wikipedia, “Netstat”, http://es.wikipedia.org/wiki/Netstat, 06 de febrero de 2007.

[3].

Wikipedia, “Ping”, http://es.wikipedia.org/wiki/Ping, 06 de febrero de 2007.

[4].

Wikipedia, “Tracert”, http://es.wikipedia.org/wiki/Tracert, 06 de Febrero de 2007.

[5].

Wikipedia, “DNS”, http://es.wikipedia.org/wiki/DNS, 06 de Febrero de 2007.

[6].

Wikipedia, “DHCP”, http://es.wikipedia.org/wiki/DHCP, 06 de Febrero de 2007.

[7].

Wikipedia, “WINS”, http://es.wikipedia.org/wiki/WINS, 06 de Febrero de 2007.

8


Turn static files into dynamic content formats.

Create a flipbook
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.