Creación de redes LAN MAN y WAN en packet tracer

Mau Meza
25 Sept 202018:10

Summary

TLDRIn this video, Mauricio Meza demonstrates the setup of a Red Land, a private network within a geographical area accessible only to certain individuals. He installs a switch, connects computers, a server, and a printer, and assigns IP addresses for communication. The tutorial also covers setting up a WAN connection, involving routers and serial connections, to connect multiple LANs over a larger distance, simulating a scenario of buildings separated by up to 50 kilometers.

Takeaways

  • 🌐 The video discusses setting up a 'Red Land', a local area network within a geographical area allowing access to specific people.
  • 🛠️ The initial setup involves installing a switch and connecting two computers, a server, and a printer to it using Ethernet cables.
  • 💡 Connection status is indicated by green lights on the switch, which show that the devices are connected.
  • 🔢 IP addresses are assigned to each computer for communication within the network, with an example given as 192.168.2.x.
  • 📝 The script mentions configuring subnet masks and gateway addresses for devices, such as a printer and a server.
  • 🌐 The video also covers the creation of a 'Red WAN', a network that connects multiple LANs over a larger distance.
  • 🔌 For WAN connections, routers are connected using serial ports to establish connectivity between different networks.
  • 🛂 Access to networks is controlled through configuration of routers and setting up appropriate IP addresses and subnets.
  • 🔄 The process includes testing connections between devices to ensure successful communication within the network.
  • 📈 The script touches on the scalability of WAN, indicating that it can cover much larger distances than a LAN.
  • 🎬 The video is instructional, providing a step-by-step guide on setting up and configuring local and wide area networks.

Q & A

  • What is the main purpose of a Red Land network as described in the script?

    -A Red Land network is designed for a geographically close area, allowing access only to certain people, typically with controlled bandwidth and managed by a local administration. It provides continuous connectivity for local services and connects physically close devices.

  • What devices are initially installed in the Red Land network scenario presented in the script?

    -Initially, a switch, two computers, one server, and a printer are installed in the Red Land network scenario. These devices are connected directly to the switch using Ethernet cables.

  • How are the devices indicated to be connected in the script?

    -The devices are connected to the switch using Ethernet cables, and the connection is indicated by the lights turning green on the devices, signifying that the connection is established.

  • What is the IP address configuration used for the computers in the script?

    -The IP address configuration used for the computers is based on the 192.168.2.x range, with the first computer being assigned 192.168.2.2 and the second being assigned 192.168.2.1.

  • What is the purpose of configuring the IP addresses for the devices in the network?

    -Configuring IP addresses allows the devices to communicate with each other within the network. Each device has a unique address that is used for data transmission.

  • What additional network setup is described after the Red Land network is established?

    -After establishing the Red Land network, the script describes setting up a WAN (Wide Area Network) that connects multiple LANs over a larger distance, using routers and serial connections.

  • How are the routers connected in the WAN setup described in the script?

    -The routers are connected using serial connections, and each router is configured with specific IP addresses to establish connectivity between different LANs.

  • What is the significance of the serial port in the context of the script?

    -The serial port is used to connect routers in the WAN setup, allowing for communication between different LANs over a potentially large distance.

  • What is the method used to test the connectivity between devices in the script?

    -The method used to test connectivity involves pinging an IP address from one device to another, checking for successful packet delivery and minimal packet loss.

  • What is the final configuration described for the WAN in the script?

    -The final configuration for the WAN involves setting up static routes on the routers to direct traffic between different networks, with IP addresses such as 192.168.3.x and 192.150.x.x being used.

  • How does the script describe the potential distance covered by a WAN?

    -The script suggests that a WAN can cover a large distance, mentioning an example of 50 kilometers, but also indicating that the actual distance could be much greater.

Outlines

00:00

🔌 Setting Up a Local Area Network (LAN)

The script introduces Mauricio Meza, who is setting up a local area network (LAN) within a geographically confined area accessible only to certain individuals. The network is controlled by a local administration and provides continuous connectivity for local services, connecting physically close devices. The initial setup involves installing a switch and connecting two computers and a printer using Ethernet cables. The devices are connected to the switch, and the script describes the process of checking the connection by observing the green lights indicating a successful link. The computers are then assigned IP addresses within the 192.168.2.x range to facilitate communication within the network.

