Sunteți pe pagina 1din 28

Facultad de ingeniera industrial

Escuela profesional de ingeniera informtica

Curso: Seguridad Informtica


Tema: Servidores ssh,telnet y cliente wireshark
Docente: Ing. Wilfredo Cruz Yarleque

Integrantes:

Silva Ramos, Luis


-

Valdiviezo Trujillo, Carol Elizabeth

Camacho Cobeas , Gerson Kevin

mircoles, 27 de abril de 2016

1-Crear 4 mquinas virtuales en VirtualBox:


-Dos servidores Linux.
-Dos clientes Linux.

2-Interconectar las 4 mquinas:


-Mostrar los resultados del ping desde un cliente
Hacia los dos servidores
-Repetir con el sgte. cliente

CONFIGURACION
DE RED PARA LAS
4 MAQUINAS
VIRTUALES

ASIGNACION DE IP A LOS CLIENTES Y SERVIDORES


CLIENTE 1 192.168. 10.22

Reiniciamos las
configuraciones

Escribimos
ifconfig
para verificar
que se asign
la ip
correctamente

PING CON LAS DEMAS MAQUINAS VIRTUALES

Ping con
Cliente 2

Ping con
Servidor 01

Ping con
Servidor 02

CLIENTE 2 192.168.10.23

Reiniciamos las
configuraciones

Escribimos
ifconfig para
verificar que se
asign la ip
correctamente

PING CON LAS DEMAS MAQUINAS VIRTUALES


Ping con Cliente 1

Ping con
Servidor 01

Ping con
Servidor 02

SERVIDOR 01 192.168.10.4

Reiniciamos las
configuraciones

Escribimos ifconfig para


verificar que se asign la ip
correctamente

PING CON LAS DEMAS MAQUINAS VIRTUALES

Ping con cliente 1

Ping con cliente 2

Ping con
servidor 02

SERVIDOR 02 192.168.10.5

Reiniciamos las
configuraciones

Escribimos
ifconfig para
verificar que se
asign la ip
correctamente

PING CON LAS DEMAS MAQUINAS VIRTUALES

Ping con el
cliente 1

Ping con el
cliente 2

Ping con
servidor
01

3-Instalar en un cliente el WireShark y observar el trfico entre el otro cliente y los dos servidores.
a) Ambas servidores usan telnet
b) Un servidor usa ssh
-Muestre las capturas de paquetes con ambos casos.

INSTALACION DE WIRESHARK EN CLIENTE 1


Wireshark es una herramienta imprescindible con la que podemos capturar y analizar el trfico que
transita a travs de nuestra red. En la entrada de hoy vamos a ver cmo instalar Wireshark en Ubuntu y
adems veremos cmo ejecutar esta aplicacin 100% operativa sin necesidad de ser root.

apt-get install
wireshark

OBSERVACION DE TRFICO

N : posicin del paquete en la


captura
TIME: Muestra el timestamp
del paquete. Su formato puede
ser modificado desde el men
Viewtime Display Format
SOURCE: direccin origen del
paquete
PROTOCOL: nombre del
protocolo del paquete
INFO:informacin adicional
del contenido del paquete

Cliente 2 hace ping con cliente 1

En wireshark se
observa

Servidor 1
hace ping con
cliente 1

Se observa en
wireshark

Servidor 2 hace ping con


cliente 1

Se observa en
wireshark

SERVIDOR 01
INSTALACION DEL SERVIDOR

Apt-get update

Apt-get-upgrade

Si hay este error poner : apt-get dist-upgrade

INSTALACION DE TELNET

Apt-get install
telnetd

restart inetd. Type sudo /etc/init.d/open-bsd-inetd restart.

INSTALACION DE SSH
apt-get install openssh-server

pico
/etc/ssh/sshd_config
para algunas
configuraciones de
seguridad

Reiniciar servicio

SSH EN CLIENTE 1
Ssh servidor01@192.168.10.4

SSSH EN CLIENTE 2
Ssh servidor01@192.168.10.4

SSH EN SERVIDOR 2
Ssh servidor01@192.168.10.4

SERVIDOR 02
apt-get update

Apt-get upgrade

INSTALACION DE TELNET

Apt-get
install
telnetd

Se aadio la
carpeta
openbsdinetd

Reiniciar openbsd-inetd

CONECTARSE A SERVIDORES TELNET

CLIENTE 1 SE
CONECTA A
SERVIDOR 1

CLIENTE 1 SE
CONECTA A
SERVIDOR 2

Desde el cliente 1 hemos creado una


carpeta llamada prueba_cliente01

Observemos en el servidor 02

Saliendo del servidor 02

CLIENTE 2 SE
CONECTA A
SERVIDOR 2

Desde el cliente 2 crearemos una carpeta


llamada prueba_cliente02

Observemos desde el servidor 02

Saliendo del servidor 02

S-ar putea să vă placă și