Está en la página 1de 6

TECNOLÓGICO NACIONAL DE MÉXICO

INSTITUTO TECNOLÓGICO SUPERIOR DE VILLA LA VENTA


ORGANISMO PÚBLICO DESCENTRALIZADO

Red 2 - Servidor

Ernesto De La Cruz Campos

Instituto Tecnológico Superior de Villa La Venta

SCA10028A: Administración de Redes

Luis Alberto Sánchez Garfias

06 de Marzo del 2024

Circuito Tecnológico No. 1 Col. El cuatro, La Venta, Huimanguillo, Tabasco,


C.P. 86410, Tel. 923 3 23 2000 Ext. 101 ,
dir_dvillaventa@itslv.edu.mx
laventa.tecnm.mx
TECNOLÓGICO NACIONAL DE MÉXICO
INSTITUTO TECNOLÓGICO SUPERIOR DE VILLA LA VENTA
ORGANISMO PÚBLICO DESCENTRALIZADO

Red II - Servidor

Determine las direcciones de Red, Broadcast, y Máscara de red para cada segmento.

[ 192.168.0.0/24 ]

Red Broadcast Gateway Máscara


192.168.10.0/24 192.168.10.254/24 192.168.10.1/24 255.255.255.0
192.168.50.0/24 192.168.50.254/24 192.168.50.1/24 255.255.255.0
192.168.50.0/24 192.168.50.254/24 1/24 - 2/24 255.255.255.0

Direcciones IP de Host
PC IP
RGA
L1GA
L2GA DHCP
L3GA
SGA 192.168.10.254
RGB
L1GA
L2GA DHCP
L3GA
SGB 192.168.50.254
ServerGB 192.168.50.2

Circuito Tecnológico No. 1 Col. El cuatro, La Venta, Huimanguillo, Tabasco,


C.P. 86410, Tel. 923 3 23 2000 Ext. 101 ,
dir_dvillaventa@itslv.edu.mx
laventa.tecnm.mx
TECNOLÓGICO NACIONAL DE MÉXICO
INSTITUTO TECNOLÓGICO SUPERIOR DE VILLA LA VENTA
ORGANISMO PÚBLICO DESCENTRALIZADO

RGA
enable
conf t
hostname RGA

RGA(config)#interface FastEthernet0/0
RGA(config-if)#ip address 192.168.10.1 255.255.255.0

RGA(config)#interface Serial0/3/0
RGA(config-if)#ip address 192.168.30.1 255.255.255.0

RGA(config)
RGA(config)#router rip
RGA(config-router)#version 2
RGA(config-router)#network 192.168.10.0
RGA(config-router)#network 192.168.30.0

end
wr

SGA
enable
config t
hostname SGA
banner motd /
>>> Mensaje <<<
/

SGA(config)#interface vlan1
SGA(config-if)#ip address 192.168.10.254 255.255.255.0
SGA(config-if)#no shutdown
//DHCP para el segmento 10.0
SGA(config)#ip dhcp pool SGA10
SGA(dhcp-config)#network 192.168.10.0 255.255.255.0
SGA(dhcp-config)#default-router 192.168.10.1
SGA(dhcp-config)#dns-router 192.168.50.2
SGA(dhcp-config)#exit
end
wr

Circuito Tecnológico No. 1 Col. El cuatro, La Venta, Huimanguillo, Tabasco,


C.P. 86410, Tel. 923 3 23 2000 Ext. 101 ,
dir_dvillaventa@itslv.edu.mx
laventa.tecnm.mx
TECNOLÓGICO NACIONAL DE MÉXICO
INSTITUTO TECNOLÓGICO SUPERIOR DE VILLA LA VENTA
ORGANISMO PÚBLICO DESCENTRALIZADO

RGB
enable
conf t
hostname RBA

RGA(config)#interface FastEthernet0/0
RGA(config-if)#ip address 192.168.50.1 255.255.255.0

RGA(config)#interface Serial0/3/0
RGA(config-if)#ip address 192.168.30.2 255.255.255.0

RGA(config)
RGA(config)#router rip
RGA(config-router)#version 2
RGA(config-router)#network 192.168.50.0
RGA(config-router)#network 192.168.30.0

end
wr

SGB
enable
config t
hostname SGB
banner motd /
>>> Mensaje <<<
/

SGB(config)#interface vlan1
SGB(config-if)#ip address 192.168.50.254 255.255.255.0
SGB(config-if)#no shutdown

//Sin DHCP debido a que el servidor ya lo hace

Circuito Tecnológico No. 1 Col. El cuatro, La Venta, Huimanguillo, Tabasco,


C.P. 86410, Tel. 923 3 23 2000 Ext. 101 ,
dir_dvillaventa@itslv.edu.mx
laventa.tecnm.mx
TECNOLÓGICO NACIONAL DE MÉXICO
INSTITUTO TECNOLÓGICO SUPERIOR DE VILLA LA VENTA
ORGANISMO PÚBLICO DESCENTRALIZADO

end
wr

APGA
INTERFACE
[ Port 1 ]
SSID: APGA

ServerGB
[ SERVICES ]
WEB ON
DHCP ON
Pool Name: serverPool
Gateway: 192.168.50.1
DNS: 192.168.50.2
Start IP Address: 192.168.50.10
Subnet Mask: 255.255.255.0

DNS ON
Name: mipagina
Address: 192.168.50.2

EMAIL ON
FTP ON

----------------------------------

[ CONFIG ]
IPV4: 192.168.50.2 | 255.255.255.0
Gateway: 192.168.50.1

Circuito Tecnológico No. 1 Col. El cuatro, La Venta, Huimanguillo, Tabasco,


C.P. 86410, Tel. 923 3 23 2000 Ext. 101 ,
dir_dvillaventa@itslv.edu.mx
laventa.tecnm.mx
TECNOLÓGICO NACIONAL DE MÉXICO
INSTITUTO TECNOLÓGICO SUPERIOR DE VILLA LA VENTA
ORGANISMO PÚBLICO DESCENTRALIZADO

L3GA
[ Physical ]
// Agregar módulo [ WPC300N ]
// En PC Wireless conectarse inálambricamente

Circuito Tecnológico No. 1 Col. El cuatro, La Venta, Huimanguillo, Tabasco,


C.P. 86410, Tel. 923 3 23 2000 Ext. 101 ,
dir_dvillaventa@itslv.edu.mx
laventa.tecnm.mx

También podría gustarte