05:04

📡 Expanding the Network with Routers

The script continues with the expansion of the network by introducing routers to connect different networks through routes. The process involves configuring the routers to access the networks. The script describes the physical connection of routers and the configuration of serial ports for communication between them. It also mentions the need for additional computers or laptops for the setup. The focus is on establishing connectivity between the routers and configuring them to recognize different network segments, such as network 2.2 and network 1, to ensure successful communication across the expanded network.

10:05

🌐 Testing Network Connectivity and Setup

This section of the script discusses testing the network connectivity by pinging devices within the network. The process includes using the ping command to check the connection between different devices, such as from a computer to another or to a router. The script highlights the importance of successful packet delivery and low packet loss as indicators of a good connection. It also describes the setup of a WAN (Wide Area Network) that connects multiple LANs over a larger distance, using routers and configuring serial ports for remote connections, and the automatic assignment of IP addresses for ease of setup.

15:08

🏢 Configuring a WAN for Distant Buildings

The final paragraph of the script focuses on configuring a WAN to connect three buildings that are distant from each other, potentially up to 50 kilometers apart or more. The setup involves configuring static routes to direct traffic between the networks of the different buildings. The script describes the process of assigning IP addresses and subnet masks to the routers to establish the correct paths for communication. It concludes with a successful connection test between the buildings, demonstrating the effectiveness of the WAN configuration and its ability to connect distant locations.

Mindmap

Keywords

💡Red Land

Red Land refers to a private network located within a geographical area that restricts access to certain individuals. It is a controlled and private administration managed by a local authority, ensuring continuous connectivity for local services and physically close devices. In the video, Red Land is the initial network setup that the host begins with, highlighting its restricted access and local connectivity.

💡Switch

A switch is a networking device that connects multiple devices together on a computer network, allowing data to be sent and received between them. In the context of the video, the switch is the central device to which computers, a server, and a printer are connected, enabling them to communicate with each other within the Red Land network.

💡IP Address

An IP address is a unique numerical label assigned to each device connected to a computer network that uses the Internet Protocol for communication. In the script, the host assigns IP addresses to the computers, such as '192.168.2.1' for the first computer, which is essential for devices to communicate within the network.

💡Subnet Mask

A subnet mask is used to separate the network address from the host address within the IP address structure. It helps in identifying the range of IP addresses that are available within a network. In the video, the subnet mask '255.255.255.0' is provided, which is a common choice for local area networks.

💡Server

A server is a system that provides resources, data, or services to other computers and devices, known as clients, over a network. In the script, a server is installed to facilitate services such as email communication within the Red Land network.

💡Printer

A printer is an output device that reproduces text and images created by a computer on paper. In the video, a printer is connected to the switch to provide printing capabilities within the Red Land network.

💡Fast Ethernet

Fast Ethernet is a standard for Ethernet that operates at 100 Mbps over twisted pair cable. In the script, Fast Ethernet ports are used to connect the computers, server, and printer to the switch, indicating the type of connection used for the network.

💡Router

A router is a device that forwards data packets between computer networks, either within a single building or between different sites. In the video, routers are used to connect multiple networks together, creating a larger WAN (Wide Area Network).

💡Serial Connection

A serial connection is a type of data transmission that sends data one bit at a time, sequentially. In the script, a serial connection is mentioned as a method to connect routers, which is a common way to establish a point-to-point link between two devices.

💡WAN (Wide Area Network)

A Wide Area Network is a type of network that covers a large geographic area and typically connects multiple local area networks (LANs). In the video, the host discusses setting up a WAN that connects different buildings over a larger distance, which could be up to 50 kilometers or more.

💡Configuration

Configuration in the context of networking refers to the process of setting up and adjusting the parameters of network devices such as routers, switches, and computers to ensure they work correctly within the network. In the script, the host is constantly configuring devices with IP addresses, subnet masks, and other settings to establish the network.

Highlights

Introduction to creating a Red Land network, a private network within a geographical area accessible only to certain people.

Installing a switch as the first component of the Red Land network.

Connecting two computers and a server to the switch using Fast Ethernet cables.

Checking for green lights on devices to confirm successful connections.

