114 lines
3.4 KiB
TeX
114 lines
3.4 KiB
TeX
\documentclass[12pt,a4paper]{article}
|
|
\usepackage[spanish]{babel}
|
|
\usepackage{graphicx}
|
|
|
|
\title{Tema IV Ejercicio II: Enrutamiento Estático}
|
|
\author{Nicolás A. Ortega Froysa}
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
\pagebreak
|
|
\tableofcontents
|
|
\pagebreak
|
|
\section{Hoja De Control Del Documento}
|
|
\begin{table}[h!]
|
|
\begin{center}
|
|
\caption{Documento/Archivo}
|
|
\label{tab:document}
|
|
\begin{tabular}{|l|c|l|c|}
|
|
\hline
|
|
{\bf Fecha Última Modificación} & \the\day/\the\month/\the\year &
|
|
{\bf Versión/Revisión} & v01r01 \\ \hline
|
|
{\bf Fecha Creación} & 16/11/2021 & \hfill & \hfill \\ \hline
|
|
{\bf Fecha Finalización} & \the\day/\the\month/\the\year & \hfill &
|
|
\hfill \\ \hline
|
|
\end{tabular}
|
|
\end{center}
|
|
\end{table}
|
|
|
|
\begin{table}[h!]
|
|
\begin{center}
|
|
\caption{Registro De Cambios}
|
|
\label{tab:registro-cambios}
|
|
\begin{tabular}{|c|c|c|}
|
|
\hline
|
|
{\bf Versión/Revisión} & {\bf Página(s)} & {\bf Descripción} \\
|
|
\hline
|
|
v01r01 & Todas & Creación y elaboración del documento. \\ \hline
|
|
\end{tabular}
|
|
\end{center}
|
|
\end{table}
|
|
|
|
\begin{table}[h!]
|
|
\begin{center}
|
|
\caption{Autores Del Documento}
|
|
\label{tab:autores}
|
|
\begin{tabular}{|c|c|}
|
|
\hline
|
|
{\bf Apellidos, Nombre} & {\bf Curso} \\ \hline
|
|
Ortega Froysa, Nicolás Andrés & 1 \\ \hline
|
|
\end{tabular}
|
|
\end{center}
|
|
\end{table}
|
|
|
|
\begin{table}[h!]
|
|
\begin{center}
|
|
\begin{tabular}{|p{4cm}|p{4cm}|p{4cm}|}
|
|
\hline
|
|
{\bf Preparado} & {\bf Revisado} & {\bf Aprobado} \\ \hline
|
|
Ortega Froysa, Nicolás Andrés & \hfill & \hfill \\ \hline
|
|
\end{tabular}
|
|
\end{center}
|
|
\end{table}
|
|
|
|
\pagebreak
|
|
|
|
\section{Resumen Ejecutivo}
|
|
|
|
\begin{figure}[h]
|
|
\centering
|
|
\includegraphics[width=0.75\linewidth]{imgs/00-mapa.png}
|
|
\caption{Mapa global de la red.}
|
|
\label{fig:mapa}
|
|
\end{figure}
|
|
|
|
El objetivo de este ejercicio es poder montar una red formada por varias
|
|
subredes haciendo uso del enrutamiento estático. Se hará uso de
|
|
tecnologías conectadas por cable, por conexión inalámbrica, con servidor
|
|
web y servidor DNS (figura \ref{fig:mapa}). Las direcciones IP las asignaremos
|
|
de manera estática (tabla \ref{tab:ips}).
|
|
|
|
\begin{table}[h]
|
|
\begin{center}
|
|
\begin{tabular}{|c|c|c|c|}
|
|
\hline
|
|
{\bf Nombre} & {\bf Dirección IP} & {\bf Gateway} & {\bf DNS} \\ \hline
|
|
PC0 & 192.168.0.100/24 & 192.168.0.1 & 192.168.1.200 \\ \hline
|
|
PC1 & 192.168.0.101/24 & 192.168.0.1 & 192.168.1.200 \\ \hline
|
|
Web Server & 192.168.0.200/24 & 192.168.0.1 & 192.168.1.200 \\ \hline
|
|
Router0 & \multicolumn{1}{p{4cm}|}{192.168.0.1/24 \newline 10.10.10.1/30 \newline 10.10.10.10/30} & N/A & N/A \\ \hline
|
|
PC2 & 192.168.1.100/24 & 192.168.1.1 & 192.168.1.200 \\ \hline
|
|
DNS & 192.168.1.200/24 & 192.168.1.1 & N/A \\ \hline
|
|
PC3 & 192.168.2.100/24 & 192.168.2.1 & 192.168.1.200 \\ \hline
|
|
PC4 & 192.168.2.101/24 & 192.168.2.1 & 192.168.1.200 \\ \hline
|
|
Laptop0 & 192.168.3.100/24 & 192.168.3.1 & 192.168.1.200 \\ \hline
|
|
Laptop1 & 192.168.3.101/24 & 192.168.3.1 & 192.168.1.200 \\ \hline
|
|
\end{tabular}
|
|
\caption{Direcciones IP de la red.}
|
|
\label{tab:ips}
|
|
\end{center}
|
|
\end{table}
|
|
|
|
\section{Configuración de Redes Inalámbricas}
|
|
Aunque para configura
|
|
|
|
\pagebreak
|
|
|
|
\section{Derechos de Autor y Licencia}
|
|
Copyright \copyright\ \the\year\ Nicolás A. Ortega Froysa <nicolas@ortegas.org>
|
|
\\
|
|
Este documento se distribuye bajo los términos y condiciones de la licencia
|
|
Creative Commons Attribution No Derivatives 4.0 International.
|
|
|
|
\end{document}
|