Assigning IP addresses to computers for communication within the network.

Configuring a printer to be accessible within the Red Land network.

Exploring the concept of a Red WAN, connecting multiple networks over larger distances.

Setting up routers to handle connections between different networks.

Using serial connections to link routers and establish network communication.

Configuring routers with specific IP addresses and subnet masks for different networks.

Testing network connectivity between devices using IP addresses.

Demonstrating successful network connection with packet delivery and minimal loss.

Discussing the practical applications of Red Land and Red WAN networks in real-world scenarios.

Highlighting the importance of proper network configuration for effective communication.

Mentioning the use of switches in connecting multiple devices within a network.

Explaining the process of configuring network devices for optimal performance.

Concluding with a summary of the Red Land and Red WAN network setup and its capabilities.

Transcripts

play00:01

[Música]

play00:05

buenas noches mi nombre es mauricio meza

play00:07

y en esta ocasión vamos a hacer

play00:09

una red land es una red que se ve

play00:12

ubicada dentro de un área geográfica muy

play00:14

cercana que sólo permite acceso a

play00:17

determinadas personas quienes sobre todo

play00:20

lo que es un monte acceso

play00:24

de ancho de banda controlar contra es un

play00:27

conductor re controlada privada que

play00:29

administra es una administración local

play00:31

además proporciona conectividad continua

play00:34

de los servicios locales y conecta

play00:35

dispositivos físicamente cercanos el

play00:38

primero que vamos a instalar en este

play00:39

caso va a ser un switch nos vamos aquí

play00:42

abajo en la parte de tweets instalamos

play00:43

el primero

play00:45

y para esta misma vamos a utilizar dos

play00:48

computadoras

play00:50

y pues si se pone una vez con servidor

play00:53

también vamos a instalar una impresora

play00:55

para que también tengamos acceso a

play00:58

imprimir

play00:59

con 50

play01:02

lo primero que hay que hacer es conectar

play01:04

las tres las cuatro las dos computadoras

play01:07

el servidor y el

play01:09

la impresora directamente al switch y

play01:11

esto lo podemos hacer con un cable que

play01:13

sería este y al momento de conectar los

play01:16

podemos poner en el fast ethernet 1 y la

play01:19

computadora en el mismo

play01:21

aquí vamos a ver como luego se van

play01:24

conectando poco a poco cuando los

play01:26

foquitos se pongan en verde quiere decir

play01:28

que ya la conexión existe

play01:31

lo mismo con los demás

play01:38

y aquí ya no nos configura ahora lo

play01:41

único que hacer es que todo se quede

play01:43

completo y darle a todas las

play01:45

computadoras lo que sería el la

play01:49

dirección ip que es la base por la cual

play01:51

se van a comunicar nuestras computadoras

play01:53

en este caso de 2.168

play01:59

punto 2 que es la computadora 2 y nos da

play02:02

directamente

play02:03

[Música]

play02:05

la sub máscara

play02:07

vamos con la segunda

play02:11

la misma situación 198 puntos 168

play02:18

2.1 y nos da por automático nuestro

play02:24

vasca para la impresora ponemos la

play02:26

configuración

play02:29

de dos puntos

play02:35

y el servidor no 1000

play02:43

los puntos juntos

play02:53

como la conexión que este es para mandar

play02:56

un email de una computadora a otra y en

play02:59

la parte de aquí abajo nos aparece que

play03:02

fue así toda la comunicación no podemos

play03:05

ser la computadora del servidor y nos

play03:07

aparece lo mismo

play03:08

[Música]

play03:12

camps es una red más lo que vamos a

play03:16

hacer aquí que ya tenemos nuestra

play03:18

realidad una red nueva recordemos que es

play03:20

una red que conecta varias redes más a

play03:24

través de que a través de los rutas

play03:26

vamos a poner confrontar por aquí

play03:29

[Música]

play03:31

y estos van a ser una conexión seria

play03:33

para eso necesitamos configurarlos

play03:36

para que el acceso a nuestras redes que

play03:40

vamos a hacer que es una red más lo que

play03:44

vamos a hacer aquí que ya tenemos

play03:45

nuestra regla una red nueva recordemos

play03:48

que es varias redes que van a una red

play03:51

que conecta varias les revés más a

play03:54

través de que a través de los routers

play03:56

vamos a poner consorte por aquí

play04:01

y estos van a ser una conexión seria

play04:03

para eso necesitamos configurarlos

play04:05

configurarlos para que tengan acceso a

play04:08

nuestras redes para eso vamos a

play04:11

configurar los con estos aquí

play04:13

a nuestros puertos serias

play04:23

primero

play04:29

esto va a permitir la conexión entre

play04:31

gente en este por una puerta seria

play04:35

pero para estrado también vamos a

play04:38

necesitar computadoras

play04:44

la duración al laptop

play04:47

y lo mismo que ingresamos en los

play04:49

switches

play04:52

en este caso voy a ocupar el mismo

play04:55

y en las conexiones también ya que

play04:57

podemos hacer la conexión directa de

play04:59

aquí a esta parte podríamos hacerla con

play05:03

esto este nos va a dar la mejor conexión

play05:06

en cada uno

play05:07

los adultos conectarán fecha

play05:16

y aquí configuramos cada uno

play05:20

ah

play05:25

ah

play05:28

esta red no es diferente para que para

play05:33

que no tenga ninguna ninguna diferencia

play05:35

con la otra de los otros con el otro

play05:39

servidor

play05:41

[Música]

play05:46

conectamos desde aquí como podría ser

play05:48

[Música]

play06:16

ah

play06:24

[Música]

play06:29

[Música]

play06:41

[Música]

play06:54

el audio pero lo que estoy haciendo es

play06:57

conectar los routers para que tengan red

play07:00

de cada lado

play07:04

i

play07:11

y configurarla

play07:17

ya vemos que el conexión de este lado

play07:24

conectó la red

play07:28

[Música]

play07:30

2

play07:35

2

play07:37

que sería la punción

play07:39

d

play07:42

y ya vemos que empieza a haber conexión

play07:45

ahora nos falta conectar los routers y

play07:47

esto hace por el puerto sería

play07:49

[Música]

play07:52

y aparte hay que configurar

play07:54

aquí en la red

play08:01

[Música]

play08:16

viena segundo

play08:17

[Música]

play08:21

y el otro es el 1

play08:24

conectado

play08:33

nudos

play08:34

y lo encendemos

play08:37

y ahora el bosque ya empieza a ver

play08:39

colección

play08:41

[Música]

play08:43

y ahora lo que es

play08:48

en este caso nos volvemos

play08:50

[Música]

play08:52

y para esto vamos a ver

play08:56

en

play09:14

punto

play09:18

y ese modo lo mismo del otro lado

play09:21

es esta la queremos comenzar

play09:28

puntos

play09:38

por dónde va a entrar está buena

play09:41

2

play09:46

[Aplausos]

play09:48

y ahorita de vidente

play09:50

n

play09:52

conectados si buscamos la conexión diría

play09:56

que aquí ya nos aparece conectado y en

play09:59

este caso hacemos pruebas con de la

play10:02

segunda o la tercera y no sólo para este

play10:04

exitoso aquí aquí y quiere decir que ya

play10:08

hay conexión esta es una forma de probar

play10:10

podemos probarlo también a partir del

play10:13

pin

play10:17

y le ponemos lo que queremos conocer 192

play10:22

puntos

play10:24

punto

play10:25

4

play10:28

y nos aparece que tiene conexión entre

play10:31

las 44 paquetes entregados recibidos y

play10:35

perdidos 5 y eso quiere decir que ya en

play10:37

conexión

play10:38

dv

play10:40

de este street de esta computadora a

play10:43

este otro

play10:46

bueno ya que tenemos las nuestra red man

play10:50

ahora vamos a hacer nuestra red one es

play10:53

esto una red que conecta varias redes

play10:56

lan a una distancia mayor esto lo

play11:00

podemos hacer de la misma forma

play11:02

conectamos otros beach otro router

play11:07

otros bits

play11:10

[Música]

play11:14

y conectamos computadoras

play11:23

y vamos a hacer primero las conexiones

play11:29

y yo con éste puede hacerse más fácil

play11:31

conectar porque nos da por automático la

play11:34

mejor conexión de cada uno

play11:37

recuerden que para nuestro router hay

play11:39

que configurar lo que vamos a poner va a

play11:43

ser

play11:45

un puerto serial que nos ayude a

play11:47

conectar esto

play11:49

y lo encendemos

play11:52

ya que se conecten ponemos el puerto

play11:56

serial

play11:57

este va a ser el 3

play12:02

vamos a configurar esta red

play12:06

con las 192 168 3 en este caso va a ser

play12:13

dos las más caras

play12:18

3.1

play12:20

y cerramos configuramos los demás

play12:27

no no

play12:32

[Música]

play12:49

[Música]

play12:55

tres puntos

play12:57

[Música]

play12:59

y configuramos el rock

play13:04

esta conexión qué es

play13:08

el internet 06

play13:17

31

play13:20

en

play13:21

[Música]

play13:24

pero tenemos que hacer lo mismo que aquí

play13:26

con esto

play13:30

con él serían

play13:32

[Música]

play13:34

a quien imponemos sino 17 mente en que

play13:36

sería el 50

play13:39

00 y le vamos a agregar una red nueva

play13:52

punto

play13:58

punto 151 todos

play14:03

es más caro por automático y la

play14:04

encendemos esta es una red nueva

play14:06

entonces lo que vamos a hacer

play14:13

193

play14:15

150 puntos

play14:23

vamos a

play14:25

presentarlos

play14:28

qué es las 192 puntos 168

play14:35

punto 1 que la red que queremos conocer

play14:40

con las máscaras 255

play14:46

a través de la red

play14:50

192.200 tres puntos

play14:53

50 puntos es la red que tiene esta vez

play14:59

y a su vez está

play15:02

92.100 de 3.0 a través de la marca

play15:07

55

play15:09

[Música]

play15:11

y tenemos el a 192 puntos 105 268

play15:18

punto 150 puntos

play15:21

[Música]

play15:23

qué es la red que necesito tenemos

play15:25

también aquí

play15:28

y vemos la conexión probamos

play15:32

entre este sistema no está correcto y

play15:36

probamos la conexión

play15:38

y aquí ya nos aparece éxitos

play15:42

y aquí vamos a aparecer pero de aquí acá

play15:47

no nos aparece porque porque tenemos que

play15:50

presentar esta red ahí está a través de

play15:53

qué puerto lo vamos a ponerlas para esto

play15:56

entonces vamos a conectar en este lugar

play16:02

estática cuál es la queremos conocer 192

play16:07

0

play16:09

a través de la maestra 255

play16:14

y con cual puerto que es el mismo que

play16:17

tenemos 192 puntos 168 puntos 150 puntos

play16:22

es la misma que tenemos aquí abajo

play16:27

este mes hemos exactamente lo mismo

play16:31

vamos a configurarlo de esta forma

play16:34

porque porque este ya conoce las dos

play16:36

vías

play16:41

y sería la red 192 punto 161 puntos

play16:46

1.3 que es la que queremos conocer a

play16:50

través de la máscara 255

play16:54

y de 192 puntos

play16:58

100.1 que es el mismo puerto por el que

play17:01

queremos conocer a la red

play17:03

y no solo

play17:06

esperamos se configuren y ahora si

play17:09

hacemos

play17:10

probamos conexión de aquí y aquí tenemos

play17:13

conexión exitosa de aquí

play17:18

aquí igual

play17:21

de fiesta y esta corrección

play17:26

conexión

play17:31

y conexión y xxi quedaría configurado a

play17:34

nuestra red one es como decir que estos

play17:37

son tres edificios de diferentes lados

play17:40

a una distancia mayor que hace conectar

play17:43

que esté a este que está más cerca aquí

play17:46

como de 50 es de 50 kilómetros y este

play17:49

podría ser mucho mayor la distancia

play17:51

porque de aquí aquí hay 50 y ya que aquí

play17:54

hay 50 entonces podría ser mucho mayor

play17:57

de distancia que abarca una red wan

play18:00

y eso sería todo por mi parte y ahora

play18:04

[Música]

Rate This

5.0 / 5 (0 votes)

Related Tags
Network SetupRed LandRed WANConfigurationEthernetSwitchesRoutersConnectivityLocal ServicesBandwidth ControlTechnical Tutorial